code-server-dind/.pre-commit-config.yaml
Astound 06eb068dbf
All checks were successful
release / release-default (push) Successful in 1h10m8s
Add file, makefile package and update gitleaks-pre-commit-hook
2025-07-15 16:08:03 -05:00

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.1
hooks:
- id: gitleaks-template-report
args: ["--template=leet", "--format=html", "--redact"]