Skip to content

Commit

Permalink
Simplify regex
Browse files Browse the repository at this point in the history
  • Loading branch information
dav3r committed Jun 30, 2023
1 parent 42e448b commit ec8f193
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/gitleaks.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ title = "gitleaks config"
tags = ["email"]
[rules.allowlist]
regexes = ['''(?i)@(github.com|test.org)''',
'''(?i)@(beta.dhs.gov|cisa.dhs.gov|gwe.cisa.dhs.gov|hq.dhs.gov|trio.dhs.gov)''',
'''(?i)@(beta|cisa|gwe.cisa|hq|trio).dhs.gov''',
'''(?i)(Author|Copyright|Contact|MAINTAINER)''']
pathes = ['''Godeps._workspace''']

Expand Down

0 comments on commit ec8f193

Please sign in to comment.