Skip to content

Commit

Permalink
Add fake TLS keys to scan ignore list (#293)
Browse files Browse the repository at this point in the history
  • Loading branch information
jotak committed Sep 1, 2022
1 parent b399de5 commit 5f8bf5f
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .gitleaks.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
[allowlist]
description = "Repo Allowlist"
paths = [
'''pkg/test/tls.go''',

# Ignore the .gitleaks.toml
'''\.gitleaks\.toml$''',
]
regexes = [
# '''custom-regexes-to-ignore-here''',
]

0 comments on commit 5f8bf5f

Please sign in to comment.