Skip to content

Commit 10c4659

Browse files
Merge pull request #319 from regulaforensics/54074-fix-trivy-vulnerability
fix: update trivy-action from @master to @v0.35.0
2 parents 319ae33 + 9f210e1 commit 10c4659

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)