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 2ee3f20 commit 9727d15Copy full SHA for 9727d15
.github/workflows/build-oss.yml
@@ -138,7 +138,7 @@ jobs:
138
IC_VERSION=${{ github.event_name == 'pull_request' && 'CI' || steps.meta.outputs.version }}
139
140
- name: Run Trivy vulnerability scanner
141
- uses: aquasecurity/trivy-action@0.7.1
+ uses: aquasecurity/trivy-action@0.8.0
142
continue-on-error: true
143
with:
144
image-ref: nginx/nginx-ingress:${{ steps.meta.outputs.version }}
0 commit comments