From 01b21e66b2729427bdb66163acdaebf392e91ee6 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Mon, 31 Oct 2022 07:26:02 +0100 Subject: [PATCH] Delete .gitleaks.toml --- GitHub/workspace/.github/linters/.gitleaks.toml | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 GitHub/workspace/.github/linters/.gitleaks.toml diff --git a/GitHub/workspace/.github/linters/.gitleaks.toml b/GitHub/workspace/.github/linters/.gitleaks.toml deleted file mode 100644 index 78e2daaec..000000000 --- a/GitHub/workspace/.github/linters/.gitleaks.toml +++ /dev/null @@ -1,11 +0,0 @@ - -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''']