fix: disable caching for Trivy vulnerability scanner in workflow
This commit is contained in:
3
.github/workflows/trivy-scan.yml
vendored
3
.github/workflows/trivy-scan.yml
vendored
@@ -38,8 +38,7 @@ jobs:
|
|||||||
push: false
|
push: false
|
||||||
load: true
|
load: true
|
||||||
tags: ${{ matrix.image.name }}:scan
|
tags: ${{ matrix.image.name }}:scan
|
||||||
cache-from: type=gha,scope=trivy-${{ matrix.image.name }}
|
no-cache: true
|
||||||
cache-to: type=gha,mode=max,scope=trivy-${{ matrix.image.name }}
|
|
||||||
|
|
||||||
- name: Run Trivy vulnerability scanner
|
- name: Run Trivy vulnerability scanner
|
||||||
uses: aquasecurity/trivy-action@master
|
uses: aquasecurity/trivy-action@master
|
||||||
|
|||||||
Reference in New Issue
Block a user