baude / image-scanner

[Deprecated] Vulnerability scanner for containers and images
GNU Lesser General Public License v2.1
14 stars 8 forks source link

quick fixes in xml_parse #51

Closed ajcollins0 closed 9 years ago

ajcollins0 commented 9 years ago

sort susceptible CVE's by crit to low

change problematic image to base image

change print_summery to show the "Scanned container" or "scanned image" to give the user the ID of the scanned object. Then show the base image and the 'containers built with same base image'

change print_summary to use a better printing format... i.e. below print "Time of Scan: {0}".format(summary['scan_time'])

baude commented 9 years ago

Merged