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: