Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New rule: AWS::ECR::Repository should have scanOnPush enabled #498

Closed
james-sorling-wcar opened this issue Dec 10, 2020 · 0 comments
Closed

Comments

@james-sorling-wcar
Copy link

https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecr-repository.html

MyRepository:
Type: AWS::ECR::Repository
Properties:
RepositoryName: "test-repository"
ImageScanningConfiguration:
scanOnPush: "true"

Amazon ECR image scanning helps in identifying software vulnerabilities in your container images. Amazon ECR uses the Common Vulnerabilities and Exposures (CVEs) database from the open-source Clair project and provides a list of scan findings.

https://docs.aws.amazon.com/AmazonECR/latest/userguide/image-scanning.html

arothian pushed a commit that referenced this issue Dec 31, 2020
AWS::ECR::Repository should have scanOnPush enabled
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants