We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5f4a645 commit 129d19fCopy full SHA for 129d19f
.gitleaks.toml
@@ -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