From 5c65865ac826625d1409ba3c9ff264f0d30c9096 Mon Sep 17 00:00:00 2001 From: Roman Babenko Date: Fri, 1 Nov 2024 13:43:26 +0200 Subject: [PATCH] xlsx is not supported yet --- credsweeper/secret/config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/credsweeper/secret/config.json b/credsweeper/secret/config.json index 37023c4bf..63952c28c 100644 --- a/credsweeper/secret/config.json +++ b/credsweeper/secret/config.json @@ -6,11 +6,11 @@ ".bz2", ".gz", ".tar", + ".xlsx", ".zip" ], "documents": [ ".docx", - ".xlsx", ".pptx", ".pdf" ],