Update image paths, add redirect

Signed-off-by: Chris Chinchilla <chris.ward@docker.com>
This commit is contained in:
Chris Chinchilla 2023-05-31 08:51:03 +02:00
parent 10ffc273f3
commit 25e8ac3c9c
No known key found for this signature in database
GPG Key ID: 78FA9FB7CEAE483F
8 changed files with 10 additions and 9 deletions

View File

@ -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
![A screenshot of the Docker Scout vulnerabilities overview](./images/webapp-overview.png)
![A screenshot of the Docker Scout vulnerabilities overview](./images/dashboard-overview.png)
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
![A screenshot of the Docker Scout images list for an organization](./images/webapp-images.png)
![A screenshot of the Docker Scout images list for an organization](./images/dashboard-images.png)
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.
![Screenshot of recommended fixes for an image](./images/webapp-suggested-fix.png)
![Screenshot of recommended fixes for an image](./images/dashboard-suggested-fix.png)
### 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.
![Screenshot showing Docker Scout image hierarchy](./images/webapp-hierachy.png)
![Screenshot showing Docker Scout image hierarchy](./images/dashboard-hierachy.png)
> **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.
![Screenshot of recommended fixes for an image](./images/webapp-suggested-fix.png)
![Screenshot of recommended fixes for an image](./images/dashboard-suggested-fix.png)
## Packages and dependencies
![A screenshot of the Docker Scout packages and dependencies list](./images/webapp-pandd.png)
![A screenshot of the Docker Scout packages and dependencies list](./images/dashboard-pandd.png)
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
![Screenshot showing Docker Scout Vulnerabilities list](./images/webapp-vulns.png)
![Screenshot showing Docker Scout Vulnerabilities list](./images/dashboard-vulns.png)
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.

View File

Before

Width:  |  Height:  |  Size: 205 KiB

After

Width:  |  Height:  |  Size: 205 KiB

View File

Before

Width:  |  Height:  |  Size: 217 KiB

After

Width:  |  Height:  |  Size: 217 KiB

View File

Before

Width:  |  Height:  |  Size: 160 KiB

After

Width:  |  Height:  |  Size: 160 KiB

View File

Before

Width:  |  Height:  |  Size: 195 KiB

After

Width:  |  Height:  |  Size: 195 KiB

View File

Before

Width:  |  Height:  |  Size: 248 KiB

After

Width:  |  Height:  |  Size: 248 KiB

View File

Before

Width:  |  Height:  |  Size: 294 KiB

After

Width:  |  Height:  |  Size: 294 KiB

View File

@ -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.