CI: remove code scanning again

And just fail normally in the job if anything is found.
I can't get the code scanning to fail a check somehow.
This commit is contained in:
Christoph Reiter 2024-12-13 21:34:31 +01:00
parent 1bc0a28e35
commit c5b593a34c

View File

@ -53,12 +53,6 @@ jobs:
persist-credentials: false persist-credentials: false
- name: Run zizmor - name: Run zizmor
run: pipx run zizmor --format sarif . > results.sarif run: pipx run zizmor .
env: env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }} GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Upload SARIF file
uses: github/codeql-action/upload-sarif@v3
with:
sarif_file: results.sarif
category: zizmor