Skip to content

Commit

Permalink
fix: reduce temporarily severity of trivy scanner to CRITICAL
Browse files Browse the repository at this point in the history
This is needed because latest UBI image has a bug and trivy is not capable to fetch vulnerability lists.

aquasecurity/trivy-db#435
  • Loading branch information
brunopacheco1 committed Nov 14, 2024
1 parent 0937b1c commit 7786377
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ jobs:
exit-code: "1"
ignore-unfixed: true
vuln-type: "os,library"
severity: "CRITICAL,HIGH"
severity: "CRITICAL"
env:
TRIVY_SKIP_DB_UPDATE: true
TRIVY_SKIP_JAVA_DB_UPDATE: true
Expand Down

0 comments on commit 7786377

Please sign in to comment.