Skip to content

Commit

Permalink
fix xml report per #3056
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremylong committed Jan 6, 2021
1 parent f5cf238 commit 52c689c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/src/main/resources/templates/xmlReport.vsl
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ Copyright (c) 2018 Jeremy Long. All Rights Reserved.
<relatedDependencies>
#foreach($related in $dependency.getRelatedDependencies())
<relatedDependency#if($related.isVirtual()) isVirtual="true"#end>
<fileName>$enc.xml($related.FileName)</fileName>
<fileName>$enc.xml($related.DisplayFileName)</fileName>
<filePath>$enc.xml($related.FilePath)</filePath>
<sha256>#if(!$dependency.isVirtual())$enc.xml($dependency.Sha256sum)#end</sha256>
<sha1>#if(!$related.isVirtual())$enc.xml($related.Sha1sum)#end</sha1>
Expand Down

0 comments on commit 52c689c

Please sign in to comment.