Skip to content

shashimal/codepipeline-docker-vulnerability-scan

Repository files navigation

Automated Image Scanning with AWS CodePipeline & ECR

The purpose of this project is to scan docker images for vulnerabilities from a CI/CD pipeline. I use AWS CodePipeline to scan Docker images stored in AWS ECR. You can find the implementation details from this article.

Architecture

Image Scanning

Useful commands

  • npm run build compile typescript to js
  • npm run watch watch for changes and compile
  • npm run test perform the jest unit tests
  • cdk deploy deploy this stack to your default AWS account/region
  • cdk diff compare deployed stack with current state
  • cdk synth emits the synthesized CloudFormation template

About

Automated Image Scanning with AWS CodePipeline & ECR

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published