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 932547b commit 4a6b9cdCopy full SHA for 4a6b9cd
.github/workflows/ci.yml
@@ -202,7 +202,7 @@ jobs:
202
no-cache: ${{ github.event_name != 'pull_request' }}
203
204
- name: Run Trivy vulnerability scanner
205
- uses: aquasecurity/trivy-action@9ab158e8597f3b310480b9a69402b419bc03dbd5 # 0.8.0
+ uses: aquasecurity/trivy-action@cff3e9a7f62c41dd51975266d0ae235709e39c41 # 0.9.0
206
continue-on-error: true
207
with:
208
image-ref: ghcr.io/nginxinc/nginx-kubernetes-gateway:${{ steps.meta.outputs.version }}
0 commit comments