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 3d93064 commit 877b9f5Copy full SHA for 877b9f5
.github/workflows/ci.yml
@@ -116,7 +116,7 @@ jobs:
116
build-args: |
117
VERSION=${{ steps.var.outputs.version }}
118
- name: Run Trivy vulnerability scanner
119
- uses: aquasecurity/trivy-action@0.6.2
+ uses: aquasecurity/trivy-action@0.7.1
120
continue-on-error: true
121
with:
122
image-ref: nginx/nginx-ingress-operator:${{ steps.meta.outputs.version }}
0 commit comments