mirror of
https://github.com/ysoftdevs/DependencyCheck.git
synced 2026-01-15 00:03:43 +01:00
merged #961
This commit is contained in:
@@ -552,7 +552,9 @@ public class Engine implements FileFilter, AutoCloseable {
|
||||
}
|
||||
} else {
|
||||
final Dependency d = scanFile(f, projectReference);
|
||||
deps.add(d);
|
||||
if (d != null) {
|
||||
deps.add(d);
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user