mirror of https://github.com/docker/docs.git
Change web app to dashboard and clarify header
This commit is contained in:
parent
404b47de49
commit
10ffc273f3
|
@ -1887,8 +1887,8 @@ manuals:
|
|||
title: Image details view
|
||||
- path: /scout/advanced-image-analysis/
|
||||
title: Advanced image analysis
|
||||
- path: /scout/web-app/
|
||||
title: Web App
|
||||
- path: /scout/dashboard/
|
||||
title: Dashboard
|
||||
- path: /scout/artifactory/
|
||||
title: Artifactory integration
|
||||
- path: /scout/advisory-db-sources/
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
> **Early Access**
|
||||
>
|
||||
> Docker Scout is an [early access](/release-lifecycle/#early-access-ea)
|
||||
> product, and requires a Docker Pro, Team, or Business subscription.
|
||||
> product.
|
||||
>
|
||||
> If you're interested in Docker Scout for your organization and want to
|
||||
> learn more, get in touch by filling out the contact form on the
|
||||
|
|
|
@ -1,14 +1,14 @@
|
|||
---
|
||||
description: The Docker Scout Web App helps review and share the analysis of images.
|
||||
description: The Docker Scout Dashboard helps review and share the analysis of images.
|
||||
keywords: scanning, analysis, vulnerabilities, Hub, supply chain, security, report, reports, web app
|
||||
title: Web App
|
||||
title: Dashboard
|
||||
redirect_from:
|
||||
- /scout/reports/
|
||||
---
|
||||
|
||||
{% include scout-early-access.md %}
|
||||
|
||||
The Docker Scout Web App helps you share the analysis of images in an organization with your team. Developers can now see an overview of their security status across all their images from both Docker Hub and Artifactory, and get remediation advice at their fingertips. It helps team members in roles such as security, compliance, and operations to know what vulnerabilities and issues they need to focus on.
|
||||
The Docker Scout Dashboard helps you share the analysis of images in an organization with your team. Developers can now see an overview of their security status across all their images from both Docker Hub and Artifactory, and get remediation advice at their fingertips. It helps team members in roles such as security, compliance, and operations to know what vulnerabilities and issues they need to focus on.
|
||||
|
||||
## Overview
|
||||
|
Loading…
Reference in New Issue