From e722462030099e9820ff1fc770b64689b31a95be Mon Sep 17 00:00:00 2001 From: Marthym Date: Wed, 27 Dec 2023 16:12:16 +0100 Subject: [PATCH] chore(ci): add gitleaks configuration --- .gitleaks.toml | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 .gitleaks.toml diff --git a/.gitleaks.toml b/.gitleaks.toml new file mode 100644 index 00000000..4ee29d51 --- /dev/null +++ b/.gitleaks.toml @@ -0,0 +1,10 @@ +title = "Gitleaks Baywatch" +[extend] +useDefault = true + +[allowlist] +description = "Ignore false positive" +commits = ["5a5bffb6a3fd2b0cb7d40849bd9f8c8d7f97dd5f"] +paths = [ + "sandside/src/test" +]