Fix enableSecurityScan
Change enableSecurityScan require to false and default to true
This commit is contained in:
committed by
GitHub
parent
2b598be728
commit
cbca16b421
4
.github/workflows/common.yml
vendored
4
.github/workflows/common.yml
vendored
@@ -20,8 +20,8 @@ on:
|
||||
description: 'Maven Thread Option. Examples 0.5C, 2'
|
||||
enableSecurityScan:
|
||||
type: boolean
|
||||
required: true
|
||||
default: false
|
||||
required: false
|
||||
default: true
|
||||
description: 'Enable security scan with Trivy'
|
||||
secrets:
|
||||
DOCKERHUB_USERNAME:
|
||||
|
||||
Reference in New Issue
Block a user