| CVE ID | Severity | Title | Package | Count | Affected Resources |
|---|---|---|---|---|---|
| {{ vuln.vulnerabilityID }} | {{ vuln.severity }} | {{ vuln.title }} | {{ vuln.packagePURL or 'N/A' }} | {{ vuln.affected_resources|length }} |
{% for resource in vuln.affected_resources[:10] %}
{{ resource.namespace }}/{{ resource.resource }}{% if not loop.last %}, {% endif %}
{% endfor %}
{% if vuln.affected_resources|length > 10 %}
... and {{ vuln.affected_resources|length - 10 }} more {% endif %} |
| Check ID | Severity | Title | Remediation | Count | Affected Resources |
|---|---|---|---|---|---|
| {{ issue.checkID }} | {{ issue.severity }} | {{ issue.title }} | {{ issue.remediation }} | {{ issue.affected_resources|length }} |
{% for resource in issue.affected_resources[:8] %}
{{ resource.namespace }}/{{ resource.resource }}{% if not loop.last %}, {% endif %}
{% endfor %}
{% if issue.affected_resources|length > 8 %}
... and {{ issue.affected_resources|length - 8 }} more {% endif %} |