-
Notifications
You must be signed in to change notification settings - Fork 4k
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
(ecr): ECR is generating invalid cloudformation #13418
Comments
…when enabling scan on push
Were you able to deploy the template? The scheme is case insensitive** so it should work. **only true for some resources |
This used to work but is now reporting the error above |
@cplee does this work with previous versions of CDK? Or was it working previously with 1.91.0 and then just stopped? |
Check out aws-cloudformation/cloudformation-coverage-roadmap#245 for similar issue |
Thanks @cplee. Was trying to figure out if this was something that changed on the service side, which it appears to be if this previously worked. Gonna keep investigating as #13420 fixes this for users of |
fix #13418: Update ECR construct to generate valid CloudFormation when enabling `imageScanOnPush` ---- *By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
|
fix aws#13418: Update ECR construct to generate valid CloudFormation when enabling `imageScanOnPush` ---- *By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
When creating an ECR repository with
image_scan_on_push
enabled, the resulting CloudFormation template is invalid and reports an error.Reproduction Steps
What did you expect to happen?
CloudFormation template should look like:
What actually happened?
Environment
Other
This is 🐛 Bug Report
The text was updated successfully, but these errors were encountered: