Skip to content

Commit

Permalink
disable exit code in code-scan due to bug in upstream
Browse files Browse the repository at this point in the history
  • Loading branch information
fhochleitner committed Nov 15, 2023
1 parent eeb7de4 commit ea8067d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
format: 'sarif'
output: 'trivy-results.sarif'
severity: 'CRITICAL,HIGH,MEDIUM,LOW'
exit-code: '1'
# exit-code: '1'

- name: Upload Trivy scan results to GitHub Security tab
uses: github/codeql-action/upload-sarif@v2
Expand Down

0 comments on commit ea8067d

Please sign in to comment.