Skip to content

Commit f6c4faf

Browse files
authored
ci: Update trivy action to known good version to address vulnerability. (#5)
1 parent 9d5e9b1 commit f6c4faf

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/trivy.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,8 @@ jobs:
1414
- name: Checkout source code
1515
uses: actions/checkout@v6
1616
- name: Run Trivy vulnerability scanner
17-
uses: aquasecurity/trivy-action@0.33.1
17+
# v0.35.0
18+
uses: aquasecurity/trivy-action@57a97c7e7821a5776cebc9bb87c984fa69cba8f1
1819
with:
1920
scan-type: config
2021
ignore-unfixed: true

0 commit comments

Comments
 (0)