We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f661440 commit 8329f28Copy full SHA for 8329f28
1 file changed
.github/workflows/container.yml
@@ -58,10 +58,9 @@ jobs:
58
- name: Run Trivy vulnerability scanner
59
continue-on-error: true
60
if: github.event_name != 'pull_request'
61
- uses: aquasecurity/trivy-action@0.34.1
+ uses: aquasecurity/trivy-action@master
62
with:
63
image-ref: ${{ env.QUAY_IMAGE }}:latest
64
format: "table"
65
exit-code: "0"
66
severity: "CRITICAL,HIGH"
67
- version: "v0.68.2"
0 commit comments