From 21af456c801b7056ce429cce7d56b7aedb00f504 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hynek=20Mlna=C5=99=C3=ADk?= Date: Tue, 12 Mar 2024 15:49:46 +0100 Subject: [PATCH] Ignore a false positive in internal code scan (#27811) Found in: https://github.com/hmlnarik/keycloak/blob/004805e21d1b5cb20afc4307fd1c55942c3f19c7/js/apps/account-ui/test/account-security/linked-accounts.spec.ts?plain=1#L40 https://github.com/hmlnarik/keycloak/blob/004805e21d1b5cb20afc4307fd1c55942c3f19c7/js/apps/account-ui/test/realms/groups-idp.json?plain=1#L8 https://github.com/hmlnarik/keycloak/blob/004805e21d1b5cb20afc4307fd1c55942c3f19c7/js/apps/account-ui/test/realms/groups-realm.json?plain=1#L171 Signed-off-by: Hynek Mlnarik --- .gitleaks.toml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitleaks.toml b/.gitleaks.toml index 1652825280..ccfa880f94 100644 --- a/.gitleaks.toml +++ b/.gitleaks.toml @@ -8,3 +8,7 @@ paths = [ '''saml-core/src/test/java/org/keycloak/saml/processing/core/saml/v2/util/AssertionUtilTest.java''' ] + + regexes = [ + '''H0JaTc7VBu3HJR26vrzMxgidfJmgI5Dw''' + ]