summaryrefslogtreecommitdiffstats
path: root/.gitleaks.toml
blob: dbc852b6821a1b0cd862ed4ca16a6d4af2e3fe30 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
[allowlist]
  description = "Global Allowlist"

  # Ignore based on any subset of the file path
  paths = [
    # Ignore documentation
    '''README.md''',

    # Ignore tests
    '''tests\/.*\.phpt''',
  ]