Merge pull request #17444 from cdupuis/scout-header-update
Change web app to dashboard and clarify header
@@ -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,24 +1,25 @@
|
||||
---
|
||||
description: The Docker Scout Web App helps review and share the analysis of images.
|
||||
keywords: scanning, analysis, vulnerabilities, Hub, supply chain, security, report, reports, web app
|
||||
title: Web App
|
||||
description: The Docker Scout Dashboard helps review and share the analysis of images.
|
||||
keywords: scanning, analysis, vulnerabilities, Hub, supply chain, security, report, reports, dashboard
|
||||
title: Dashboard
|
||||
redirect_from:
|
||||
- /scout/reports/
|
||||
- /scout/web-app/
|
||||
---
|
||||
|
||||
{% 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
|
||||
|
||||

|
||||

|
||||
|
||||
The **Overview** tab shows the total number of vulnerabilities across all your Scout-enabled repositories, over time. This calculation takes the most recent image in each repository to avoid including old irrelevant images.
|
||||
|
||||
## Images
|
||||
|
||||

|
||||

|
||||
|
||||
The **Images** tab shows a list of images in an organization. You can search for specific repositories using the search box.
|
||||
|
||||
@@ -32,7 +33,7 @@ Each entry in the list shows the following details:
|
||||
- The predicted improvement to the vulnerabilities if you apply the recommended fixes.
|
||||
- An action button to show implementable recommended fixes.
|
||||
|
||||

|
||||

|
||||
|
||||
### Repository tag list
|
||||
|
||||
@@ -53,7 +54,7 @@ The image layer view shows a breakdown of the Docker Scout analysis, including
|
||||
an overview of the digest Secure Hash Algorithms (SHA), version, the image hierarchy (base images), image
|
||||
layers, packages, and vulnerabilities.
|
||||
|
||||

|
||||

|
||||
|
||||
> **Note**
|
||||
>
|
||||
@@ -61,11 +62,11 @@ layers, packages, and vulnerabilities.
|
||||
|
||||
Click the **View recommended fixes** button to see instructions to apply the recommended fixes for the image.
|
||||
|
||||

|
||||

|
||||
|
||||
## Packages and dependencies
|
||||
|
||||

|
||||

|
||||
|
||||
The **Packages and dependencies** tab shows all packages and base images part of your images in an organization. You can sort the list by package name.
|
||||
|
||||
@@ -80,7 +81,7 @@ Each entry in the list shows the following details:
|
||||
|
||||
## Vulnerabilities
|
||||
|
||||

|
||||

|
||||
|
||||
The **Vulnerabilities** tab shows a list of all vulnerabilities from images in the organization. You can sort the list by severity and search for Common Vulnerabilities and Exposures (CVE) ID using the search box.
|
||||
|
||||
|
Before Width: | Height: | Size: 205 KiB After Width: | Height: | Size: 205 KiB |
|
Before Width: | Height: | Size: 217 KiB After Width: | Height: | Size: 217 KiB |
|
Before Width: | Height: | Size: 160 KiB After Width: | Height: | Size: 160 KiB |
|
Before Width: | Height: | Size: 195 KiB After Width: | Height: | Size: 195 KiB |
|
Before Width: | Height: | Size: 248 KiB After Width: | Height: | Size: 248 KiB |
|
Before Width: | Height: | Size: 294 KiB After Width: | Height: | Size: 294 KiB |
@@ -32,7 +32,7 @@ You can view and interact with Docker Scout from your terminal through the
|
||||
`docker scout`
|
||||
[plugin for Docker CLI](../engine/reference/commandline/scout_cves.md).
|
||||
|
||||
There's also a [Web App](https://scout.docker.com){: target="\_blank"
|
||||
There's also a [Dashboard](https://scout.docker.com){: target="\_blank"
|
||||
rel="noopener" } that you can use to explore additional information about
|
||||
images, packages, and CVEs.
|
||||
|
||||
|
||||