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 8a361fa commit a9726e7Copy full SHA for a9726e7
.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.3.0
+ uses: aquasecurity/trivy-action@0.5.1
120
continue-on-error: true
121
with:
122
image-ref: nginx/nginx-ingress-operator:${{ steps.meta.outputs.version }}
0 commit comments