From cb2dfc6af130c737f0605ee99a053116c3e1c6a0 Mon Sep 17 00:00:00 2001 From: Victor Zhou Date: Fri, 9 Aug 2019 12:02:43 -0700 Subject: [PATCH] Ignore SVG files --- detect_secrets/core/constants.py | 1 + 1 file changed, 1 insertion(+) diff --git a/detect_secrets/core/constants.py b/detect_secrets/core/constants.py index c57b046fc..fe59c77db 100644 --- a/detect_secrets/core/constants.py +++ b/detect_secrets/core/constants.py @@ -23,6 +23,7 @@ 'rar', 'realm', 's7z', + 'svg', 'tar', 'tif', 'tiff',