From 33b9fa86862c76beaaecf3e8d02c21942d3f09c6 Mon Sep 17 00:00:00 2001 From: Samuel Cameron Date: Tue, 22 Apr 2025 09:29:00 -0400 Subject: [PATCH] Update .pre-commit-config.yaml --- .pre-commit-config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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]