We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ccc738a commit f2d28e0Copy full SHA for f2d28e0
1 file changed
.github/workflows/security.yml
@@ -23,7 +23,7 @@ jobs:
23
uses: actions/checkout@v6
24
25
- name: Run Trivy vulnerability scanner in repo mode
26
- uses: aquasecurity/trivy-action@0.35.0
+ uses: aquasecurity/trivy-action@v0.35.0
27
with:
28
scan-type: "fs"
29
scan-ref: "."
@@ -39,7 +39,7 @@ jobs:
39
sarif_file: "trivy-results.sarif"
40
41
- name: Run Trivy vulnerability scanner (table output)
42
43
if: always()
44
45
0 commit comments