mirror of
https://github.com/ysoftdevs/DependencyCheck.git
synced 2026-01-15 00:03:43 +01:00
removed invalid loopcount output
This commit is contained in:
@@ -106,7 +106,6 @@
|
||||
#foreach($id in $dependency.getIdentifiers())
|
||||
#if($foreach.count > 1),#end
|
||||
{
|
||||
"count": "$loopCount",
|
||||
"name": "$id.value",
|
||||
"type": "$enc.json($id.type)"
|
||||
#if($id.confidence),"confidence": "$id.confidence"#end
|
||||
|
||||
Reference in New Issue
Block a user