From 1aab99c309726d6cfe0a85da079f2c7d9421c178 Mon Sep 17 00:00:00 2001 From: Ismo Vuorinen Date: Sun, 24 Aug 2025 14:57:56 +0300 Subject: [PATCH] fix(ci): tweak .gitleaksignore --- .gitleaksignore | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.gitleaksignore b/.gitleaksignore index fa07f65..14b22e8 100644 --- a/.gitleaksignore +++ b/.gitleaksignore @@ -2,13 +2,13 @@ # https://github.com/gitleaks/gitleaks # Ignore test files with dummy secrets -**/testdata/** -**/test/** -**/*_test.go +*/testdata/* +*/test/* +*_test.go # Ignore example configurations -**/examples/** -**/docs/** +*/examples/* +*/docs/* # Common false positives # Generic test tokens