A Dockerfile and docker-compose for running Vulnerability Static Analysis for Containers using Clair.
The Dockerfile also contains the local-image-analyzer for analyzing local docker images.
Run docker-compose up
to get clair and postgresql up.
Please restart clair in case it stops due to postgres startup order.
To analyze your image, run: ``docker exec clair_clair analyzer
Refer to Clair docker-compose for more information.