yaml: remove --fail

This commit is contained in:
martin legrand 2025-03-24 22:20:43 +01:00
parent af168d2c57
commit dffd8b5299

View File

@ -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"]