Automated Image Scanning with AWS CodePipeline & ECR

Duleendra Shashimal
Towards AWS
Published in
4 min readJul 1, 2022

--

In this post, I am going to explain how we can scan docker images for vulnerabilities from a CI/CD pipeline. I use AWS CodePipeline to scan Docker images stored in AWS ECR.

Note that I use AWS CDK for creating all the resources and you can clone the complete project from this link.

Steps

  • Setup the code repository

--

--