Skip to content

Commit

Permalink
update trivy action version
Browse files Browse the repository at this point in the history
  • Loading branch information
krunalhinguu committed Nov 26, 2024
1 parent 933a8ef commit 2b12cd6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/trivy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
echo "HYPERKUBE=${image}"
echo "HYPERKUBE=${image}" >> "$GITHUB_ENV"
- name: Run Trivy scanner
uses: aquasecurity/trivy-action@0.19.0
uses: aquasecurity/trivy-action@0.29.0
with:
image-ref: ${{ env.HYPERKUBE }}
exit-code: '1'
Expand Down

0 comments on commit 2b12cd6

Please sign in to comment.