mirror of
https://github.com/PR0M3TH3AN/SeedPass.git
synced 2025-09-07 14:58:56 +00:00
9 lines
284 B
TOML
9 lines
284 B
TOML
title = "SeedPass gitleaks config"
|
|
|
|
[allowlist]
|
|
description = "Paths and patterns to ignore when scanning for secrets"
|
|
# Add file paths that contain test data or other non-sensitive strings
|
|
paths = []
|
|
# Add regular expressions that match false positive secrets
|
|
regexes = []
|