From 4c610a25d56be2e0d0058f508c63978f0076123a Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Mon, 31 Oct 2022 07:23:41 +0100 Subject: [PATCH] Create .gitleaks.toml --- GitHub/workspace/.github/linters/.gitleaks.toml | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 GitHub/workspace/.github/linters/.gitleaks.toml diff --git a/GitHub/workspace/.github/linters/.gitleaks.toml b/GitHub/workspace/.github/linters/.gitleaks.toml new file mode 100644 index 000000000..78e2daaec --- /dev/null +++ b/GitHub/workspace/.github/linters/.gitleaks.toml @@ -0,0 +1,11 @@ + +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 = ['''hassio-addons/epicgamesfree/config.json''']