From 80a2e5cad03117d65c921d24bfc04991858e2132 Mon Sep 17 00:00:00 2001 From: Namjun Kim Date: Thu, 13 Jan 2022 22:02:32 +0900 Subject: [PATCH] Add subversion and perforce version control directory --- log4jscanner.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/log4jscanner.go b/log4jscanner.go index 39f276b..fdad047 100644 --- a/log4jscanner.go +++ b/log4jscanner.go @@ -49,6 +49,8 @@ var skipDirs = map[string]bool{ ".git": true, "node_modules": true, ".idea": true, + ".svn": true, + ".p4root": true, // TODO(ericchiang): expand }