From dbd70e61ce22da6b8f3f34b5acaf0809ee6147c7 Mon Sep 17 00:00:00 2001 From: Jose Date: Sat, 14 Feb 2026 10:03:00 +0100 Subject: [PATCH] =?UTF-8?q?docs=20=F0=9F=93=9D:=20Comment=20out=20allowlis?= =?UTF-8?q?t=20rule=20for=20badge=20URLs=20in=20README?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Updated the README to comment out the allowlist rule for badge URLs, as it is no longer necessary. --- .gitleaks.toml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.gitleaks.toml b/.gitleaks.toml index d866f68..a928cfb 100644 --- a/.gitleaks.toml +++ b/.gitleaks.toml @@ -9,10 +9,10 @@ title = "Gitleaks Config" # # Add all placeholder-like patterns that trigger false positives # regex = "cafebabe|deadbeef|DB_PASSWORD" -[[allowlist]] -description = "Ignore badge URLs in README" -filepath = "README.md" -regex = "https://img.shields.io" +# [[allowlist]] +# description = "Ignore badge URLs in README" +# filepath = "README.md" +# regex = "https://img.shields.io" # ========================== # Rules