Skip to content

Commit b6716dc

Browse files
committed
[DEVOPS-977] have one merged zizmor config at the repo root
1 parent 286dfcd commit b6716dc

2 files changed

Lines changed: 15 additions & 18 deletions

File tree

.github/zizmor.yml

Lines changed: 0 additions & 17 deletions
This file was deleted.

zizmor.yml

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
1+
# Zizmor configuration
2+
# --------------------
3+
#
4+
# This file configures zizmor. This is not a workflow that gets run in GitHub
5+
# Actions.
6+
#
7+
# References: https://woodruffw.github.io/zizmor/configuration
8+
19
rules:
210
unpinned-uses:
311
config:
412
policies:
5-
MiraGeoscience/*: any
13+
# Mimic default behaviour: official actions can get pinned by tag.
14+
actions/*: ref-pin
15+
# Allow to use tags to pin reviewdog actions.
16+
reviewdog/action-black: ref-pin
17+
reviewdog/action-flake8: ref-pin
18+
# Allow to use tags to pin MiraGeoscience actions.
19+
MiraGeoscience/*: ref-pin

0 commit comments

Comments
 (0)