Skip to content

Commit 5e5b3b5

Browse files
committed
fix:template and add requirement.txt
1 parent 0a4b0c9 commit 5e5b3b5

File tree

3 files changed

+665
-1
lines changed

3 files changed

+665
-1
lines changed

.gitleaks.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,3 +71,6 @@ regex = '''(10\.\d{1,3}\.\d{1,3}\.\d{1,3})'''
7171
id = "empty-env-key-pattern"
7272
description = "Empty environment variables with KEY pattern"
7373
regex = '''os\.environ\[".*?KEY"\]\s*=\s*".+"'''
74+
75+
[allowlist]
76+
paths = ["requirements.txt"]

0 commit comments

Comments
 (0)