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 5b115d1 commit 302742eCopy full SHA for 302742e
.github/workflows/build-docker-artifacts.yml
@@ -295,6 +295,8 @@ jobs:
295
ignore-unfixed: false
296
vuln-type: "os,library"
297
severity: ${{ steps.set_severity.outputs.severity }}
298
+ # The cache update takes quite long, so let's try to disable it for now: https://github.com/aquasecurity/trivy-action#cache
299
+ cache: 'false'
300
continue-on-error: false
301
302
- name: Push image
0 commit comments