From 9ce96e9cf8b538e4c3da2d97caecf86194e7daa1 Mon Sep 17 00:00:00 2001 From: Joakim Bygdell Date: Thu, 31 Oct 2024 08:51:49 +0100 Subject: [PATCH] debug trivy --- .github/workflows/build_pr_container.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/build_pr_container.yaml b/.github/workflows/build_pr_container.yaml index f979eaeed..4886c6768 100644 --- a/.github/workflows/build_pr_container.yaml +++ b/.github/workflows/build_pr_container.yaml @@ -174,6 +174,7 @@ jobs: ignore-unfixed: true output: 'inbox-results.sarif' severity: "CRITICAL,HIGH" + version: v0.56.2 - name: Upload Trivy scan results to GitHub Security tab uses: github/codeql-action/upload-sarif@v3 with: