Skip to content

Commit 9f210e1

Browse files
fix: update trivy-action from @master to @v0.35.0 (#54074)
1 parent 319ae33 commit 9f210e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/trivy-scan.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
uses: actions/checkout@v3
1818

1919
- name: Run Trivy vulnerability scanner in fs mode
20-
uses: aquasecurity/trivy-action@master
20+
uses: aquasecurity/trivy-action@v0.35.0
2121
with:
2222
scan-type: 'fs'
2323
exit-code: '1'

0 commit comments

Comments
 (0)