diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 78a3ed9..08dad83 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -4,6 +4,6 @@ repos: - id: trufflehog name: TruffleHog description: Detect secrets in your data. - entry: bash -c 'trufflehog git file://. --since-commit HEAD --results=verified,unknown --fail --no-update' + entry: bash -c 'trufflehog git file://. --since-commit HEAD --results=verified,unknown --no-update' language: system stages: ["commit", "push"] \ No newline at end of file