Skip to content

Commit 302742e

Browse files
committed
Disable trivy cache
1 parent 5b115d1 commit 302742e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/build-docker-artifacts.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -295,6 +295,8 @@ jobs:
295295
ignore-unfixed: false
296296
vuln-type: "os,library"
297297
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'
298300
continue-on-error: false
299301

300302
- name: Push image

0 commit comments

Comments
 (0)