Skip to content

Commit 9118d72

Browse files
fix(ci): update trivy-action to v0.35.0
v0.24.0 does not exist on the aquasecurity/trivy-action repository, causing CI to fail with "unable to find version" error.
1 parent 0872d4c commit 9118d72

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/code-scans.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
run: mkdir -p trivy-reports
3838

3939
- name: Run Trivy FS Scan
40-
uses: aquasecurity/trivy-action@0.24.0
40+
uses: aquasecurity/trivy-action@0.35.0
4141
with:
4242
scan-type: 'fs'
4343
scan-ref: '.'

0 commit comments

Comments
 (0)