From 75d0cb83ed30df57bc20881b40c17c3a33c1f887 Mon Sep 17 00:00:00 2001 From: Victor Morales Date: Tue, 1 Oct 2024 20:09:31 -0700 Subject: [PATCH] Remove unnecessary upload gh action --- .github/actions/docker-image/action.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.github/actions/docker-image/action.yml b/.github/actions/docker-image/action.yml index 948937c3e..9160d6fb7 100644 --- a/.github/actions/docker-image/action.yml +++ b/.github/actions/docker-image/action.yml @@ -25,11 +25,6 @@ runs: image-ref: "${{ inputs.image }}" format: sarif output: results.sarif - - name: Upload artifact - uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # 4.4.0 - with: - name: sarif - path: results.sarif - name: Upload Trivy scan results to GitHub Security tab uses: github/codeql-action/upload-sarif@86b04fb0e47484f7282357688f21d5d0e32175fe # 3.26.9 with: