Skip to content

Commit

Permalink
Check for all severities
Browse files Browse the repository at this point in the history
  • Loading branch information
janole committed Oct 11, 2024
1 parent 3e39dc2 commit 6aa3a8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/trivy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
format: "table"
exit-code: "1"
ignore-unfixed: true
severity: "HIGH,CRITICAL"
severity: "LOW,MEDIUM,HIGH,CRITICAL"

- name: Try to start build workflow if trivy failed
if: ${{ failure() }}
Expand Down

0 comments on commit 6aa3a8f

Please sign in to comment.