From 78585f71122a97e6efe293262021d96c4756a1d2 Mon Sep 17 00:00:00 2001 From: Francesco Ilario Date: Tue, 30 Apr 2024 00:49:49 +0200 Subject: [PATCH] add .gitleaks.toml (#393) * add .gitleaks.toml Signed-off-by: Francesco Ilario * update .gitleaks.toml Signed-off-by: Francesco Ilario * remove e2e embedded cert Signed-off-by: Francesco Ilario * refactor Signed-off-by: Francesco Ilario * Revert "refactor" This reverts commit 84e806b20b42f3e6da6bdf4ffce0af907af69fd4. * Revert "remove e2e embedded cert" This reverts commit 750e6ceb4dd56002f834cfc85eb691636834875e. --------- Signed-off-by: Francesco Ilario --- .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 00000000..422699e1 --- /dev/null +++ b/.gitleaks.toml @@ -0,0 +1,6 @@ +[allowlist] + description = "Global Allowlist" + + paths = [ + '''^pkg/test/auth/tokenmanager.go$''', + ]