diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index b82f251..508cc25 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -12,6 +12,11 @@ repos: - id: pip-audit args: ["./src"] + - repo: https://github.com/gitleaks/gitleaks + rev: v8.24.2 + hooks: + - id: gitleaks + ci: # Leave pip-audit to only run locally and not in CI # pre-commit.ci does not allow network calls