commit 00e6c76027265c3ba9c7c8c143b825282322807d parent 91f66244d8e6711af92229ff82ec0121d57e626b Author: MTRNord <mtrnord1@gmail.com> Date: Thu, 23 Mar 2023 16:38:27 +0100 chore: Add gitleaks precommit hook Diffstat:
| M | .pre-commit-config.yaml | | | 5 | +++++ |
1 file changed, 5 insertions(+), 0 deletions(-)
diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml @@ -16,3 +16,8 @@ repos: "chore", "security", ] + - repo: https://github.com/gitleaks/gitleaks + rev: v8.16.1 + hooks: + - id: gitleaks + stages: [prepare-commit-msg]