Skip to content

Identifying container vulnerabilities in official and non official docker images from docker hub

Notifications You must be signed in to change notification settings

jkumar10/container-analysis

Repository files navigation

container-analysis

Identifying container vulnerabilities in official and non official docker images from docker hub. https://nullsweep.com/docker-static-analysis-with-clair/

Clair is a vulnerability scanner for Docker containers and images.

Setup

git clone [email protected]:Charlie-belmer/Docker-security-example.git
cd Docker-security-example/clair/
docker-compose up

Download a vulnerable container

docker pull imiell/bad-dockerfile docker-compose exec clairctl clairctl analyze -l imiell/bad-dockerfile docker-compose exec clairctl clairctl report -l imiell/bad-dockerfile

HTML report at /reports/html/analysis-imiell-bad-dockerfile-latest.html

About

Identifying container vulnerabilities in official and non official docker images from docker hub

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published