From d1bac8675b2368c6d1a047cdf9281544d5e29218 Mon Sep 17 00:00:00 2001 From: alam00000 Date: Tue, 31 Mar 2026 00:54:29 +0530 Subject: [PATCH] fix: disable caching for Trivy vulnerability scanner in workflow --- .github/workflows/trivy-scan.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/trivy-scan.yml b/.github/workflows/trivy-scan.yml index 5271c26..680c535 100644 --- a/.github/workflows/trivy-scan.yml +++ b/.github/workflows/trivy-scan.yml @@ -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