mirror of
https://github.com/j178/prek.git
synced 2026-04-25 02:11:36 +02:00
b86327004f
* Hardening github actions * Add config * Fix comment
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
|