From de002afc0f5060fec7d2f7fa3df37995e62620de Mon Sep 17 00:00:00 2001 From: David Karlsson <35727626+dvdksn@users.noreply.github.com> Date: Wed, 30 Aug 2023 10:51:34 +0200 Subject: [PATCH] scout: reorganize index page, add grid tiles Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com> --- content/scout/_index.md | 62 +++++++++++++++++++++++-------------- content/scout/quickstart.md | 6 +++- 2 files changed, 43 insertions(+), 25 deletions(-) diff --git a/content/scout/_index.md b/content/scout/_index.md index 733c63885c..6e81098818 100644 --- a/content/scout/_index.md +++ b/content/scout/_index.md @@ -1,16 +1,45 @@ --- title: Docker Scout keywords: scout, supply chain, vulnerabilities, packages, cves, scan, analysis, analyze -description: Docker Scout analyzes your images to help you understand their dependencies +description: + Docker Scout analyzes your images to help you understand their dependencies and potential vulnerabilities aliases: - - /atomist/ - - /atomist/try-atomist/ - - /atomist/configure/settings/ - - /atomist/configure/advisories/ - - /atomist/integrate/github/ - - /atomist/integrate/deploys/ - - /engine/scan/ + - /atomist/ + - /atomist/try-atomist/ + - /atomist/configure/settings/ + - /atomist/configure/advisories/ + - /atomist/integrate/github/ + - /atomist/integrate/deploys/ + - /engine/scan/ +grid: + - title: Quickstart + link: /scout/quickstart/ + description: Learn what Docker Scout can do, and how to get started. + icon: explore + - title: Image analysis + link: /scout/image-analysis/ + description: Reveal and dig into the composition of your images. + icon: radar + - title: Advisory database + link: /scout/advisory-db-sources/ + description: Learn about the information sources that Docker Scout uses. + icon: database + - title: Integrations + description: | + Connect Docker Scout with your CI, registries, and other third-party services. + link: /scout/integrations/ + icon: multiple_stop + - title: Dashboard + link: /scout/dashboard/ + description: | + The web interface for Docker Scout. + icon: dashboard + - title: Policy {{< badge color=violet text=Beta >}} + link: /scout/policy/ + description: | + Ensure that your artifacts align with supply chain best practices. + icon: policy --- {{< include "scout-early-access.md" >}} @@ -32,19 +61,4 @@ Scout](./integrations/index.md) for more information. {{< include "scout-plans.md" >}} -## Quickstart - -_The following video shows an end-to-end workflow of using Docker Scout to remediate a reported vulnerability_. - -
- -> **Quickstart with Docker Scout** -> -> For a self-guided quickstart that shows you how to use Docker Scout to identify and remediate vulnerabilities in your images, read the [quickstart](./quickstart.md). -{ .tip } - -## Enabling Docker Scout - -_The following video shows how to enable Docker Scout on your repositories_. - - +{{< grid >}} diff --git a/content/scout/quickstart.md b/content/scout/quickstart.md index 6e1e2d314a..f154e33b4b 100644 --- a/content/scout/quickstart.md +++ b/content/scout/quickstart.md @@ -16,6 +16,10 @@ This guide takes a vulnerable container image and shows you how to use Docker Scout to identify and fix the vulnerabilities, compare image versions over time, and share the results with your team. +_The following video shows an end-to-end workflow of using Docker Scout to remediate a reported vulnerability_. + + + ## Setup [This example project](https://github.com/docker/scout-demo-service) contains @@ -90,7 +94,7 @@ to see vulnerabilities detected by Docker Scout. Docker Scout creates and maintains its vulnerability database by ingesting and collating vulnerability data from multiple sources continuously. These sources include many recognizable package repositories and trusted security trackers. -You can find more details in the [Advisory Database sources](./advisory-db-sources.md) document. +You can find more details in the [advisory database](./advisory-db-sources.md) documentation. > **Tip** >