https://github.com/woodruffw/zizmor-pre-commit
A pre-commit hook for Zizmor.
https://github.com/woodruffw/zizmor-pre-commit
github-actions pre-commit pre-commit-hook security security-tools static-analysis zizmor
Last synced: 6 months ago
JSON representation
A pre-commit hook for Zizmor.
- Host: GitHub
- URL: https://github.com/woodruffw/zizmor-pre-commit
- Owner: woodruffw
- License: other
- Created: 2024-12-07T08:21:57.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2025-03-23T15:03:24.000Z (7 months ago)
- Last Synced: 2025-04-16T12:13:01.739Z (6 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: 194 KB
- Stars: 17
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
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://pypi.python.org/pypi/zizmor)
[](https://github.com/woodruffw/zizmor-pre-commit/actions)A [pre-commit](https://pre-commit.com/) hook for [Zizmor](https://github.com/woodruffw/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/woodruffw/zizmor-pre-commit
# Zizmor version.
rev: v1.6.0
hooks:
# Run the linter.
- id: zizmor
```## License
zizmor-pre-commit is licensed under:
- MIT license ([LICENSE](LICENSE) or )