Skip to content

Commit

Permalink
remove exit code
Browse files Browse the repository at this point in the history
  • Loading branch information
dcmcand committed May 9, 2024
1 parent efaacbe commit 34e9660
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/trivy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,13 +32,13 @@ jobs:
- name: Run Trivy vulnerability scanner in fs mode
uses: aquasecurity/trivy-action@master
with:
scan-type: 'config'
scan-type: 'fs'
hide-progress: true
format: 'sarif'
output: 'trivy-results.sarif'
exit-code: '1'
ignore-unfixed: true
severity: 'CRITICAL,HIGH'
scanners: 'config'


- name: Upload Trivy scan results to GitHub Security tab
Expand Down

0 comments on commit 34e9660

Please sign in to comment.