KEYCLOAK-19155: Add a .gitleaks.toml
Help ignore false positives during internal code scans ~ B'ezrat Hashem ~
This commit is contained in:
parent
e217e9a175
commit
1c2752300b
1 changed files with 11 additions and 0 deletions
11
.gitleaks.toml
Normal file
11
.gitleaks.toml
Normal 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''',
|
||||||
|
]
|
Loading…
Reference in a new issue