From 0ecb3dcced6ee33e4c1751b529b1b16485433d1c Mon Sep 17 00:00:00 2001 From: Pete Peterson Date: Thu, 6 Nov 2025 16:01:47 -0500 Subject: [PATCH] Add hook for gitleaks --- .pre-commit-config.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 8436502..14810aa 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -29,6 +29,10 @@ repos: hooks: - id: codespell exclude: "tests/cis_tests/.*" + - repo: https://github.com/gitleaks/gitleaks + rev: v8.29.0 + hooks: + - id: gitleaks - repo: https://github.com/adrienverge/yamllint/ rev: v1.37.1 hooks: