Skip to content

Commit 7559661

Browse files
authored
Update Trivy-secrete-scan.yaml
1 parent 4f0777a commit 7559661

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/Trivy-secrete-scan.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,3 +20,8 @@ jobs:
2020
format: 'sarif'
2121
output: 'trivy-results.sarif'
2222
severity: 'CRITICAL'
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'

0 commit comments

Comments
 (0)