From e3f66db2fa2318d972bf345ff4c372e867b1865d Mon Sep 17 00:00:00 2001 From: David Karlsson <35727626+dvdksn@users.noreply.github.com> Date: Thu, 31 Oct 2024 13:52:24 +0100 Subject: [PATCH] scout: scout-cli v1.14.0 release notes Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com> --- content/manuals/scout/release-notes/cli.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/content/manuals/scout/release-notes/cli.md b/content/manuals/scout/release-notes/cli.md index 5c2f9eacc3..e61b250fe9 100644 --- a/content/manuals/scout/release-notes/cli.md +++ b/content/manuals/scout/release-notes/cli.md @@ -9,6 +9,19 @@ This page contains information about the new features, improvements, known issues, and bug fixes in the Docker Scout [CLI plugin](https://github.com/docker/scout-cli/) and the `docker/scout-action` [GitHub Action](https://github.com/docker/scout-action). +## 1.14.0 + +{{< release-date date="2024-09-24" >}} + +### New + +- Add suppression information at the CVE level in the `docker scout cves` command. + +### Bug fixes + +- Fix listing CVEs for dangling images, for example: `local://sha256:...` +- Fix panic when analysing a file system input, for instance with `docker scout cves fs://.` + ## 1.13.0 {{< release-date date="2024-08-05" >}}