Skip to content

Commit

Permalink
Only warn on critical issues for trivy (#253)
Browse files Browse the repository at this point in the history
This is just a testing tool, we don't wanna be carrying weird vulns on
testing code, but this also isn't shipped anywhere.

Signed-off-by: Juan Antonio Osorio <[email protected]>
  • Loading branch information
JAORMX authored Dec 20, 2024
1 parent 1e61ca0 commit 0b1a76d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/trivy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ jobs:
scanners: vuln,secret
exit-code: 1
ignore-unfixed: true
severity: 'CRITICAL'
env:
TRIVY_DB_REPOSITORY: ghcr.io/aquasecurity/trivy-db,public.ecr.aws/aquasecurity/trivy-db
TRIVY_USERNAME: ${{ github.actor }}
Expand Down

0 comments on commit 0b1a76d

Please sign in to comment.