We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b13f56a commit 08a494dCopy full SHA for 08a494d
.github/workflows/trivy.yaml
@@ -21,7 +21,7 @@ jobs:
21
echo "HYPERKUBE=${image}"
22
echo "HYPERKUBE=${image}" >> "$GITHUB_ENV"
23
- name: Run Trivy scanner
24
- uses: aquasecurity/trivy-action@0.19.0
+ uses: aquasecurity/trivy-action@0.29.0
25
with:
26
image-ref: ${{ env.HYPERKUBE }}
27
exit-code: '1'
0 commit comments