From ced9ba3550252fa3bbe84684f223cfd698b5f1c4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89mile=20R=C3=A9?= Date: Mon, 13 Apr 2026 18:25:35 +0400 Subject: [PATCH] Ignore test file in trufflehog MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Émile Ré --- .trufflehog-exclude | 1 + 1 file changed, 1 insertion(+) diff --git a/.trufflehog-exclude b/.trufflehog-exclude index 58f3205bb..62c43c276 100644 --- a/.trufflehog-exclude +++ b/.trufflehog-exclude @@ -1 +1,2 @@ pkg/agent/guardrail/sensitive_data_test\.go +pkg/validator/validator_format_test\.go