From 290c7093fea72a21ebc3aede2476dc1544b551d8 Mon Sep 17 00:00:00 2001 From: teomarcdhio Date: Sun, 25 Jan 2026 20:32:03 +0000 Subject: [PATCH] Updated toml --- .gitleaks.toml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.gitleaks.toml b/.gitleaks.toml index adf4aa4..ecad3f8 100644 --- a/.gitleaks.toml +++ b/.gitleaks.toml @@ -40,3 +40,9 @@ useDefault = true # '''mock''', # '''test''' # ] + +# Custom rules for this project +[[rules]] + description = "Hardcoded password" + regex = '''password\s*=\s*".+"''' + tags = ["password", "hardcoded"]