We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8617fe6 commit c848fedCopy full SHA for c848fed
.github/workflows/lint-github-actions.yaml
@@ -65,6 +65,7 @@ jobs:
65
persist-credentials: false
66
sparse-checkout: |
67
.github/workflows
68
+ .github/zizmor_config.yaml
69
sparse-checkout-cone-mode: false
70
71
- name: Setup Rust
@@ -74,4 +75,4 @@ jobs:
74
75
run: cargo install zizmor
76
77
- name: Run zizmor on GitHub Actions
- run: zizmor .github/workflows/*
78
+ run: zizmor --config .github/zizmor_config.yaml .github/workflows/*
.github/zizmor_config.yaml
@@ -0,0 +1,6 @@
1
+---
2
+rules:
3
+ unpinned-uses: # Too noisy
4
+ config:
5
+ policies:
6
+ '*': ref-pin
0 commit comments