Przeglądaj źródła

Add `REDACTED` to stopwords for `generic-api-key` rule (#1188)

Rebecca Turner 2 lat temu
rodzic
commit
d6fccc87d3
1 zmienionych plików z 1 dodań i 0 usunięć
  1. 1 0
      config/gitleaks.toml

+ 1 - 0
config/gitleaks.toml

@@ -1986,6 +1986,7 @@ stopwords= [
     "branch",
     "combination",
     "combo",
+    "REDACTED",
 ]
 [[rules]]
 description = "GitHub App Token"