Vulnerabilities analysis report for container image {{ image_info.image_name }}
Container image basic information:
Image Name:
{{ image_info.image_name }}
Image ID:
{{ image_info.image_id }}
Creation Time:
{{ image_info.creation_time }}
OS Family:
{{ image_info.os_family }}
OS Name:
{{ image_info.os_name }}
Architecture:
{{ image_info.os_archi }}
CVE details
{% for cve in cve_list %}
CVE details for {{ cve.target_name }}
Vulnerability Report for target: {{ cve.target_name }}
Target Class:
{{ cve.target_class }}
Target Type:
{{ cve.target_type }}
Vulnerability details:
{{ cve.target_vul_html|safe }}
{% endfor %}