OpenSCAP / openscap-daemon

Manages continuous scans of your infrastructure
https://www.open-scap.org/tools/openscap-daemon
GNU Lesser General Public License v2.1
106 stars 32 forks source link

"atomic scan --detail" shows bad OS images/containers #61

Closed ybznek closed 8 years ago

ybznek commented 8 years ago

@jan-cerny found this while we were fixing some other issue

docker --images
...
docker.io/rhel7            latest              6c3a84d798dc        10 weeks ago        201.7 MB
...
 atomic scan --images --detail
...
6c3a84d798dc
  OS        : Fedora release 23 (Twenty Three)
  Moderate  : 4
...

Our tests doesn't cover it, because it wasn't implemented where tests were written.

jan-cerny commented 8 years ago

Fixed in https://github.com/OpenSCAP/openscap-daemon/pull/62.