Skip to content

Commit

Permalink
change exit code 0
Browse files Browse the repository at this point in the history
  • Loading branch information
m-mizutani authored Sep 15, 2024
1 parent 7bf52f6 commit d85db79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/trivy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
ignore-unfixed: true
format: "sarif"
output: "trivy-results.sarif"
exit-code: 1
exit-code: 0

- name: Upload Trivy scan results to GitHub Security tab
if: failure() && steps.scan.outcome == 'failure'
Expand Down

0 comments on commit d85db79

Please sign in to comment.