From 1c2752300b8c66b393e89ebcd95d2279993fc022 Mon Sep 17 00:00:00 2001 From: Braxton Plaxco Date: Tue, 31 Aug 2021 13:14:02 -0400 Subject: [PATCH] KEYCLOAK-19155: Add a .gitleaks.toml Help ignore false positives during internal code scans ~ B'ezrat Hashem ~ --- .gitleaks.toml | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 .gitleaks.toml diff --git a/.gitleaks.toml b/.gitleaks.toml new file mode 100644 index 0000000000..d508e010b3 --- /dev/null +++ b/.gitleaks.toml @@ -0,0 +1,11 @@ +# +# 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''', + '''testsuite/performance/tests/pom.xml''', + ]