From a9a38891591ad078c896ef9e447ef3002708c6dc Mon Sep 17 00:00:00 2001 From: Sergio Arroutbi Date: Mon, 29 Apr 2024 10:17:39 +0200 Subject: [PATCH] Include allowed paths for gitleak tool (#288) Signed-off-by: Sergio Arroutbi --- .gitleaks.toml | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 .gitleaks.toml diff --git a/.gitleaks.toml b/.gitleaks.toml new file mode 100644 index 00000000..00e0d981 --- /dev/null +++ b/.gitleaks.toml @@ -0,0 +1,7 @@ +[allowlist] + description = "Global Allowlist" + + # Ignore based on any subset of the file path + paths = [ + '''e2e_test''', + ]