Skip to content

Commit 7ac638e

Browse files
authored
fix version trivy-action (#100)
1 parent 71124e6 commit 7ac638e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/codeql-analysis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
uses: actions/checkout@v4
1414

1515
- name: Run Trivy vulnerability scanner in repo mode
16-
uses: aquasecurity/trivy-action@v0.29.0
16+
uses: aquasecurity/trivy-action@master
1717
with:
1818
scan-type: 'fs'
1919
ignore-unfixed: true

0 commit comments

Comments
 (0)