Skip to content

Commit

Permalink
test trivy severity through env
Browse files Browse the repository at this point in the history
  • Loading branch information
Ian-Nara committed Nov 13, 2024
1 parent e832136 commit 7b92119
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion actions/vulnerability_scan/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ runs:
format: 'table'
exit-code: '1'
ignore-unfixed: true
severity: HIGH,CRITICAL
severity: ${{ inputs.failure_severity }}
hide-progress: true
env:
TRIVY_SKIP_DB_UPDATE: true
Expand Down

0 comments on commit 7b92119

Please sign in to comment.