https://github.com/zizmorcore/zizmor-pre-commit
A pre-commit hook for zizmor.
https://github.com/zizmorcore/zizmor-pre-commit
github-actions pre-commit pre-commit-hook security security-tools static-analysis zizmor
Last synced: 10 days ago
JSON representation
A pre-commit hook for zizmor.
- Host: GitHub
- URL: https://github.com/zizmorcore/zizmor-pre-commit
- Owner: zizmorcore
- License: other
- Created: 2024-12-07T08:21:57.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-05-30T21:49:13.000Z (8 months ago)
- Last Synced: 2025-05-31T22:12:56.041Z (8 months ago)
- Topics: github-actions, pre-commit, pre-commit-hook, security, security-tools, static-analysis, zizmor
- Language: Python
- Homepage: https://woodruffw.github.io/zizmor/
- Size: 204 KB
- Stars: 22
- Watchers: 2
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# zizmor-pre-commit
[](https://pypi.python.org/pypi/zizmor)
[](https://pypi.python.org/pypi/zizmor)
[](https://github.com/zizmorcore/zizmor-pre-commit/actions)
A [pre-commit](https://pre-commit.com/) hook for [zizmor](https://github.com/zizmorcore/zizmor).
Distributed as a standalone repository to enable installing `zizmor` via prebuilt wheels from
[PyPI](https://pypi.org/project/zizmor/).
### Using zizmor with pre-commit
To run zizmor via pre-commit, add the following to your `.pre-commit-config.yaml`:
```yaml
repos:
- repo: https://github.com/zizmorcore/zizmor-pre-commit
# Zizmor version.
rev: v1.21.0
hooks:
# Run the linter.
- id: zizmor
```
[zizmor-pre-commit#22]: https://github.com/zizmorcore/zizmor-pre-commit/issues/22
## License
zizmor-pre-commit is licensed under:
- MIT license ([LICENSE](LICENSE) or )