From b6d5dfc0b09bc9ba6de12d599fe35b16590d3536 Mon Sep 17 00:00:00 2001 From: Jake Schuurmans <143427381+jakeschuurmans@users.noreply.github.com> Date: Fri, 16 Feb 2024 12:04:12 -0500 Subject: [PATCH] Lint Fix test (#22) --- .github/workflows/push-pr-lint.yaml | 7 ------- 1 file changed, 7 deletions(-) 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