Skip to content

Commit 712f0b1

Browse files
authored
ci: Update trivy action to known good version to address vulnerability. (#11)
1 parent c68bf13 commit 712f0b1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/trivy.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,8 @@ jobs:
1717
- name: Checkout source code
1818
uses: actions/checkout@v6
1919
- name: Run Trivy vulnerability scanner
20-
uses: aquasecurity/trivy-action@0.33.1
20+
# v0.35.0
21+
uses: aquasecurity/trivy-action@57a97c7e7821a5776cebc9bb87c984fa69cba8f1
2122
with:
2223
format: sarif
2324
output: trivy-results.sarif

0 commit comments

Comments
 (0)