Skip to content

Commit aa3687b

Browse files
chore(deps): update aquasecurity/trivy-action action to v0.24.0
1 parent 64670b1 commit aa3687b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/vulnerability-scan.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
cache-from: type=gha
2626
cache-to: type=gha,mode=max
2727
- name: Run Trivy vulnerability scanner
28-
uses: aquasecurity/trivy-action@0.21.0
28+
uses: aquasecurity/trivy-action@0.24.0
2929
with:
3030
image-ref: ${{ github.repository }}:vuln-check
3131
format: sarif

0 commit comments

Comments
 (0)