Skip to content

Commit

Permalink
scout: scout-cli v1.15.0 release notes
Browse files Browse the repository at this point in the history
Signed-off-by: David Karlsson <[email protected]>
  • Loading branch information
dvdksn committed Nov 5, 2024
1 parent 0738932 commit d466672
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions content/manuals/scout/release-notes/cli.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`.

Check failure on line 31 in content/manuals/scout/release-notes/cli.md

View workflow job for this annotation

GitHub Actions / vale

[vale] reported by reviewdog 🐶 [Vale.Spelling] Did you really mean 'Liquibase'? Raw Output: {"message": "[Vale.Spelling] Did you really mean 'Liquibase'?", "location": {"path": "content/manuals/scout/release-notes/cli.md", "range": {"start": {"line": 31, "column": 24}}}, "severity": "ERROR"}
- Add Rakudo Star/MoarVM binary classifier.

Check failure on line 32 in content/manuals/scout/release-notes/cli.md

View workflow job for this annotation

GitHub Actions / vale

[vale] reported by reviewdog 🐶 [Vale.Spelling] Did you really mean 'Rakudo'? Raw Output: {"message": "[Vale.Spelling] Did you really mean 'Rakudo'?", "location": {"path": "content/manuals/scout/release-notes/cli.md", "range": {"start": {"line": 32, "column": 9}}}, "severity": "ERROR"}
- Add binary classifiers for silverpeas utilities.

Check failure on line 33 in content/manuals/scout/release-notes/cli.md

View workflow job for this annotation

GitHub Actions / vale

[vale] reported by reviewdog 🐶 [Vale.Spelling] Did you really mean 'silverpeas'? Raw Output: {"message": "[Vale.Spelling] Did you really mean 'silverpeas'?", "location": {"path": "content/manuals/scout/release-notes/cli.md", "range": {"start": {"line": 33, "column": 32}}}, "severity": "ERROR"}
- Improve reading and caching of attestations with the containerd image store.

## 1.14.0

{{< release-date date="2024-09-24" >}}
Expand Down

0 comments on commit d466672

Please sign in to comment.