Skip to content

Commit

Permalink
chore: implement ignore email for gitleaks (hadenlabs#27)
Browse files Browse the repository at this point in the history
  • Loading branch information
luismayta committed May 3, 2021
1 parent aa436a8 commit 56157a9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/linters/.gitleaks.toml
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,7 @@ title = "gitleaks config"
description = "ignore emails"
regexes = [
'''[a-zA-Z0-9._%+-]+@users.noreply.github.com''',
'''[a-zA-Z0-9._%+-]+@terraform-aws-openvpn-[a-zA-Z0-9._%+-]+.com''',
'''git@github.com''',
'''git@gitlab.com''',
'''slovacus@gmail.com''',
Expand Down Expand Up @@ -173,6 +174,7 @@ title = "gitleaks config"
'''^\.gitignore$''',
'''^\.gitleaks.toml$''',
'''^yarn.lock$''',
'''test/fixtures/keys/terraform-aws-openvpn-test.pem''',
]

[whitelist]
Expand Down

0 comments on commit 56157a9

Please sign in to comment.