Updated .gitleaks.toml to ignore false positive in RedirectUtilsTest (#33346)
This commit is contained in:
parent
9657a3ac8b
commit
b9d0977628
1 changed files with 2 additions and 7 deletions
|
@ -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 = [
|
||||
|
|
Loading…
Reference in a new issue