We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 06f6c1f commit 9203102Copy full SHA for 9203102
1 file changed
.github/workflows/build-trivy.yaml
@@ -29,7 +29,7 @@ jobs:
29
fetch-depth: 0
30
31
- name: Run Trivy vulnerability scanner to scan repo
32
- uses: aquasecurity/trivy-action@0.29.0
+ uses: aquasecurity/trivy-action@57a97c7e7821a5776cebc9bb87c984fa69cba8f1 # v0.35.0
33
with:
34
scan-type: 'fs'
35
exit-code: 1
0 commit comments