Skip to content

Commit

Permalink
Lint Fix test (#22)
Browse files Browse the repository at this point in the history
  • Loading branch information
jakeschuurmans committed Feb 16, 2024
1 parent bffb04a commit b6d5dfc
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/push-pr-lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b6d5dfc

Please sign in to comment.