From eefb33e0afc0350b8b6b8911da8ff2ec48449686 Mon Sep 17 00:00:00 2001 From: naveensrinivasan <172697+naveensrinivasan@users.noreply.github.com> Date: Thu, 2 Jan 2025 08:53:41 -0600 Subject: [PATCH] Fixed the sarif write failure Signed-off-by: naveensrinivasan <172697+naveensrinivasan@users.noreply.github.com> --- .github/workflows/grype.yaml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.github/workflows/grype.yaml b/.github/workflows/grype.yaml index 45f514b..0be4c22 100644 --- a/.github/workflows/grype.yaml +++ b/.github/workflows/grype.yaml @@ -44,9 +44,3 @@ jobs: image: "localbuild/testimage:latest" fail-build: true severity-cutoff: high - - - name: Upload scan results - uses: github/codeql-action/upload-sarif@df409f7d9260372bd5f19e5b04e83cb3c43714ae # v3.27.9 - if: success() || failure() - with: - sarif_file: results.sarif \ No newline at end of file