Update image paths, add redirect
Signed-off-by: Chris Chinchilla <chris.ward@docker.com>
|
@ -1,9 +1,10 @@
|
|||
---
|
||||
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
|
||||
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 %}
|
||||
|
@ -12,13 +13,13 @@ The Docker Scout Dashboard helps you share the analysis of images in an organiza
|
|||
|
||||
## 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.
|
||||
|
||||
|
|