Sfoglia il codice sorgente

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

Rebecca Turner 2 anni fa
parent
commit
d6fccc87d3
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  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"