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()