enable imageScanOnPush when creating ECR repo #7471
Labels
@aws-cdk/aws-ecr
Related to Amazon Elastic Container Registry
effort/medium
Medium work item – several days of effort
feature-request
A feature should be added or improved.
in-progress
This issue is being actively worked on.
p2
Amazon ECR has supported the
imageScanOnPush
capabilities, however, due to the lack of cloudformation support(see aws/containers-roadmap#552 and aws-cloudformation/cloudformation-coverage-roadmap#245), we can't simply enable this feature when we create theRepository
resource in AWS CDK aws-ecr construct.Use Case
To create the ECR repository and enable the
scanOnPush
configuration at the same time.Proposed Solution
to support it with
AwsCustomResource
Other
This is a 🚀 Feature Request
The text was updated successfully, but these errors were encountered: