From e9cb1262269471f7d490cfa50c4a753ccadd7baf Mon Sep 17 00:00:00 2001 From: Austen Stone Date: Tue, 24 Sep 2024 08:48:08 -0400 Subject: [PATCH] Update trivy.yml --- .github/workflows/trivy.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/trivy.yml b/.github/workflows/trivy.yml index 9b1bf258..767454a9 100644 --- a/.github/workflows/trivy.yml +++ b/.github/workflows/trivy.yml @@ -41,6 +41,10 @@ jobs: output: 'trivy-results.sarif' severity: 'CRITICAL,HIGH' + - uses: actions/cache@v3 + with: + path: 'trivy-results.sarif' + - name: Upload Trivy scan results to GitHub Security tab uses: github/codeql-action/upload-sarif@v3 with: