From deaffccb5e0932230e05818bda5eac50ea09a2e0 Mon Sep 17 00:00:00 2001 From: Michele Baldessari Date: Tue, 28 Jan 2025 13:52:40 +0100 Subject: [PATCH] Add .gitleaks.toml file to ignore false warnings --- .gitleaks.toml | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 .gitleaks.toml diff --git a/.gitleaks.toml b/.gitleaks.toml new file mode 100644 index 000000000..6c652a062 --- /dev/null +++ b/.gitleaks.toml @@ -0,0 +1,6 @@ +[whitelist] +# As of v4, gitleaks only matches against filename, not path in the +# files directive. Leaving content for backwards compatibility. +files = [ + "secrets/*", +]