Explorar el Código

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

Signed-off-by: Norman Ziegner <norman.ziegner@ufz.de>
Norman Ziegner hace 5 años
padre
commit
e74e6292ee
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      examples/leaky-repo.toml

+ 1 - 1
examples/leaky-repo.toml

@@ -186,7 +186,7 @@ title = "gitleaks config"
 
 [[rules]]
 	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
 [allowlist]