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 589e3a8 commit 8dfdc57
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/scan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ jobs:
output: "trivy-results.sarif"
severity: "CRITICAL,HIGH"
exit-code: "2" # Fail the build!
scanners: "vuln"

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

0 comments on commit 8dfdc57

Please sign in to comment.