Skip to content
This repository has been archived by the owner on Mar 12, 2019. It is now read-only.
/ docker-cve Public archive

Toolset to check local images for CVE's and other common issues (deprecated)

License

Notifications You must be signed in to change notification settings

panubo/docker-cve

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Docker CVE

A simple toolset to check local Docker images for CVE's (eg cve-2015-7547) and other common issues.

How it works

This just pulls the images to be checked and then runs a series of check scripts against each image with a pass/fail result.

Usage

  1. Create images.conf containing the Docker images you wish to check (one per line).
  2. Run pull-images.sh
  3. Run check-images.sh
  4. Review the output.

Future

Currently this is very simple and just checks for CVE-2015-7547, but if it is generally useful we will expand it as a more general tool.

About

Toolset to check local images for CVE's and other common issues (deprecated)

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages