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

fix(bootstrap): remove image scanning configuration #21342

Merged
merged 1 commit into from
Jul 27, 2022

Commits on Jul 27, 2022

  1. fix(bootstrap): remove image scanning configuration

    Remove image scanning configuration for the staging ECR repository.
    
    - Image Scanning Configuration in the bootstrap template causes problems
      in regions where image scanning is not available.
    - Scanning configuration at the repository level has been deprecated in
      favor of configuration at the registry level, which also allows more
      configuration (basic vs. enhanced scanning).
    
    Because of a bug in the ECR CloudFormation resource, removing the
    configuration value does not actually turn it off. Therefore, for
    people who have successfully bootstrapped in the past, the scanning
    feature will be left as-is.
    rix0rrr committed Jul 27, 2022
    Configuration menu
    Copy the full SHA
    d2e5431 View commit details
    Browse the repository at this point in the history