diff --git a/.github/workflows/grype.yaml b/.github/workflows/grype.yaml index 3913ab9..24dd88f 100644 --- a/.github/workflows/grype.yaml +++ b/.github/workflows/grype.yaml @@ -43,10 +43,4 @@ jobs: with: image: "localbuild/testimage:latest" fail-build: true - severity-cutoff: high - - - name: Upload scan results - uses: github/codeql-action/upload-sarif@48ab28a6f5dbc2a99bf1e0131198dd8f1df78169 # v3.28.0 - if: success() || failure() - with: - sarif_file: results.sarif \ No newline at end of file + severity-cutoff: high \ No newline at end of file