Skip to content

Commit 1c5f624

Browse files
eunomiedvdksn
authored andcommitted
scout: scout-cli 1.8.0 release notes
Signed-off-by: Yves Brissaud <[email protected]> Signed-off-by: David Karlsson <[email protected]>
1 parent 6d1405d commit 1c5f624

File tree

1 file changed

+24
-0
lines changed
  • content/scout/release-notes

1 file changed

+24
-0
lines changed

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" >}}

0 commit comments

Comments
 (0)