Skip to content

Commit f71eddc

Browse files
eunomiedvdksn
authored andcommitted
add release notes for scout CLI v1.7.0
Signed-off-by: Yves Brissaud <[email protected]> Signed-off-by: David Karlsson <[email protected]>
1 parent 2abe7d9 commit f71eddc

File tree

1 file changed

+22
-2
lines changed
  • content/scout/release-notes

1 file changed

+22
-2
lines changed

content/scout/release-notes/cli.md

Lines changed: 22 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,33 @@ This page contains information about the new features, improvements, known
88
issues, and bug fixes in the Docker Scout [CLI plugin](https://github.com/docker/scout-cli/)
99
and the `docker/scout-action` [GitHub Action](https://github.com/docker/scout-action).
1010

11+
## 1.7.0
12+
13+
{{< release-date date="2024-04-15" >}}
14+
15+
### New
16+
17+
- The [`docker scout push` command](/reference/cli/docker/scout/push/) is now fully available: analyze images locally and push the SBOM to Docker Scout.
18+
19+
### Bug fixes and enhancements
20+
21+
- Fix adding attestations with `docker scout attestation add` to images in private repositories
22+
- Fix image processing for images based on the empty `scratch` base image
23+
- A new `sbom://` protocol for Docker Scout CLI commands let you read a Docker Scout SBOM from standard input.
24+
25+
```console
26+
$ docker scout sbom IMAGE | docker scout qv sbom://
27+
```
28+
29+
- Add classifier for Joomla packages
30+
1131
## 1.6.4
1232

1333
{{< release-date date="2024-03-26" >}}
1434

15-
### Bug fix
35+
### Bug fixes and enhancements
1636

17-
- Fix epoch handling for rpm-based images.
37+
- Fix epoch handling for RPM-based Linux distributions
1838

1939
## 1.6.3
2040

0 commit comments

Comments
 (0)