Tidy dashboard page with new optimised images and layout changes
Signed-off-by: Chris Chinchilla <chris.ward@docker.com>
|
@ -1917,7 +1917,7 @@ manuals:
|
||||||
title: Artifactory integration
|
title: Artifactory integration
|
||||||
- path: /scout/advisory-db-sources/
|
- path: /scout/advisory-db-sources/
|
||||||
title: Advisory Database
|
title: Advisory Database
|
||||||
- path: /scout/ci
|
- path: /scout/ci/
|
||||||
title: Continuous integration
|
title: Continuous integration
|
||||||
|
|
||||||
- sectiontitle: Docker Admin (Early Access)
|
- sectiontitle: Docker Admin (Early Access)
|
||||||
|
|
|
@ -19,8 +19,8 @@ The **Overview** tab shows the total number of vulnerabilities across all your D
|
||||||
|
|
||||||
## Repository settings
|
## Repository settings
|
||||||
|
|
||||||
Enable Docker Scout analysis on repositories in the current organization by selecting your profile
|
|
||||||
picture and then the **Repository settings** menu item.
|
Enable Docker Scout analysis on repositories in the current organization by selecting the settings icon next to your user profile picture and then the **Repository settings** menu item.
|
||||||
|
|
||||||
Select the checkboxes for the repositories on which you want to enable Docker Scout analysis and
|
Select the checkboxes for the repositories on which you want to enable Docker Scout analysis and
|
||||||
select **Enable image analysis**.
|
select **Enable image analysis**.
|
||||||
|
@ -32,8 +32,6 @@ Disable Docker Scout analysis on selected repositories by selecting **Disable im
|
||||||
|
|
||||||
## Images
|
## Images
|
||||||
|
|
||||||

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

|
|
||||||
|
|
||||||
### Repository tag list
|
### Repository tag list
|
||||||
|
|
||||||
The repository tag list shows all tags for a repository. You can search for specific tag versions using the search box.
|
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
|
The repository tag list shows all tags for a repository. You can search for specific tag versions using the search box.
|
||||||
|
|
||||||
Each entry in the list shows the following details:
|
Each entry in the list shows the following details:
|
||||||
|
|
||||||
- A checkbox to mark the tag for comparison to one other.
|
- A checkbox to mark the tag for comparison to one other.
|
||||||
|
@ -81,12 +77,8 @@ Each entry in the list shows the following details:
|
||||||
|
|
||||||
#### Comparing two tag images
|
#### Comparing two tag images
|
||||||
|
|
||||||

|
|
||||||
|
|
||||||
The top section of the comparison view shows an overview of the two selected image tags.
|
The top section of the comparison view shows an overview of the two selected image tags.
|
||||||
|
|
||||||

|
|
||||||
|
|
||||||
The tabs section of the view shows the following:
|
The tabs section of the view shows the following:
|
||||||
|
|
||||||
- Select the **Packages** tab to see packages added, removed, or changed in each image. Each entry in the table shows the differences between the versions and vulnerabilities in each image. Select the disclosure triangle next to a package to see more detail on the vulnerabilities changed.
|
- Select the **Packages** tab to see packages added, removed, or changed in each image. Each entry in the table shows the differences between the versions and vulnerabilities in each image. Select the disclosure triangle next to a package to see more detail on the vulnerabilities changed.
|
||||||
|
@ -94,25 +86,21 @@ The tabs section of the view shows the following:
|
||||||
|
|
||||||
### Image layer view
|
### Image layer view
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
The image layer view shows a breakdown of the Docker Scout analysis, including
|
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
|
an overview of the digest Secure Hash Algorithms (SHA), version, the image hierarchy (base images), image
|
||||||
layers, packages, and vulnerabilities.
|
layers, packages, and vulnerabilities.
|
||||||
|
|
||||||

|
|
||||||
|
|
||||||
> **Note**
|
> **Note**
|
||||||
>
|
>
|
||||||
> You can find more details on the elements in the image layer view in [the image details view docs](./image-details-view.md).
|
> You can find more details on the elements in the image layer view in [the image details view docs](./image-details-view.md).
|
||||||
|
|
||||||
Click the **View recommended fixes** button to see instructions to apply the recommended fixes for the image.
|
Select the **View recommended fixes** button to see instructions to apply the recommended fixes for the image.
|
||||||
|
|
||||||

|
## Packages
|
||||||
|
|
||||||
## Packages and dependencies
|
The **Packages** tab shows all packages across repositories in an organization.
|
||||||
|
|
||||||
The **Packages and dependencies** tab shows all **Packages** and **Base images** across images in an organization.
|
|
||||||
|
|
||||||
### Packages
|
|
||||||
|
|
||||||
Each entry in the list shows the following details:
|
Each entry in the list shows the following details:
|
||||||
|
|
||||||
|
@ -121,7 +109,9 @@ Each entry in the list shows the following details:
|
||||||
- The versions of the package used by images in the organization.
|
- The versions of the package used by images in the organization.
|
||||||
- The number of images that use the package.
|
- The number of images that use the package.
|
||||||
|
|
||||||
### Base images
|
## Base images
|
||||||
|
|
||||||
|
The **Base images** tab shows all base images used by repositories in an organization.
|
||||||
|
|
||||||
Each entry in the list shows the following details:
|
Each entry in the list shows the following details:
|
||||||
|
|
||||||
|
@ -130,7 +120,7 @@ Each entry in the list shows the following details:
|
||||||
- The number of images that use the base image. Selecting the link opens [the list of images that use the base image view](#images-using-base-image).
|
- The number of images that use the base image. Selecting the link opens [the list of images that use the base image view](#images-using-base-image).
|
||||||
- The number of packages in the base image.
|
- The number of packages in the base image.
|
||||||
|
|
||||||
## Images using base image
|
### Images using base image
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
|
@ -147,8 +137,6 @@ Each entry in the list shows the following details:
|
||||||
|
|
||||||
## Vulnerabilities
|
## Vulnerabilities
|
||||||
|
|
||||||

|
|
||||||
|
|
||||||
The **Vulnerabilities** tab shows a list of all vulnerabilities from images in the organization. You can sort and filter the list by severity and search for Common Vulnerabilities and Exposures (CVE) ID using the search box.
|
The **Vulnerabilities** tab shows a list of all vulnerabilities from images in the organization. You can sort and filter the list by severity and search for Common Vulnerabilities and Exposures (CVE) ID using the search box.
|
||||||
|
|
||||||
Each entry in the list shows the following details:
|
Each entry in the list shows the following details:
|
||||||
|
@ -169,8 +157,6 @@ Each entry in the list shows the following details:
|
||||||
|
|
||||||
### Vulnerability details page
|
### Vulnerability details page
|
||||||
|
|
||||||

|
|
||||||
|
|
||||||
The vulnerability details page shows detailed information about a particular CVE. The page shows the following information:
|
The vulnerability details page shows detailed information about a particular CVE. The page shows the following information:
|
||||||
|
|
||||||
- The CVE ID and severity.
|
- The CVE ID and severity.
|
||||||
|
|
Before Width: | Height: | Size: 515 KiB |
Before Width: | Height: | Size: 151 KiB |
Before Width: | Height: | Size: 267 KiB |
Before Width: | Height: | Size: 146 KiB |
Before Width: | Height: | Size: 212 KiB |
Before Width: | Height: | Size: 716 KiB |
Before Width: | Height: | Size: 254 KiB After Width: | Height: | Size: 215 KiB |
Before Width: | Height: | Size: 195 KiB |
Before Width: | Height: | Size: 195 KiB After Width: | Height: | Size: 138 KiB |
Before Width: | Height: | Size: 248 KiB |
Before Width: | Height: | Size: 231 KiB |
Before Width: | Height: | Size: 435 KiB |
Before Width: | Height: | Size: 120 KiB |