Skip to content

Commit 4456c25

Browse files
committed
Bug fix.
1 parent 55b671a commit 4456c25

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/trivy_repository_scan.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
import sys
4747
from collections import defaultdict, Counter
4848
49-
SARIF_PATH = "scan.txt"
49+
SARIF_PATH = "trivy_repository_report.sarif"
5050
SEVERITIES = ["CRITICAL", "HIGH", "MEDIUM", "LOW"]
5151
CATEGORIES = ["vulnerability", "secret", "misconfiguration", "license"]
5252

0 commit comments

Comments
 (0)