From ade369a88079b1c957f48c242a704aaff57ebc52 Mon Sep 17 00:00:00 2001 From: Joakim Bygdell Date: Thu, 31 Oct 2024 08:40:53 +0100 Subject: [PATCH] Debug trivy --- .github/workflows/build_pr_container.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build_pr_container.yaml b/.github/workflows/build_pr_container.yaml index f979eaeed..bef1a298d 100644 --- a/.github/workflows/build_pr_container.yaml +++ b/.github/workflows/build_pr_container.yaml @@ -168,7 +168,7 @@ jobs: - name: Run Trivy vulnerability scanner on sftp-inbox uses: aquasecurity/trivy-action@0.28.0 with: - image-ref: ghcr.io/${{ github.repository }}:sha-${{ github.sha }}-sftp-inbox + image-ref: ghcr.io/${{ github.repository }}:PR${{ github.event.number }}-sftp-inbox format: "sarif" hide-progress: true ignore-unfixed: true