1 2 3 4 5 6 7 8 9
repos: - repo: local hooks: - id: trufflehog name: TruffleHog description: Detect secrets in your data. entry: bash -c 'trufflehog git file://. --since-commit HEAD --no-verification --fail' language: system stages: ["pre-commit", "pre-push"]