mirror of
https://github.com/XRPLF/clio.git
synced 2026-04-29 15:37:53 +00:00
chore: Update trufflehog max depth (#2405)
This commit is contained in:
@@ -59,7 +59,7 @@ repos:
|
||||
rev: a05cf0859455b5b16317ee22d809887a4043cdf0 # frozen: v3.90.2
|
||||
hooks:
|
||||
- id: trufflehog
|
||||
entry: trufflehog git file://. --since-commit HEAD --no-verification --fail
|
||||
entry: trufflehog git file://. --since-commit HEAD --max-depth=1 --no-verification --fail
|
||||
|
||||
# Running some C++ hooks before clang-format
|
||||
# to ensure that the style is consistent.
|
||||
|
||||
Reference in New Issue
Block a user