Skip to content

Commit

Permalink
ignore gitleaks.toml by default
Browse files Browse the repository at this point in the history
  • Loading branch information
zricethezav committed Dec 6, 2021
1 parent 928c6a6 commit 84e285e
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion config/gitleaks.toml
Original file line number Diff line number Diff line change
Expand Up @@ -538,4 +538,7 @@ secretGroup = 4
[allowlist]
description = "global allow lists"
regexes = ['''219-09-9999''', '''078-05-1120''', '''(9[0-9]{2}|666)-\d{2}-\d{4}''']
paths = ['''(.*?)(jpg|gif|doc|pdf|bin|svg|socket)$''']
paths = [
'''gitleaks.toml''',
'''(.*?)(jpg|gif|doc|pdf|bin|svg|socket)$'''
]

0 comments on commit 84e285e

Please sign in to comment.