]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
Add gitleaks configuration file to avoid false positives
authorPavel Filipenský <pfilipensky@samba.org>
Fri, 3 Feb 2023 10:29:37 +0000 (11:29 +0100)
committerPavel Filipensky <pfilipensky@samba.org>
Mon, 13 Feb 2023 18:45:21 +0000 (18:45 +0000)
Signed-off-by: Pavel Filipenský <pfilipensky@samba.org>
Reviewed-by: Andreas Schneider <asn@samba.org>
Autobuild-User(master): Pavel Filipensky <pfilipensky@samba.org>
Autobuild-Date(master): Mon Feb 13 18:45:21 UTC 2023 on atb-devel-224

.gitleaks.toml [new file with mode: 0644]

diff --git a/.gitleaks.toml b/.gitleaks.toml
new file mode 100644 (file)
index 0000000..721d0d9
--- /dev/null
@@ -0,0 +1,16 @@
+#
+# GitLeaks Repo Specific Configuration
+#
+# This allowlist is used to help Red Hat ignore false positives during its code
+# scans.
+
+[allowlist]
+  paths = [
+    '''docs-xml/manpages/smbstatus.1.xml''',
+    '''selftests/*''',
+    '''source3/script/tests/*''',
+    '''source4/dsdb/tests/*''',
+    '''source4/torture/*''',
+    '''testprogs/blackbox/*''',
+    '''tests/*''',
+  ]