We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3d9c4e7 commit 7e518f4Copy full SHA for 7e518f4
1 file changed
.github/workflows/trivy.yml
@@ -1,5 +1,6 @@
1
name: Trivy Security Scanner
2
on:
3
+ workflow_dispatch:
4
push:
5
branches:
6
- 3-22.04
@@ -34,9 +35,10 @@ jobs:
34
35
format: 'sarif'
36
output: 'trivy-results.sarif'
37
severity: 'MEDIUM,HIGH,CRITICAL'
38
+ cache: 'false'
39
40
- name: Upload Trivy scan results to GitHub Security tab
- uses: github/codeql-action/upload-sarif@v2
41
+ uses: github/codeql-action/upload-sarif@v3
42
if: always()
43
with:
44
sarif_file: 'trivy-results.sarif'
0 commit comments