Home Explore Blog CI



docker

4th chunk of `content/manuals/scout/release-notes/platform.md`
a4179e620f5a75e3dfef2f1d9d1f9ada74d74d6e6e67295300000001000005fa


- **Base images not up-to-date** evaluates whether the base images are out of
  date, and require updating. Up-to-date base images help you ensure that your
  environments are reliable and secure.
- **Critical and high vulnerabilities with fixes** reports if there are
  vulnerabilities with critical or high severity in your images, and where
  there's a fix version available that you can upgrade to.
- **All critical vulnerabilities** looks out for any vulnerabilities of
  critical severity found in your images.
- **Packages with AGPLv3, GPLv3 license** helps you catch possibly unwanted
  copyleft licenses used in your images.

You can view and evaluate policy status for images using the Docker Scout
Dashboard and the `docker scout policy` CLI command. For more information,
refer to the [Policy Evaluation documentation](/scout/policy/).

#### Amazon ECR integration

The new Amazon Elastic Container Registry (ECR) integration enables image
analysis for images hosted in ECR repositories.

You set up the integration using a pre-configured CloudFormation stack template
that bootstraps the necessary AWS resources in your account. Docker Scout
automatically analyzes images that you push to your registry, storing only the
metadata about the image contents, and not the container images themselves.

The integration offers a straightforward process for adding additional
repositories, activating Docker Scout for specific repositories, and removing

Title: Docker Scout Policy Evaluation and Amazon ECR Integration
Summary
This section describes the policy evaluation features of Docker Scout, which include policies for base images being up-to-date, critical and high vulnerabilities with fixes, all critical vulnerabilities, and packages with AGPLv3/GPLv3 licenses. The policies are evaluated via the Docker Scout Dashboard and CLI. Also, it details the Amazon ECR integration, enabling image analysis for images hosted in ECR repositories through a CloudFormation stack template.