ci: add secret scanning

This commit is contained in:
thePR0M3TH3AN
2025-08-03 10:27:13 -04:00
parent 59c06041fd
commit 2c44f51fc4
3 changed files with 39 additions and 0 deletions

8
.gitleaks.toml Normal file
View File

@@ -0,0 +1,8 @@
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 = []