Skip to content

Commit

Permalink
Merge pull request #23 from docker/v0.20.0
Browse files Browse the repository at this point in the history
Publish v0.20.0 release
  • Loading branch information
mcapell committed Jul 20, 2023
2 parents 27fb48d + e80bb92 commit 14a0cf5
Show file tree
Hide file tree
Showing 12 changed files with 50 additions and 6 deletions.
6 changes: 0 additions & 6 deletions dist/docker-scout_0.19.0_checksums.txt

This file was deleted.

6 changes: 6 additions & 0 deletions dist/docker-scout_0.20.0_checksums.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
23e209bc5c9266442146859f20a06c610b2aef4fc08c701fbcd88e34fa83c96e docker-scout_0.20.0_windows_amd64.zip
45cf9324c5dc39ff242b4fef0cacdf9c1fd5f3db74cb2aa7079f6482e6d47049 docker-scout_0.20.0_darwin_arm64.tar.gz
6892c1a32d499902c3daf02ad4c60a70543174ce9d3ebb1f5a34dec5ec76fc58 docker-scout_0.20.0_linux_amd64.tar.gz
8e5ea749c2b22586ea6489dcedc89be6ba9bfcab4ee0024c34b7111a34bb7744 docker-scout_0.20.0_darwin_amd64.tar.gz
c77a2ce7152e6ff95061ac15b704ad29cf88ebf5e499528af77e883007e4b9a4 docker-scout_0.20.0_linux_arm64.tar.gz
e0a6f35619b6b9764783538a001a0a11371c4786e33bd1e04295eb4938e2f0b9 docker-scout_0.20.0_windows_arm64.zip
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
20 changes: 20 additions & 0 deletions docs/docker_scout_compare.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,16 @@ options:
experimentalcli: false
kubernetes: false
swarm: false
- option: multi-stage
value_type: bool
default_value: "false"
description: Show packages from multi-stage Docker builds
deprecated: false
hidden: false
experimental: false
experimentalcli: false
kubernetes: false
swarm: false
- option: only-fixed
value_type: bool
default_value: "false"
Expand Down Expand Up @@ -106,6 +116,16 @@ options:
experimentalcli: false
kubernetes: false
swarm: false
- option: only-stage
value_type: stringSlice
default_value: '[]'
description: Comma separated list of multi-stage Docker build stage names
deprecated: false
hidden: false
experimental: false
experimentalcli: false
kubernetes: false
swarm: false
- option: only-unfixed
value_type: bool
default_value: "false"
Expand Down
20 changes: 20 additions & 0 deletions docs/docker_scout_cves.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,16 @@ options:
experimentalcli: false
kubernetes: false
swarm: false
- option: multi-stage
value_type: bool
default_value: "false"
description: Show packages from multi-stage Docker builds
deprecated: false
hidden: false
experimental: false
experimentalcli: false
kubernetes: false
swarm: false
- option: only-cve-id
value_type: stringSlice
default_value: '[]'
Expand Down Expand Up @@ -122,6 +132,16 @@ options:
experimentalcli: false
kubernetes: false
swarm: false
- option: only-stage
value_type: stringSlice
default_value: '[]'
description: Comma separated list of multi-stage Docker build stage names
deprecated: false
hidden: false
experimental: false
experimentalcli: false
kubernetes: false
swarm: false
- option: only-unfixed
value_type: bool
default_value: "false"
Expand Down
2 changes: 2 additions & 0 deletions docs/scout_compare.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,11 @@ Compare two images and display differences (experimental)
| `--format` | `string` | `text` | Output format of the generated vulnerability report:<br>- text: default output, plain text with or without colors depending on the terminal<br>- markdown: Markdown output<br> |
| `--ignore-base` | | | Filter out CVEs introduced from base image |
| `--ignore-unchanged` | | | Filter out unchanged packages |
| `--multi-stage` | | | Show packages from multi-stage Docker builds |
| `--only-fixed` | | | Filter to fixable CVEs |
| `--only-package-type` | `stringSlice` | | Comma separated list of package types (like apk, deb, rpm, npm, pypi, golang, etc) |
| `--only-severity` | `stringSlice` | | Comma separated list of severities (critical, high, medium, low, unspecified) to filter CVEs by |
| `--only-stage` | `stringSlice` | | Comma separated list of multi-stage Docker build stage names |
| `--only-unfixed` | | | Filter to unfixed CVEs |
| `-o`, `--output` | `string` | | Write the report to a file. |
| `--platform` | `string` | | Platform of image to analyze |
Expand Down
2 changes: 2 additions & 0 deletions docs/scout_cves.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,12 @@ Display CVEs identified in a software artifact
| `--format` | `string` | `packages` | Output format of the generated vulnerability report:<br>- packages: default output, plain text with vulnerabilities grouped by packages<br>- sarif: json Sarif output<br>- markdown: markdown output<br> |
| `--ignore-base` | | | Filter out CVEs introduced from base image |
| `--locations` | | | Print package locations including file paths and layer diff_id |
| `--multi-stage` | | | Show packages from multi-stage Docker builds |
| `--only-cve-id` | `stringSlice` | | Comma separated list of CVE ids (like CVE-2021-45105) to search for |
| `--only-fixed` | | | Filter to fixable CVEs |
| `--only-package-type` | `stringSlice` | | Comma separated list of package types (like apk, deb, rpm, npm, pypi, golang, etc) |
| `--only-severity` | `stringSlice` | | Comma separated list of severities (critical, high, medium, low, unspecified) to filter CVEs by |
| `--only-stage` | `stringSlice` | | Comma separated list of multi-stage Docker build stage names |
| `--only-unfixed` | | | Filter to unfixed CVEs |
| `-o`, `--output` | `string` | | Write the report to a file. |
| `--platform` | `string` | | Platform of image to analyze |
Expand Down

0 comments on commit 14a0cf5

Please sign in to comment.