Initial commit
This commit is contained in:
14
.gitleaks.toml
Normal file
14
.gitleaks.toml
Normal file
@@ -0,0 +1,14 @@
|
||||
# Gitleaks configuration for this monorepo.
|
||||
# Docs: https://github.com/gitleaks/gitleaks#configuration
|
||||
|
||||
title = "gitleaks config"
|
||||
|
||||
[extend]
|
||||
# Use the upstream default ruleset as the base.
|
||||
useDefault = true
|
||||
|
||||
[allowlist]
|
||||
description = "Test fixtures in __seeds__ directories use token-shaped dummy strings that are not real credentials."
|
||||
paths = [
|
||||
'''__seeds__/''',
|
||||
]
|
||||
Reference in New Issue
Block a user