Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 405 Bytes

truffle_hog.md

File metadata and controls

19 lines (15 loc) · 405 Bytes

Trufflehog

Finds leaked secrets

Configuration

The following config options are available.

scanner_configs:
  Trufflehog:
    only-verified: false  # Only output verified results.
                          # true by default
    exceptions:  # whitelist finding
      - advisory_id: FlatIO-PLAIN
        changed_by: security-team
        notes: My notes.
        expiration: 2022-12-31