diff --git a/_data/toc.yaml b/_data/toc.yaml index 84bbea3aee..d21957273a 100644 --- a/_data/toc.yaml +++ b/_data/toc.yaml @@ -1917,7 +1917,7 @@ manuals: title: Artifactory integration - path: /scout/advisory-db-sources/ title: Advisory Database - - path: /scout/ci + - path: /scout/ci/ title: Continuous integration - sectiontitle: Docker Admin (Early Access) diff --git a/scout/dashboard.md b/scout/dashboard.md index b30354eb3e..615ea0bc38 100644 --- a/scout/dashboard.md +++ b/scout/dashboard.md @@ -19,8 +19,8 @@ The **Overview** tab shows the total number of vulnerabilities across all your D ## 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 **Enable image analysis**. @@ -32,8 +32,6 @@ Disable Docker Scout analysis on selected repositories by selecting **Disable im ## Images -![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. 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. - An action button to show implementable recommended fixes. - ![Screenshot of recommended fixes for an image](./images/dashboard-suggested-fix.png) - ### Repository tag list -The repository tag list shows all tags for a repository. You can search for specific tag versions using the search box. - ![Screenshot of tags for a repository](./images/dashboard-repo-tags.png) +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: - 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 -![Screenshot of an overview of differences between two selected images](./images/dashboard-diff-top.png) - The top section of the comparison view shows an overview of the two selected image tags. -![Screenshot of overview differences between two selected images](./images/dashboard-diff-bottom.png) - 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. @@ -94,25 +86,21 @@ The tabs section of the view shows the following: ### Image layer view +![Screenshot showing Docker Scout image hierarchy](./images/dashboard-hierachy.png) + 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/dashboard-hierachy.png) - > **Note** > > 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. -![Screenshot of recommended fixes for an image](./images/dashboard-suggested-fix.png) +## Packages -## Packages and dependencies - -The **Packages and dependencies** tab shows all **Packages** and **Base images** across images in an organization. - -### Packages +The **Packages** tab shows all packages across repositories in an organization. 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 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: @@ -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 packages in the base image. -## Images using base image +### Images using base image ![A screenshot of the Docker Scout view showing images that use a selected base image](./images/dashboard-images-used-by.png) @@ -147,8 +137,6 @@ Each entry in the list shows the following details: ## Vulnerabilities -![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 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: @@ -169,8 +157,6 @@ Each entry in the list shows the following details: ### Vulnerability details page -![Screenshot showing the details of a vulnerability in Docker Scout](./images/dashboard-vulns-details.png) - The vulnerability details page shows detailed information about a particular CVE. The page shows the following information: - The CVE ID and severity. diff --git a/scout/images/dashboard-compare-overview.png b/scout/images/dashboard-compare-overview.png deleted file mode 100644 index ce0a360724..0000000000 Binary files a/scout/images/dashboard-compare-overview.png and /dev/null differ diff --git a/scout/images/dashboard-compare-select.png b/scout/images/dashboard-compare-select.png deleted file mode 100644 index 1e86b73d31..0000000000 Binary files a/scout/images/dashboard-compare-select.png and /dev/null differ diff --git a/scout/images/dashboard-diff-bottom.png b/scout/images/dashboard-diff-bottom.png deleted file mode 100644 index a0e2be6230..0000000000 Binary files a/scout/images/dashboard-diff-bottom.png and /dev/null differ diff --git a/scout/images/dashboard-diff-select.png b/scout/images/dashboard-diff-select.png deleted file mode 100644 index dc44889358..0000000000 Binary files a/scout/images/dashboard-diff-select.png and /dev/null differ diff --git a/scout/images/dashboard-diff-top.png b/scout/images/dashboard-diff-top.png deleted file mode 100644 index d8d04745b8..0000000000 Binary files a/scout/images/dashboard-diff-top.png and /dev/null differ diff --git a/scout/images/dashboard-images.png b/scout/images/dashboard-images.png deleted file mode 100644 index 673706ca25..0000000000 Binary files a/scout/images/dashboard-images.png and /dev/null differ diff --git a/scout/images/dashboard-overview.png b/scout/images/dashboard-overview.png index c367302cf2..f2b7fd74a0 100644 Binary files a/scout/images/dashboard-overview.png and b/scout/images/dashboard-overview.png differ diff --git a/scout/images/dashboard-pandd.png b/scout/images/dashboard-pandd.png deleted file mode 100644 index f69d70504b..0000000000 Binary files a/scout/images/dashboard-pandd.png and /dev/null differ diff --git a/scout/images/dashboard-repo-tags.png b/scout/images/dashboard-repo-tags.png index f87280c7c2..d1c54cd90a 100644 Binary files a/scout/images/dashboard-repo-tags.png and b/scout/images/dashboard-repo-tags.png differ diff --git a/scout/images/dashboard-suggested-fix.png b/scout/images/dashboard-suggested-fix.png deleted file mode 100644 index 5e1ed0df35..0000000000 Binary files a/scout/images/dashboard-suggested-fix.png and /dev/null differ diff --git a/scout/images/dashboard-vulns-details.png b/scout/images/dashboard-vulns-details.png deleted file mode 100644 index a57ace0395..0000000000 Binary files a/scout/images/dashboard-vulns-details.png and /dev/null differ diff --git a/scout/images/dashboard-vulns.png b/scout/images/dashboard-vulns.png deleted file mode 100644 index 92e4992312..0000000000 Binary files a/scout/images/dashboard-vulns.png and /dev/null differ diff --git a/scout/images/remediation.png b/scout/images/remediation.png deleted file mode 100644 index 200d8e763d..0000000000 Binary files a/scout/images/remediation.png and /dev/null differ