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 1904e88 commit 1053406Copy full SHA for 1053406
.github/workflows/ci.yml
@@ -186,7 +186,7 @@ jobs:
186
GIT_COMMIT=${{ needs.vars.outputs.sha }}
187
DATE=${{ needs.vars.outputs.date }}
188
- name: Run Trivy vulnerability scanner
189
- uses: aquasecurity/trivy-action@0.2.3
+ uses: aquasecurity/trivy-action@0.6.2
190
continue-on-error: true
191
with:
192
image-ref: ghcr.io/nginxinc/nginx-kubernetes-gateway:${{ steps.meta.outputs.version }}
0 commit comments