mirror of
https://github.com/ysoftdevs/DependencyCheck.git
synced 2026-03-23 17:41:28 +01:00
updated to correctly label groovy's dependency scope
This commit is contained in:
@@ -660,7 +660,7 @@ arising out of or in connection with the use of this tool, the analysis performe
|
|||||||
<b>MD5:</b> $enc.html($dependency.Md5sum)<br/>
|
<b>MD5:</b> $enc.html($dependency.Md5sum)<br/>
|
||||||
<b>SHA1:</b> $enc.html($dependency.Sha1sum)
|
<b>SHA1:</b> $enc.html($dependency.Sha1sum)
|
||||||
#if ($dependency.projectReferences.size()==1)
|
#if ($dependency.projectReferences.size()==1)
|
||||||
<br/><b>Referenced In Project:</b>
|
<br/><b>Referenced In Project/Scope:</b>
|
||||||
#foreach($ref in $dependency.projectReferences)
|
#foreach($ref in $dependency.projectReferences)
|
||||||
$enc.html($ref)
|
$enc.html($ref)
|
||||||
#end
|
#end
|
||||||
|
|||||||
Reference in New Issue
Block a user