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 60d73be commit 3cf3232Copy full SHA for 3cf3232
.github/workflows/ci.yml
@@ -105,7 +105,7 @@ jobs:
105
no-cache: ${{ github.event_name != 'pull_request' }}
106
pull: true
107
- name: Run Trivy vulnerability scanner
108
- uses: aquasecurity/trivy-action@0.9.2
+ uses: aquasecurity/trivy-action@0.10.0
109
continue-on-error: true
110
with:
111
image-ref: nginx/nginx-ingress-operator:${{ steps.meta.outputs.version }}
0 commit comments