ECR Vulnerability Scan Report

Region: {{ region }} Generated: {{ generated_at }} Repositories scanned: {{ repo_count }}
Repos
{{ repo_count }}
Critical
{{ total_counts.get("CRITICAL", 0) }}
High
{{ total_counts.get("HIGH", 0) }}
Medium
{{ total_counts.get("MEDIUM", 0) }}
Low
{{ total_counts.get("LOW", 0) }}
{% for repo in repos_sorted %}
{{ repo.repo }} :{{ repo.tag }}
{% if repo.has_critical %} CRITICAL: {{ repo.counts.get("CRITICAL", 0) }} {% endif %} {% if repo.has_high %} HIGH: {{ repo.counts.get("HIGH", 0) }} {% endif %} {% if repo.has_medium %} MED: {{ repo.counts.get("MEDIUM", 0) }} {% endif %} {% if repo.has_low %} LOW: {{ repo.counts.get("LOW", 0) }} {% endif %} {{ repo.scan_time_formatted }}
{% if repo.pkg_groups %}
{% for pkg in repo.pkg_groups %}
{{ pkg.pkg }} {% if pkg.ver %} {{ pkg.ver }} {% endif %}
{{ pkg.worst_severity }} {{ pkg.cves | length }} CVE{% if pkg.cves | length != 1 %}s{% endif %}
{% for cve in pkg.cves %} {% endfor %}
Severity CVE Description Fix Version CVSS
{{ cve.severity }} {% if cve.uri %} {{ cve.name }} {% else %} {{ cve.name }} {% endif %} {{ cve.description_short }} {% if cve.fixed_in_versions %} {{ cve.fixed_in_versions }} {% else %} {% endif %} {% if cve.cvss %} {{ cve.cvss }} {% else %} {% endif %}
{% endfor %} {% else %}

No package findings available.

{% endif %}
{% else %}

No repositories with scan findings.

{% endfor %}