From d46667290d65ed6cd80d2465cce58bbbec9c861a Mon Sep 17 00:00:00 2001 From: David Karlsson <35727626+dvdksn@users.noreply.github.com> Date: Thu, 31 Oct 2024 14:14:30 +0100 Subject: [PATCH] scout: scout-cli v1.15.0 release notes Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com> --- content/manuals/scout/release-notes/cli.md | 24 ++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/content/manuals/scout/release-notes/cli.md b/content/manuals/scout/release-notes/cli.md index e61b250fe90..c43e69e0081 100644 --- a/content/manuals/scout/release-notes/cli.md +++ b/content/manuals/scout/release-notes/cli.md @@ -9,6 +9,30 @@ 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.15.0 + +{{< release-date date="2024-10-31" >}} + +### New + +- New `--format=cyclonedx` flag for the `docker scout sbom` to output the SBOM in CycloneDX format. + +### Enhancements + +- Use high-to-low sort order for CVE summary. +- Support for enabling and disabling repositories that enabled by `docker scout push` or `docker scout watch`. + +### Bug fixes + +- Improve messaging when analyzing `oci` directories without attestations. + Only single-platform images and multi-platform image _with attestations_ are supported. + Multi-platform images without attestations are not supported. +- Improve classifiers and SBOM indexer: + - Add classifier for Liquibase `lpm`. + - Add Rakudo Star/MoarVM binary classifier. + - Add binary classifiers for silverpeas utilities. +- Improve reading and caching of attestations with the containerd image store. + ## 1.14.0 {{< release-date date="2024-09-24" >}}