NEW Add gitleaks into pre-commit

This commit is contained in:
Laurent Destailleur 2024-09-05 11:53:24 +02:00
parent eaa2629ad8
commit e9212f127c

View File

@ -26,6 +26,12 @@ repos:
- id: fix-byte-order-marker
- id: check-case-conflict
# Beautify shell scripts
- repo: https://github.com/gitleaks/gitleaks.git
rev: v8.16.1
hooks:
- id: gitleaks
# Beautify shell scripts
- repo: https://github.com/lovesegfault/beautysh.git
rev: v6.2.1