From b9d09776284126f8839eb5eaba6fc8aa958b14e0 Mon Sep 17 00:00:00 2001 From: Stian Thorgersen Date: Fri, 27 Sep 2024 14:32:36 +0200 Subject: [PATCH] Updated .gitleaks.toml to ignore false positive in RedirectUtilsTest (#33346) --- .gitleaks.toml | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/.gitleaks.toml b/.gitleaks.toml index ccfa880f942..90684a45889 100644 --- a/.gitleaks.toml +++ b/.gitleaks.toml @@ -1,12 +1,7 @@ -# -# GitLeaks Repo Specific Configuration -# -# This allowlist is used to help Red Hat ignore false positives during its code -# scans. - [allowlist] paths = [ - '''saml-core/src/test/java/org/keycloak/saml/processing/core/saml/v2/util/AssertionUtilTest.java''' + '''saml-core/src/test/java/org/keycloak/saml/processing/core/saml/v2/util/AssertionUtilTest.java''', + '''services/src/test/java/org/keycloak/protocol/oidc/utils/RedirectUtilsTest.java''' ] regexes = [