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
|
||||
load: true
|
||||
tags: ${{ matrix.image.name }}:scan
|
||||
cache-from: type=gha,scope=trivy-${{ matrix.image.name }}
|
||||
cache-to: type=gha,mode=max,scope=trivy-${{ matrix.image.name }}
|
||||
no-cache: true
|
||||
|
||||
- name: Run Trivy vulnerability scanner
|
||||
uses: aquasecurity/trivy-action@master
|
||||
|
||||
Reference in New Issue
Block a user