Skip to content
This repository has been archived by the owner on Oct 7, 2024. It is now read-only.

Commit

Permalink
Include allowed paths for gitleak tool (#288)
Browse files Browse the repository at this point in the history
Signed-off-by: Sergio Arroutbi <[email protected]>
  • Loading branch information
sarroutbi authored Apr 29, 2024
1 parent dfdf5ab commit a9a3889
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .gitleaks.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
[allowlist]
description = "Global Allowlist"

# Ignore based on any subset of the file path
paths = [
'''e2e_test''',
]

0 comments on commit a9a3889

Please sign in to comment.