mirror of
https://github.com/BradGroux/veritas-kanban.git
synced 2026-08-28 02:44:59 +00:00
10 lines
335 B
YAML
10 lines
335 B
YAML
# Pre-commit hooks for veritas-kanban
|
|
# Install: pip install pre-commit && pre-commit install
|
|
# Or scan the reviewed tree without the pre-commit framework:
|
|
# gitleaks dir . --redact=100
|
|
|
|
repos:
|
|
- repo: https://github.com/gitleaks/gitleaks
|
|
rev: 83d9cd684c87d95d656c1458ef04895a7f1cbd8e # v8.30.1
|
|
hooks:
|
|
- id: gitleaks
|