Skip to content

Commit

Permalink
Fix enableSecurityScan
Browse files Browse the repository at this point in the history
Change enableSecurityScan require to false and default to true
  • Loading branch information
Corneil du Plessis authored Nov 19, 2024
1 parent 2b598be commit cbca16b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/common.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit cbca16b

Please sign in to comment.