Skip to content

Commit

Permalink
remove exit-code on error
Browse files Browse the repository at this point in the history
  • Loading branch information
rkm committed May 10, 2024
1 parent 30a3a19 commit 098d0f7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,6 @@ jobs:
image-ref: "${{ env.img }}:${{ env.tag }}"
format: 'github'
output: 'dependency-results.sbom.json'
exit-code: '1'
github-pat: "${{ secrets.GITHUB_TOKEN }}"
severity: 'MEDIUM,CRITICAL,HIGH'
scanners: "vuln"
Expand Down

0 comments on commit 098d0f7

Please sign in to comment.