diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index e0bd36f4..38cc1364 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -70,12 +70,11 @@ repos: language: python language_version: python3 files: \.md$ - - # Gitleaks - Secret detection - - repo: https://github.com/gitleaks/gitleaks - rev: v8.24.2 - hooks: - id: gitleaks + name: gitleaks entry: python .pre-commit-hooks/gitleaks_tracked.py + language: python + language_version: python3 + additional_dependencies: ["nogoo9-gitleaks==8.30.1"] always_run: true pass_filenames: false