We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 57d9133 commit 088a385Copy full SHA for 088a385
.github/workflows/trivy.yml
@@ -35,7 +35,8 @@ jobs:
35
format: 'template'
36
template: '@/contrib/sarif.tpl'
37
output: 'trivy-results.sarif'
38
- severity: 'CRITICAL,HIGH'
+ severity: 'LOW,MEDIUM,HIGH,CRITICAL'
39
+ scanners: 'vuln,secret,misconfig'
40
41
- name: Upload Trivy scan results to GitHub Security tab
42
uses: github/codeql-action/upload-sarif@v3
0 commit comments