Skip to content

Commit

Permalink
🔧 (.github/workflows/trivy.yml): enable capturing exit code in Trivy …
Browse files Browse the repository at this point in the history
…workflow to provide more detailed information on build failures
  • Loading branch information
Alejandro Alvarez committed Jul 11, 2024
1 parent cccc913 commit c62415d
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 @@ -125,6 +125,7 @@ jobs:
write-comment: true
sarif-file: 'scout-results.sarif'
summary: true
exit-code: true

- name: Notify Slack on Build Failure
if: failure()
Expand Down

0 comments on commit c62415d

Please sign in to comment.