Skip to content

Commit 817f118

Browse files
committed
Instruct Zizmor to fail when it can't process collected actions or workflows.
1 parent aa4b18d commit 817f118

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/reusable-workflow-lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ jobs:
8686
uses: astral-sh/setup-uv@4959332f0f014c5280e7eac8b70c90cb574c9f9b # v6.6.0
8787

8888
- name: Run zizmor
89-
run: uvx [email protected] --persona=regular --format=sarif . > results.sarif
89+
run: uvx [email protected] --persona=regular --format=sarif --strict-collection . > results.sarif
9090
env:
9191
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
9292

0 commit comments

Comments
 (0)