Skip to content

Commit

Permalink
Merge pull request #605 from gsmet/gitleaks
Browse files Browse the repository at this point in the history
Add .gitleaks.toml to avoid detecting leaks on test files
  • Loading branch information
gsmet authored Apr 3, 2024
2 parents 52f0da5 + 58eda0c commit 39781d4
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .gitleaks.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
[allowlist]
description = "Global Allowlist"

# Ignore based on any subset of the file path
paths = [
# Ignore all test files
'''**/src/test/**''',
]

0 comments on commit 39781d4

Please sign in to comment.