We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5b349e5 commit 0f13218Copy full SHA for 0f13218
.github/zizmor.yml
@@ -0,0 +1,9 @@
1
+rules:
2
+ unpinned-uses:
3
+ config:
4
+ policies:
5
+ # By default, actions/*, github/*, and dependabot/* are allowed to be ref-pinned,
6
+ # while the rest must be hash-pinned. Add pypa and astral-sh as trusted repos
7
+ # as well.
8
+ pypa/*: ref-pin
9
+ astral-sh/setup-uv: ref-pin
0 commit comments