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 1513b38 commit d87b20cCopy full SHA for d87b20c
.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