Commit e1341e4d4f45

Vincent Demeester <vincent@sbr.pm>
2025-10-17 14:09:30
Add a .gitleaks file
Signed-off-by: Vincent Demeester <vincent@sbr.pm>
1 parent 4af4abf
Changed files (1)
.gitleaks.toml
@@ -0,0 +1,8 @@
+[allowlist]
+  description = "Global Allowlist"
+
+  # Ignore based on any subset of the line
+  regexes = [
+    # Ignore lines containing passage:
+    '''passage:''',
+  ]
\ No newline at end of file