From e3562d8ecbc209e6103025a7a9cfb514562948e8 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Sun, 30 Oct 2022 19:39:33 +0100 Subject: [PATCH] Create .gitleaks.toml --- .github/linters/.gitleaks.toml | 7 +++++++ 1 file changed, 7 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..17d727c12 --- /dev/null +++ b/.github/linters/.gitleaks.toml @@ -0,0 +1,7 @@ + +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 = true