aws-cloudformation / aws-cloudformation-resource-providers-ecr

The CloudFormation Resource Provider Package For Amazon ECR
https://aws.amazon.com/ecr/
Apache License 2.0
11 stars 9 forks source link

ecr: allow for enabling enhanced image scanning #50

Open ginglis13 opened 1 year ago

ginglis13 commented 1 year ago

Describe the feature

Add CFN properties to enable enhanced image scanning for ECR repositories

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

Use Case

I would like to enable enhanced image scanning through CDK. The alternative route right now is to create a CFN stack using custom resources that invoke the AWS SDK.

related: https://github.com/aws/aws-cdk/issues/26536

chriswood-cruk commented 5 months ago

This has been open for some time now with no response, is this being tracked elsewhere?