Explorar o código

Fix example in leaky-repo.toml (#559)

Signed-off-by: Norman Ziegner <norman.ziegner@ufz.de>
Norman Ziegner %!s(int64=5) %!d(string=hai) anos
pai
achega
e74e6292ee
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      examples/leaky-repo.toml

+ 1 - 1
examples/leaky-repo.toml

@@ -186,7 +186,7 @@ title = "gitleaks config"
 
 
 [[rules]]
 [[rules]]
 	description = "Files with keys and credentials"
 	description = "Files with keys and credentials"
-    file = '''(?i)(id_rsa|passwd|id_rsa.pub|pgpass|pem|key|shadow)'''
+	files = '''(?i)(id_rsa|passwd|id_rsa.pub|pgpass|pem|key|shadow)'''
 
 
 # Global allowlist
 # Global allowlist
 [allowlist]
 [allowlist]