mirror of
https://github.com/trufflesecurity/trufflehog.git
synced 2026-05-16 13:20:35 +00:00
4da563af5a
* 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
|