KEYCLOAK-19155: Add a .gitleaks.toml

Help ignore false positives during internal code scans

~ B'ezrat Hashem ~
This commit is contained in:
Braxton Plaxco 2021-08-31 13:14:02 -04:00 committed by Stian Thorgersen
parent e217e9a175
commit 1c2752300b

11
.gitleaks.toml Normal file
View file

@ -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''',
]