8000
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 6c22339 commit efbd962Copy full SHA for efbd962
.github/workflows/ci.yml
@@ -335,7 +335,7 @@ jobs:
335
BUILD_OS=${{ matrix.image }}
336
IC_VERSION=${{ steps.var.outputs.ic_version }}
337
- name: Run Trivy vulnerability scanner
338
- uses: aquasecurity/trivy-action@master
+ uses: aquasecurity/trivy-action@0.0.21
339
continue-on-error: true
340
with:
341
image-ref: nginx/nginx-ingress:${{ fromJSON(steps.meta.outputs.json).labels['org.opencontainers.image.version'] }}
0 commit comments