diff --git a/dependency-check-core/src/main/resources/templates/jsonReport.vsl b/dependency-check-core/src/main/resources/templates/jsonReport.vsl index df072f15c..e0e72d76d 100644 --- a/dependency-check-core/src/main/resources/templates/jsonReport.vsl +++ b/dependency-check-core/src/main/resources/templates/jsonReport.vsl @@ -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