Skip to content

Commit 5001ba0

Browse files
authored
ci: update sarif report path for trivy sast job
1 parent 2ff9955 commit 5001ba0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
if: always()
4949
with:
5050
# Path to SARIF file relative to the root of the repository
51-
sarif_file: /scan/results.sarif
51+
sarif_file: results.sarif
5252
# Optional category for the results
5353
# Used to differentiate multiple results for one commit
5454
category: trivy-analysis

0 commit comments

Comments
 (0)