diff --git a/.github/workflows/push-pr-lint.yaml b/.github/workflows/push-pr-lint.yaml index f555063..12c4b8f 100644 --- a/.github/workflows/push-pr-lint.yaml +++ b/.github/workflows/push-pr-lint.yaml @@ -53,13 +53,6 @@ jobs: acs-report-enable: true fail-build: false - - name: upload Anchore scan SARIF report - uses: github/codeql-action/upload-sarif - with: - sarif_file: ${{ steps.scan.outputs.sarif }} - # This should run even if we fail the container scan - if: always() - - name: Inspect action SARIF report run: cat ${{ steps.scan.outputs.sarif }} # This should run even if we fail the container scan