From c5b593a34c9d51fac31f3c3e158db7b15a004804 Mon Sep 17 00:00:00 2001 From: Christoph Reiter Date: Fri, 13 Dec 2024 21:34:31 +0100 Subject: [PATCH] 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. --- .github/workflows/test.yml | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index a6f5786..128e04e 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -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