Skip to content

Commit

Permalink
CI: remove code scanning again
Browse files Browse the repository at this point in the history
And just fail normally in the job if anything is found.
I can't get the code scanning to fail a check somehow.
  • Loading branch information
lazka committed Dec 13, 2024
1 parent 1bc0a28 commit c5b593a
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,12 +53,6 @@ jobs:
persist-credentials: false

- name: Run zizmor
run: pipx run zizmor --format sarif . > results.sarif
run: pipx run zizmor .
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}

- name: Upload SARIF file
uses: github/codeql-action/upload-sarif@v3
with:
sarif_file: results.sarif
category: zizmor

0 comments on commit c5b593a

Please sign in to comment.