
CVE Scanning of Alpine base images using Multi Stage builds in Docker 17.05
#Threat Defense#Vulnerability Management
A list of vulnerable applications for testing and learning
Using the MultiStage Build Feature in Docker 17
To incorporate a CVE scan stage into our build process, we will append it and execute a scan during the build time.
Step 1: Build the cvechecker image.
Step 2: T