baude / image-scanner

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

Passive Scan XML parse #38

Closed ajcollins0 closed 9 years ago

ajcollins0 commented 9 years ago

Create a way to use xml_parse for a passive scan by passing it an image ID or container ID

Force the usage of a docker_state_file (which will allow us to parse without using the docker client) that will iterate through what the previous scan's information and list the affected Cid's and Iid's along with the time of the previous scan.

Return the edited summary as a dict from the summarize_cves function in xml_parse

baude commented 9 years ago

Adding a little granular input:

ajcollins0 commented 9 years ago

This was also closed by PR #48