16 lines
467 B
YAML
16 lines
467 B
YAML
repos:
|
|
- repo: https://github.com/pre-commit/pre-commit-hooks
|
|
rev: v5.0.0
|
|
hooks:
|
|
- id: trailing-whitespace
|
|
- id: end-of-file-fixer
|
|
- id: check-yaml
|
|
- id: check-added-large-files
|
|
- id: check-merge-conflict
|
|
- id: detect-private-key
|
|
- repo: https://git.fridu.us/heckyel/gitleaks-pre-commit-hook
|
|
rev: v1.0.0
|
|
hooks:
|
|
- id: gitleaks-template-report
|
|
args: ["--template=leet", "--format=html", "--redact"]
|