Skip to content

Commit 08a494d

Browse files
committed
update trivy action version
1 parent b13f56a commit 08a494d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/trivy.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
echo "HYPERKUBE=${image}"
2222
echo "HYPERKUBE=${image}" >> "$GITHUB_ENV"
2323
- name: Run Trivy scanner
24-
uses: aquasecurity/trivy-action@0.19.0
24+
uses: aquasecurity/trivy-action@0.29.0
2525
with:
2626
image-ref: ${{ env.HYPERKUBE }}
2727
exit-code: '1'

0 commit comments

Comments
 (0)