mirror of
https://github.com/ysoftdevs/odc-analyzer.git
synced 2026-03-17 23:04:22 +01:00
Added recognition for suppressed identifiers
This commit is contained in:
@@ -4,6 +4,7 @@
|
||||
@for(groupedDependency <- items){
|
||||
<li>
|
||||
<strong>@groupedDependency.fileNames.toSeq.sorted</strong>
|
||||
@*TODO: Consider using libraryIdentification there in otder to support suppressedIdentifiers properly *@
|
||||
@identifiers(groupedDependency.identifiers)
|
||||
@groupedDependency.dependencies.keySet.groupBy(_.evidenceCollected)
|
||||
</li>
|
||||
|
||||
Reference in New Issue
Block a user