diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 4e6b15096e..1d0c975f6b 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -8,12 +8,3 @@ repos: rev: v1.16.10 hooks: - id: typos - - repo: https://github.com/trufflesecurity/trufflehog - rev: v3.54.3 - hooks: - - id: trufflehog - name: TruffleHog - description: Detect secrets in your data. - entry: bash -c 'trufflehog git file://. --max-depth 1 --since-commit HEAD --only-verified --fail' - language: system - stages: ["commit"]