diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index b7b6413..e8bcc97 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -3,6 +3,6 @@ repos: hooks: - id: trufflehog-scan name: Trufflehog Scan - entry: trufflehog --no-update filesystem --exclude-paths=.trufflehogignore + entry: trufflehog --no-update filesystem . --exclude-paths=.trufflehogignore language: system stages: [commit]