mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2025-02-20 13:46:52 +01:00
NEW Add gitleaks into pre-commit
This commit is contained in:
parent
eaa2629ad8
commit
e9212f127c
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user