Install gitleaks

This commit is contained in:
Trevi Awater
2024-11-21 10:51:46 +01:00
parent b92331d904
commit 6ee1e09671
5 changed files with 66 additions and 17 deletions

6
.pre-commit-config.yaml Normal file
View File

@@ -0,0 +1,6 @@
repos:
- repo: https://github.com/gitleaks/gitleaks
rev: v8.19.0
hooks:
- id: gitleaks
args: ["--config=.gitleaks.toml"]