mirror of https://github.com/docker/docs.git
Merge pull request #17461 from docker/chrisward/scan-rem
Improve Scout pages meta descriptions
This commit is contained in:
commit
9b4f41588e
|
@ -1,5 +1,5 @@
|
|||
---
|
||||
description: Image analysis with Docker Scout
|
||||
description: Advanced image analysis is a Docker Scout feature for Docker Hub
|
||||
keywords: scanning, vulnerabilities, Hub, supply chain, security
|
||||
title: Advanced image analysis
|
||||
---
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
---
|
||||
description: More details on the Docker Scout Advisory Database and CVE-to-package matching service.
|
||||
description: More details on the Advisory Database and CVE-to-package matching service behind Docker Scout analysis.
|
||||
keywords: scanning, analysis, vulnerabilities, Hub, supply chain, security
|
||||
title: Advisory Database sources and matching service
|
||||
---
|
||||
|
|
|
@ -10,7 +10,7 @@ title: Artifactory integration
|
|||
{% include scout-early-access.md %}
|
||||
|
||||
Integrating Docker Scout with JFrog Artifactory lets you run image analysis
|
||||
automatically on images in your Artifactory registries.
|
||||
automatically on images in Artifactory registries.
|
||||
|
||||
## Local image analysis
|
||||
|
||||
|
|
|
@ -1,8 +1,7 @@
|
|||
---
|
||||
title: Image details view
|
||||
keywords: scout, supply chain, vulnerabilities, packages, cves, image, tag
|
||||
description: >
|
||||
Docker Scout helps you understand your images and their dependencies
|
||||
keywords: scout, supply chain, vulnerabilities, packages, cves, image, tag, scan, analysis, analyze
|
||||
description: The Docker Scout image detail view analyzes images to show their heirachy, layers, packages, and vulnerabilities
|
||||
---
|
||||
|
||||
{% include scout-early-access.md %}
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
---
|
||||
title: Docker Scout
|
||||
keywords: scout, supply chain, vulnerabilities, packages, cves
|
||||
keywords: scout, supply chain, vulnerabilities, packages, cves, scan, analysis, analyze
|
||||
description: >
|
||||
Docker Scout helps you understand your images and their dependencies
|
||||
Docker Scout analyzes your images to help you understand their dependencies and potential vulnerabilities
|
||||
redirect_from:
|
||||
- /atomist/
|
||||
- /atomist/try-atomist/
|
||||
|
@ -51,7 +51,7 @@ Docker Scout is activated for your organization automatically.
|
|||
Advanced image analysis is a feature in Docker Hub which, when enabled, triggers
|
||||
a Docker Scout analysis every time you push an image. The analysis updates
|
||||
continuously, meaning that the vulnerability report for an image is always up to
|
||||
date as new CVEs are discovered. No need to re-scan an image.
|
||||
date as Docker Scout becomes aware of new CVEs. No need to re-scan an image.
|
||||
|
||||
For more information, see
|
||||
[Advanced image analysis](./advanced-image-analysis.md).
|
||||
|
|
Loading…
Reference in New Issue