Skip to content

Commit 2519e08

Browse files
committed
change zizmor output format to report warnings
1 parent 4685a52 commit 2519e08

File tree

1 file changed

+3
-7
lines changed

1 file changed

+3
-7
lines changed

.github/workflows/zizmor.yml

+3-7
Original file line numberDiff line numberDiff line change
@@ -23,14 +23,10 @@ jobs:
2323

2424
- name: Install the latest version of uv
2525
uses: astral-sh/setup-uv@v5
26+
with:
27+
enable-cache: false
2628

2729
- name: Run zizmor
28-
run: uvx zizmor --format sarif . > results.sarif
30+
run: uvx zizmor --format plain .
2931
env:
3032
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
31-
32-
- name: Upload SARIF file
33-
uses: github/codeql-action/upload-sarif@v3
34-
with:
35-
sarif_file: results.sarif
36-
category: zizmor

0 commit comments

Comments
 (0)