Skip to content

Commit 1d78bab

Browse files
committed
Update severity
1 parent f62b4d2 commit 1d78bab

File tree

1 file changed

+2
-8
lines changed

1 file changed

+2
-8
lines changed

.github/workflows/security.yaml

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,5 @@ jobs:
1717
with:
1818
scan-type: "fs"
1919
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"
20+
format: "table"
21+
severity: "CRITICAL,HIGH,MEDIUM"

0 commit comments

Comments
 (0)