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