Releases: docker/scout-cli
Releases · docker/scout-cli
v0.22.3
What's Changed
- fix:
markdown
output of docker scout cves
command by @eunomie
v0.22.2
What's Changed
- Don't fail
docker scout push
when base image is unavailable by @cdupuis
v0.21.1
What's Changed
- Allow
docker scout push
for local images by @cdupuis
v0.21.0
What's Changed
New Contributors
v0.20.0
What's changed
- Fix error handling with missing/invalid attestation by @cdupuis
- Use OSC 8 hyperlinks by @cdupuis
- Support for multi-stage SBOMs by @cdupuis
v0.19.0
What's Changed
- Lowercase image refs for GitHub Action by @mcapell
- Fix
--exit-code
on cves
command in GitHub Action by @cdupuis
- Add
push
command to upload an image to Docker Scout by @cdupuis
- Require login for GitHub Action and reject CSP accounts by @cdupuis
v0.18.1
What's Changed
- Fix typo in
stream
help text by @cdupuis
v0.18.0
What's Changed
- Add
recommendations
command to GHA by @mcapell
- Improve output for
cves
command in GHA by @eunomie
v0.17.1
What's Changed
- Add
cves
command to GHA by @eunomie
- Allow
--filter
on repo enable
command for bulk enablement by @cdupuis
- Allow to run multiple commands at once in GHA by @eunomie
- Update to Syft v0.84.1 by @cdupuis
- Fix bug in package processing for missing Go build info by @cdupuis
v0.17.0
What's Changed
- Added
repo
top level command to manage Scout enablement on repositories by @cdupuis
- Lots of improvements (
compare
, stream
) to the Scout GitHub Action by @eunomie