Browse Source

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

Rebecca Turner 2 năm trước cách đây
mục cha
commit
d6fccc87d3
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  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"