Files
trufflehog/.pre-commit-hooks.yaml
Kashif Khan 4da563af5a Auto-configure TruffleHog for Pre-commit Hooks (#4666)
* Trufflehog configure itself when running as a pre-commit hook

* Updated readme

* fallback for not auto detect
2026-01-20 11:12:06 +05:00

7 lines
243 B
YAML

- id: trufflehog
name: TruffleHog
description: Detect secrets in your data with TruffleHog.
entry: trufflehog git file://. --since-commit HEAD --results=verified --fail --trust-local-git-config
language: golang
pass_filenames: false