-
Notifications
You must be signed in to change notification settings - Fork 58
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
AWS::ECR::Repository-ImageScanningConfiguration #245
Comments
Any ETA on this? |
Why isn't CloudFormation a first class citizen like the API when new features are released? Sigh. |
Yeah, I have asked myself this many times, especially, when it is not something that seems to be very complex, since it is a 1:1 match to the corresponding fields in the API. I've seen several of those cases, and they still take months to be in Cloudformation. |
I'd like an ETA on this as well. From a feature perspective if it isn't available via CFN it isn't worth us using unless we go the custom resource route, which is a pain. |
@1davidmichael I agree, custom resources are for something that is truly custom work, not for adding base-line support of feature that AWS has added. I have reached out to our TAM team to ask about this specific feature, I would ask that others do the same. |
Please make this happen faster.... |
I hear you @JonLittleIT :) hopefully we'll have some good news real soon now ... |
Looks like this is available now: aws/containers-roadmap#552 (comment) |
Here is the error message:
Is this a bug? |
Yes |
Hello, |
@Vadim-Zenin try |
CloudFormation requires the equivalent setting to:
aws ecr create-repository --repository-name name --image-scanning-configuration scanOnPush=true
to enable the automatic image scanning on ECR.
https://docs.aws.amazon.com/en_pv/AmazonECR/latest/userguide/image-scanning.html
ECR is Compute and the expected behaviour is to make the scanOnPush settings configurable through CloudFormation as well. I think what needs to be done is clear.
The text was updated successfully, but these errors were encountered: