From 4d353647ec562060879d09d9af676d3ed4cfe7ad Mon Sep 17 00:00:00 2001 From: benjaminastrand Date: Tue, 21 Jan 2025 11:05:41 +0100 Subject: [PATCH] Clear trivy cache --- .github/workflows/build-containers.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/build-containers.yaml b/.github/workflows/build-containers.yaml index fdacdf825..a2ddc4cd9 100644 --- a/.github/workflows/build-containers.yaml +++ b/.github/workflows/build-containers.yaml @@ -69,6 +69,7 @@ jobs: output: 'trivy-results.sarif' severity: HIGH,CRITICAL vuln-type: 'os,library' + clear-cache: true github-pat: ${{ secrets.GITHUB_TOKEN }} - name: Upload Trivy scan results to GitHub Security tab