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 f62b4d2 commit 1d78babCopy full SHA for 1d78bab
.github/workflows/security.yaml
@@ -17,11 +17,5 @@ jobs:
17
with:
18
scan-type: "fs"
19
ignore-unfixed: true
20
- format: "sarif"
21
- output: "trivy-results.sarif"
22
- severity: "CRITICAL,HIGH"
23
-
24
- - name: Upload Trivy scan results to GitHub Security tab
25
- uses: github/codeql-action/upload-sarif@v3
26
- with:
27
- sarif_file: "trivy-results.sarif"
+ format: "table"
+ severity: "CRITICAL,HIGH,MEDIUM"
0 commit comments