mirror of
https://github.com/taiki-e/install-action.git
synced 2026-04-08 18:05:42 +08:00
12 lines
292 B
YAML
12 lines
292 B
YAML
# zizmor configuration
|
|
# https://docs.zizmor.sh/configuration/
|
|
|
|
rules:
|
|
dependabot-cooldown: { disable: true } # Useless unless hash-pin is forced by unpinned-uses.
|
|
secrets-inherit: { disable: true }
|
|
unpinned-uses:
|
|
config:
|
|
policies:
|
|
taiki-e/*: any
|
|
'*': ref-pin
|