Skip to content

Commit 129d19f

Browse files
stevsmitSteven Smith
andauthored
Adds toml file (quay#1289)
Co-authored-by: Steven Smith <[email protected]>
1 parent 5f4a645 commit 129d19f

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.gitleaks.toml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
[allowlist]
2+
description = "Allow bcrypt hashes used in SQL updates"
3+
4+
regexes = [
5+
# Ignore bcrypt password hashes (e.g., $2b$12$...)
6+
'''\$2b\$12\$[A-Za-z0-9./]{53}'''
7+
]

0 commit comments

Comments
 (0)