mirror of
https://github.com/ysoftdevs/odc-analyzer.git
synced 2026-03-22 09:10:00 +01:00
Drastically reduced memory usage, mostly using deduplication.
This commit is contained in:
@@ -96,7 +96,7 @@ final class DependencyCheckReportsProcessor @Inject() (
|
||||
|
||||
// TODO: log analysis
|
||||
// TODO: related dependencies
|
||||
(vulnerableDependencies, allWarnings, groupedDependencies)
|
||||
(vulnerableDependencies, allWarnings.map(_.optimize), groupedDependencies)
|
||||
}
|
||||
}finally{
|
||||
Logger.debug("Reports processed")
|
||||
|
||||
Reference in New Issue
Block a user