From 861c8f5ee507f8d940b7fe7919193a4f18ba84d9 Mon Sep 17 00:00:00 2001 From: Benjamin Jee Date: Tue, 6 May 2025 09:27:27 -0700 Subject: [PATCH] Remove unncessary step in build file --- .github/workflows/build.yml | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index e5c0b3ff58..57ab5db911 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -177,14 +177,3 @@ jobs: sarif_file: ${{ steps.scan.outputs.sarif }} category: build-${{ inputs.image }} if: always() - - - name: Upload Scan Results - uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2 - continue-on-error: true - with: - name: scan-results-${{ inputs.image }} - path: | - ${{ steps.scan.outputs.sarif }} - *.json - !sbom-plus.json - if: always()