We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bed9eee commit e165789Copy full SHA for e165789
1 file changed
shallow_backup/git_wrapper.py
@@ -149,7 +149,7 @@ def install_trufflehog_git_hook(repo: git.Repo):
149
- id: trufflehog
150
name: TruffleHog
151
description: Detect secrets in your data.
152
- entry: bash -c 'trufflehog git file://. --since-commit HEAD --fail'
+ entry: bash -c 'trufflehog git file://. --since-commit HEAD --fail --only-verified --no-update'
153
language: system
154
stages: ["commit", "push"]
155
"""
0 commit comments