Skip to content

Commit 0462b77

Browse files
committed
fix: update Trivy action version in security scan workflow
1 parent 232cd08 commit 0462b77

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/security-scan.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ jobs:
134134
135135
- name: Run Trivy container scan
136136
if: steps.check.outputs.found == 'true'
137-
uses: aquasecurity/trivy-action@0.28.0
137+
uses: aquasecurity/trivy-action@v0.35.0
138138
with:
139139
image-ref: scan-target:latest
140140
format: sarif

0 commit comments

Comments
 (0)