mirror of
https://github.com/j178/prek.git
synced 2026-04-03 17:34:03 +02:00
15 lines
369 B
YAML
15 lines
369 B
YAML
# Configuration for the zizmor static analysis tool, run via pre-commit in CI
|
|
# https://woodruffw.github.io/zizmor/configuration/
|
|
|
|
# release.yml is generated by cargo-dist, ignore its findings there.
|
|
rules:
|
|
template-injection:
|
|
ignore:
|
|
- release.yml
|
|
excessive-permissions:
|
|
ignore:
|
|
- release.yml
|
|
secrets-inherit:
|
|
ignore:
|
|
- release.yml
|