From cec9cba40e6e5ad10fbdc19048822eb5343e2176 Mon Sep 17 00:00:00 2001 From: Jason Ertel Date: Tue, 15 Mar 2022 09:47:57 -0400 Subject: [PATCH] Create .gitleaks.toml --- .github/.gitleaks.toml | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .github/.gitleaks.toml diff --git a/.github/.gitleaks.toml b/.github/.gitleaks.toml new file mode 100644 index 000000000..68ca574d6 --- /dev/null +++ b/.github/.gitleaks.toml @@ -0,0 +1,3 @@ +[allowlist] +description = "ignore enteprise-attack.json since it has false positives due to Twitter IDs" +paths = ['''salt/nginx/files/enterprise-attack.json''']