Skip to content

Commit

Permalink
show number of cves in list
Browse files Browse the repository at this point in the history
  • Loading branch information
fwilhe committed Nov 13, 2024
1 parent a85bc0b commit e867cfe
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/main/resources/templates/getCveForDistribution.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@
<body>
<h1 th:text="|Vulnerabilities list for Garden Linux ${gardenlinuxVersion}|" />

<p th:text="|Found ${#lists.size(sourcePackageCves)} potential security issues|"></p>

<table>
<thead>
<tr>
Expand Down

0 comments on commit e867cfe

Please sign in to comment.