Skip to content

Commit

Permalink
Fix trivy pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
lsolcher committed Oct 11, 2024
1 parent 906279a commit 589e3a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/scan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
format: "sarif"
output: "trivy-results.sarif"
severity: "CRITICAL,HIGH"
exit-code: "1" # Fail the build!
exit-code: "2" # Fail the build!

# Upload SARIF results to GitHub Security tab
- name: Upload Trivy scan results to GitHub Security tab
Expand Down

0 comments on commit 589e3a8

Please sign in to comment.