Skip to content

Commit

Permalink
feat: Include vulnerabilities info along with remediation advice
Browse files Browse the repository at this point in the history
  • Loading branch information
rkandasamy-lenovo committed Dec 17, 2024
1 parent e12a0e0 commit 419f8f6
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions template/remediation-report.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,18 @@
{{/if}}<!-- .vulnerabilities -->
</section>
{{/unless}}

<div class="layout-container" style="padding-top: 35px;">
{{#if vulnerabilities}}
<div class="cards--vuln filter--patch filter--ignore">
{{#each vulnerabilities}}
{{> vuln-card showSummaryOnly=../showSummaryOnly}}
{{/each}}
</div><!-- cards -->
{{else}}
No known vulnerabilities detected.
{{/if}}
</div>
</main><!-- .layout-stacked__content -->
</body>
{{> inline-js }}
Expand Down

0 comments on commit 419f8f6

Please sign in to comment.