We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0e8c047 commit c64fa96Copy full SHA for c64fa96
1 file changed
.github/workflows/trivy-scan.yml
@@ -27,7 +27,7 @@ jobs:
27
fetch-depth: 0
28
29
- name: Run Trivy vulnerability scanner (source code)
30
- uses: aquasecurity/trivy-action@0.33.1
+ uses: aquasecurity/trivy-action@0.35.0
31
with:
32
scan-type: "fs"
33
scan-ref: "."
@@ -44,7 +44,7 @@ jobs:
44
sarif_file: "trivy-results.sarif"
45
46
- name: Run Trivy scanner (table output for logs)
47
48
if: always()
49
50
0 commit comments