veritas-kanban/.pre-commit-config.yaml
Brad Groux b1367aa33c
security: add continuous scanning gates (#1180)
* ci: add continuous security gates

* fix: scope runner context to gitleaks step
2026-08-23 12:06:20 -05:00

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