summaryrefslogtreecommitdiff
path: root/.gitleaks.toml
blob: d6795fbf99c68578c01144715709fab76d8924ed (plain)
1
2
3
4
5
6
7
8
[allowlist]
description = "Global Allowlist"

# Ignore based on any subset of the file path
paths = [
    # Ignore the pregenerated server keys
    '''test\/.*\.key$''',
  ]