* Trufflehog configure itself when running as a pre-commit hook * Updated readme * fallback for not auto detect
7 lines
243 B
YAML
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
|