Do not return exit code 1 in case of trivy results

This commit is contained in:
Sebastian Serth
2021-11-11 12:12:56 +01:00
parent 6592efffe2
commit fef7d951d2

View File

@ -85,7 +85,6 @@ jobs:
template: '@/contrib/sarif.tpl'
output: 'trivy-results.sarif'
severity: 'HIGH,CRITICAL'
exit-code: '1'
- name: Upload Trivy scan results to GitHub Security tab
uses: github/codeql-action/upload-sarif@v1
with: