1
0
mirror of https://github.com/SAP/jenkins-library.git synced 2024-12-14 11:03:09 +02:00

fix indentation

This commit is contained in:
Christopher Fenner 2019-03-01 15:35:08 +01:00 committed by GitHub
parent 14700ba210
commit 2094d95fcc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -8,30 +8,30 @@
<h1>${reportTitle}</h1> <h1>${reportTitle}</h1>
<h2> <h2>
<span> <span>
<i>WhiteSource product name: ${whitesourceProductName}</i><br /> <i>WhiteSource product name: ${whitesourceProductName}</i><br />
<i>Filtered project names: ${whitesourceProjectNames?:''}</i> <i>Filtered project names: ${whitesourceProjectNames?:''}</i>
</span> </span>
</h2> </h2>
<div> <div>
<h3> total number of vulnerabilities: ${totalVulnerabilities}<br /> <h3> total number of vulnerabilities: ${totalVulnerabilities}<br />
total number of high/critical vulnerabilities with CVSS score >= 7.0: ${totalSevereVulnerabilities} total number of high/critical vulnerabilities with CVSS score >= 7.0: ${totalSevereVulnerabilities}
</h3> </h3>
</div> </div>
<p>Snapshot taken:${now} GMT</p> <p>Snapshot taken:${now} GMT</p>
<table> <table>
<tr> <tr>
<th>Entry #</th> <th>Entry #</th>
<th>Date</th> <th>Date</th>
<th>CVE</th> <th>CVE</th>
<th>CVSS Score</th> <th>CVSS Score</th>
<th>CVSS Version</th> <th>CVSS Version</th>
<th>Project</th> <th>Project</th>
<th>Library file name</th> <th>Library file name</th>
<th>Library group ID</th> <th>Library group ID</th>
<th>Library artifact ID</th> <th>Library artifact ID</th>
<th>Library version</th> <th>Library version</th>
<th>Description</th> <th>Description</th>
<th>Top fix</th> <th>Top fix</th>
</tr> </tr>
${vulnerabilityTable} ${vulnerabilityTable}