From 135d00aa4042d92caaff1210cbd6fdce9ad1a3f1 Mon Sep 17 00:00:00 2001 From: David Thompson Date: Mon, 6 Mar 2023 09:18:05 -0500 Subject: [PATCH] Add .gitleaks.toml to ignore false positive leaks Signed-off-by: David Thompson --- .gitleaks.toml | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 .gitleaks.toml diff --git a/.gitleaks.toml b/.gitleaks.toml new file mode 100644 index 000000000..29216e05c --- /dev/null +++ b/.gitleaks.toml @@ -0,0 +1,9 @@ + +[allowlist] + description = "List of files containing fake secrets to ignore" + + paths = [ + '''quarkus\.jdt\.ext\/com\.redhat\.microprofile\.jdt\.quarkus\.test\/projects\/maven\/quarkus-renarde-todo\/src\/main\/resources\/Apple-key-dev\.p8''', + '''qute\.jdt\/com\.redhat\.qute\.jdt\.test\/projects\/maven\/quarkus-renarde-todo\/src\/main\/resources\/Apple-key-dev\.p8''', + ] +