Skip to content

Commit ee6923a

Browse files
authored
Remove java archives from ignored extensions (#2188)
A previous commit (5d01969) added .jar/.war/.ear files to the ignored extensions list, but these are archive files that we can scan, so we shouldn't exclude them.
1 parent b759918 commit ee6923a

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

pkg/common/vars.go

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,9 +43,6 @@ var (
4343
"dll",
4444
"xsb",
4545
"jdo",
46-
"jar",
47-
"ear",
48-
"war",
4946
"jks",
5047
"ser",
5148
"idx",

0 commit comments

Comments
 (0)