Skip to content

Commit f1d240a

Browse files
authored
Merge pull request #19882 from eunomie/docker-scout-180
docker scout changelog for 1.8.0
2 parents 0e7b4d5 + 74aefe3 commit f1d240a

File tree

7 files changed

+92
-24
lines changed

7 files changed

+92
-24
lines changed

_vendor/github.com/docker/scout-cli/docs/docker_scout_docker-cli-plugin-hooks.yaml

Lines changed: 33 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

_vendor/github.com/docker/scout-cli/docs/scout.md

Lines changed: 21 additions & 20 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

_vendor/github.com/docker/scout-cli/docs/scout_docker-cli-plugin-hooks.md

Lines changed: 8 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

_vendor/modules.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# github.com/moby/moby v26.1.0+incompatible
2-
# github.com/moby/buildkit v0.13.0-rc3.0.20240424175633-5fce077ed0e0
2+
# github.com/moby/buildkit v0.13.1
33
# github.com/docker/buildx v0.14.0
44
# github.com/docker/cli v26.1.0+incompatible
55
# github.com/docker/compose/v2 v2.27.0
6-
# github.com/docker/scout-cli v1.7.0
6+
# github.com/docker/scout-cli v1.8.0

content/scout/release-notes/cli.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,30 @@ 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.8.0
12+
13+
{{< release-date date="2024-04-25" >}}
14+
15+
### Bug fixes and enhancements
16+
17+
- Improve format of EPSS score and percentile.
18+
19+
Before:
20+
21+
```text
22+
EPSS Score : 0.000440
23+
EPSS Percentile : 0.092510
24+
```
25+
26+
After:
27+
28+
```text
29+
EPSS Score : 0.04%
30+
EPSS Percentile : 9th percentile
31+
```
32+
33+
- Fix markdown output of the `docker scout cves` command when analyzing local filesystem. [docker/scout-cli#113](https://github.com/docker/scout-cli/issues/113)
34+
1135
## 1.7.0
1236

1337
{{< release-date date="2024-04-15" >}}

go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ require (
88
github.com/docker/buildx v0.14.0 // indirect
99
github.com/docker/cli v26.1.0+incompatible // indirect
1010
github.com/docker/compose/v2 v2.27.0 // indirect
11-
github.com/docker/scout-cli v1.7.0 // indirect
11+
github.com/docker/scout-cli v1.8.0 // indirect
1212
github.com/moby/buildkit v0.13.1 // indirect
1313
github.com/moby/moby v26.1.0+incompatible // indirect
1414
)
@@ -17,7 +17,7 @@ replace (
1717
github.com/docker/buildx => github.com/docker/buildx v0.14.0
1818
github.com/docker/cli => github.com/docker/cli v26.1.0+incompatible
1919
github.com/docker/compose/v2 => github.com/docker/compose/v2 v2.27.0
20-
github.com/docker/scout-cli => github.com/docker/scout-cli v1.7.0
20+
github.com/docker/scout-cli => github.com/docker/scout-cli v1.8.0
2121
github.com/moby/buildkit => github.com/moby/buildkit v0.13.0-rc3.0.20240424175633-5fce077ed0e0
2222
github.com/moby/moby => github.com/moby/moby v26.1.0+incompatible
2323
)

go.sum

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -170,6 +170,8 @@ github.com/docker/scout-cli v1.6.0 h1:07Kn2d/AshUSUk64ArZzE31lj4h7waGi8tjrFXxMZL
170170
github.com/docker/scout-cli v1.6.0/go.mod h1:Eo1RyCJsx3ldz/YTY5yGxu9g9mwTYbRUutxQUkow3Fc=
171171
github.com/docker/scout-cli v1.7.0 h1:2dEbQKqkxM6wsJab/Ma3EJacS9ZrkVs1C4KbjXggJjY=
172172
github.com/docker/scout-cli v1.7.0/go.mod h1:Eo1RyCJsx3ldz/YTY5yGxu9g9mwTYbRUutxQUkow3Fc=
173+
github.com/docker/scout-cli v1.8.0 h1:rxwU9Xzt1LhqSY37ZVe/GPRCQxrEaQNipOMpCrUdGns=
174+
github.com/docker/scout-cli v1.8.0/go.mod h1:Eo1RyCJsx3ldz/YTY5yGxu9g9mwTYbRUutxQUkow3Fc=
173175
github.com/elazarl/goproxy v0.0.0-20191011121108-aa519ddbe484/go.mod h1:Ro8st/ElPeALwNFlcTpWmkr6IoMFfkjXAvTHpevnDsM=
174176
github.com/evanphx/json-patch v4.9.0+incompatible/go.mod h1:50XU6AFN0ol/bzJsmQLiYLvXMP4fmwYFNcr97nuDLSk=
175177
github.com/fatih/color v1.7.0/go.mod h1:Zm6kSWBoL9eyXnKyktHP6abPY2pDugNf5KwzbycvMj4=

0 commit comments

Comments
 (0)