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 04b4a2d commit 8d58feeCopy full SHA for 8d58fee
.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.8.0
+ uses: aquasecurity/trivy-action@0.9.0
109
continue-on-error: true
110
with:
111
image-ref: nginx/nginx-ingress-operator:${{ steps.meta.outputs.version }}
0 commit comments