mirror of https://github.com/docker/docs.git
scout: deindent release notes headings
Heading levels were unnecessarily deep, removed the "New" heading in favor of a more flat structure, emphasizing features. Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
This commit is contained in:
parent
519eafaf2d
commit
8f102a5ae0
|
|
@ -16,8 +16,6 @@ for what's coming next.
|
||||||
|
|
||||||
This marks the General Availability (GA) release of Docker Scout.
|
This marks the General Availability (GA) release of Docker Scout.
|
||||||
|
|
||||||
### New
|
|
||||||
|
|
||||||
The following new features are included in this release:
|
The following new features are included in this release:
|
||||||
|
|
||||||
- [Policy Evaluation](#policy-evaluation) (Early Access)
|
- [Policy Evaluation](#policy-evaluation) (Early Access)
|
||||||
|
|
@ -25,7 +23,7 @@ The following new features are included in this release:
|
||||||
- [Sysdig integration](#sysdig-integration)
|
- [Sysdig integration](#sysdig-integration)
|
||||||
- [JFrog Artifactory integration](#jfrog-artifactory-integration)
|
- [JFrog Artifactory integration](#jfrog-artifactory-integration)
|
||||||
|
|
||||||
#### Policy evaluation
|
### Policy evaluation
|
||||||
|
|
||||||
Policy Evaluation is an early access feature that helps you ensure software
|
Policy Evaluation is an early access feature that helps you ensure software
|
||||||
integrity and track how your artifacts are doing over time. This release ships
|
integrity and track how your artifacts are doing over time. This release ships
|
||||||
|
|
@ -48,7 +46,7 @@ You can view and evaluate policy status for images using the Docker Scout
|
||||||
Dashboard and the `docker scout policy` CLI command. For more information,
|
Dashboard and the `docker scout policy` CLI command. For more information,
|
||||||
refer to the [Policy Evaluation documentation](./policy/_index.md).
|
refer to the [Policy Evaluation documentation](./policy/_index.md).
|
||||||
|
|
||||||
#### Amazon ECR integration
|
### Amazon ECR integration
|
||||||
|
|
||||||
The new Amazon Elastic Container Registry (ECR) integration enables image
|
The new Amazon Elastic Container Registry (ECR) integration enables image
|
||||||
analysis for images hosted in ECR repositories.
|
analysis for images hosted in ECR repositories.
|
||||||
|
|
@ -63,7 +61,7 @@ repositories, activating Docker Scout for specific repositories, and removing
|
||||||
the integration if needed. To learn more, refer to the [Amazon ECR integration
|
the integration if needed. To learn more, refer to the [Amazon ECR integration
|
||||||
documentation](./integrations/registry/ecr.md).
|
documentation](./integrations/registry/ecr.md).
|
||||||
|
|
||||||
#### Sysdig integration
|
### Sysdig integration
|
||||||
|
|
||||||
The new Sysdig integration gives you real-time security insights for your
|
The new Sysdig integration gives you real-time security insights for your
|
||||||
Kubernetes runtime environments.
|
Kubernetes runtime environments.
|
||||||
|
|
@ -76,7 +74,7 @@ into memory, using VEX documents.
|
||||||
For more information and getting started, see [Sysdig integration
|
For more information and getting started, see [Sysdig integration
|
||||||
documentation](./integrations/environment/sysdig.md).
|
documentation](./integrations/environment/sysdig.md).
|
||||||
|
|
||||||
#### JFrog Artifactory integration
|
### JFrog Artifactory integration
|
||||||
|
|
||||||
The new JFrog Artifactory integration enables automatic image analysis on
|
The new JFrog Artifactory integration enables automatic image analysis on
|
||||||
Artifactory registries.
|
Artifactory registries.
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue