add gitleaks pre-commit hook
This commit is contained in:
parent
8216d3a183
commit
ab7479e85f
1 changed files with 5 additions and 0 deletions
5
.pre-commit-config.yaml
Normal file
5
.pre-commit-config.yaml
Normal file
|
@ -0,0 +1,5 @@
|
||||||
|
repos:
|
||||||
|
- repo: https://github.com/gitleaks/gitleaks
|
||||||
|
rev: v8.21.2
|
||||||
|
hooks:
|
||||||
|
- id: gitleaks
|
Loading…
Reference in a new issue