Skip to content

Commit

Permalink
chore: play with more Trivy config options
Browse files Browse the repository at this point in the history
  • Loading branch information
bbsnly authored Jan 24, 2025
1 parent 57d9133 commit 088a385
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/trivy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,8 @@ jobs:
format: 'template'
template: '@/contrib/sarif.tpl'
output: 'trivy-results.sarif'
severity: 'CRITICAL,HIGH'
severity: 'LOW,MEDIUM,HIGH,CRITICAL'
scanners: 'vuln,secret,misconfig'

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

0 comments on commit 088a385

Please sign in to comment.