aboutsummaryrefslogtreecommitdiff
path: root/.gitleaks.toml
blob: a245e6e58e85ba3a2e8f1a5ad1eb46e8d49e63b8 (plain)
1
2
3
4
5
6
7
8
9
10
#
# GitLeaks Repo Specific Configuration
#
# This allowlist is used to help Red Hat ignore false positives during its code
# scans.

[allowlist]
  paths = [
    '''tests/*''',
  ]