From 02c8aa04ca36a8bfdfc284ea8a046d79ca362132 Mon Sep 17 00:00:00 2001 From: Kayla Reopelle Date: Thu, 14 Nov 2024 15:03:59 -0800 Subject: [PATCH] disable cache for trivy --- .github/workflows/security.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/security.yml b/.github/workflows/security.yml index 9bef5f6091..12fa7a36d5 100644 --- a/.github/workflows/security.yml +++ b/.github/workflows/security.yml @@ -34,6 +34,7 @@ jobs: exit-code: 1 ignore-unfixed: true severity: CRITICAL,HIGH,MEDIUM,LOW + cache: false - name: Run Trivy in report mode # Only generate sarif when running nightly on the dev branch. @@ -45,6 +46,7 @@ jobs: output: trivy-results.sarif ignore-unfixed: true severity: 'CRITICAL,HIGH,MEDIUM,LOW' + cache: false - name: Upload Trivy scan results to GitHub Security tab # Only upload sarif when running nightly on the dev branch.