From f21353d5762b7d7c6f4b4b799f0fb4cdcdb6c5fa Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Mon, 31 Oct 2022 08:08:15 +0100 Subject: [PATCH] Create .gitleaks.toml --- .github/linters/.gitleaks.toml | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 .github/linters/.gitleaks.toml diff --git a/.github/linters/.gitleaks.toml b/.github/linters/.gitleaks.toml new file mode 100644 index 000000000..80e6ef229 --- /dev/null +++ b/.github/linters/.gitleaks.toml @@ -0,0 +1,10 @@ +title = "gitleaks config" + +[extend] +# useDefault will extend the base configuration with the default gitleaks config: +# https://github.com/zricethezav/gitleaks/blob/master/config/gitleaks.toml +useDefault = false + +[allowlist] +description = "global allowlist. whitelisting paths" +paths = ['''**/epicgamesfree/rootfs/templates/config.json''']