Skip to content

Commit

Permalink
change zizmor output format to report warnings
Browse files Browse the repository at this point in the history
NajiObeid committed Jan 7, 2025

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent 7db113b commit c95fcb4
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions .github/workflows/zizmor.yml
Original file line number Diff line number Diff line change
@@ -23,14 +23,10 @@ jobs:

- name: Install the latest version of uv
uses: astral-sh/setup-uv@v5
with:
enable-cache: false

- name: Run zizmor
run: uvx zizmor --format sarif . > results.sarif
run: uvx zizmor --format plain .
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 c95fcb4

Please sign in to comment.