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 e4a6f19 commit 97d266aCopy full SHA for 97d266a
.github/workflows/ci.yml
@@ -201,7 +201,7 @@ jobs:
201
no-cache: ${{ github.event_name != 'pull_request' }}
202
203
- name: Run Trivy vulnerability scanner
204
- uses: aquasecurity/trivy-action@e5f43133f6e8736992c9f3c1b3296e24b37e17f2 # 0.10.0
+ uses: aquasecurity/trivy-action@b43daad0c3c96202fc5800b511dfae8e6ecce864 # 0.11.0
205
continue-on-error: true
206
with:
207
image-ref: ghcr.io/nginxinc/nginx-kubernetes-gateway:${{ steps.meta.outputs.version }}
0 commit comments