Skip to content

Commit

Permalink
Merge pull request #26 from docker/v0.21.0
Browse files Browse the repository at this point in the history
Publish v0.21.0 release
  • Loading branch information
cdupuis committed Aug 3, 2023
2 parents 14a0cf5 + 2d13c5d commit 118e6c5
Show file tree
Hide file tree
Showing 12 changed files with 26 additions and 6 deletions.
6 changes: 0 additions & 6 deletions dist/docker-scout_0.20.0_checksums.txt

This file was deleted.

6 changes: 6 additions & 0 deletions dist/docker-scout_0.21.0_checksums.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
0cc5021fe43dfac04df7862ef482f01ab5c667488e0cb1e82f0f9537acc648dd docker-scout_0.21.0_linux_arm64.tar.gz
1de127fa25c2515b55600bdb00782baaa6518325e869ae1168d2e18d369e4242 docker-scout_0.21.0_windows_arm64.zip
298533a18e06506cc303c58a1a944b513347c496676a6b375b5f5f977b72dac7 docker-scout_0.21.0_darwin_amd64.tar.gz
aae97ed822e161e70386bd70bd8447ab1ad7a1ecebdcb840e7c1b980f9602e09 docker-scout_0.21.0_linux_amd64.tar.gz
de0ed3b7bfce743836903590a7120265aa1ca83a8acb5dd5f1bb41a610db7cb0 docker-scout_0.21.0_darwin_arm64.tar.gz
f4d518e7b2ef63aea55117942f54bdc2523a14ea9d1636f9786a9369771644c0 docker-scout_0.21.0_windows_amd64.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.
9 changes: 9 additions & 0 deletions docs/docker_scout_cves.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -182,6 +182,15 @@ options:
experimentalcli: false
kubernetes: false
swarm: false
- option: stream
value_type: string
description: Name of stream
deprecated: false
hidden: false
experimental: false
experimentalcli: false
kubernetes: false
swarm: false
- option: type
value_type: string
default_value: image
Expand Down
9 changes: 9 additions & 0 deletions docs/docker_scout_quickview.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,15 @@ options:
experimentalcli: false
kubernetes: false
swarm: false
- option: stream
value_type: string
description: Name of stream
deprecated: false
hidden: false
experimental: false
experimentalcli: false
kubernetes: false
swarm: false
- option: type
value_type: string
default_value: image
Expand Down
1 change: 1 addition & 0 deletions docs/scout_cves.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ Display CVEs identified in a software artifact
| `-o`, `--output` | `string` | | Write the report to a file. |
| `--platform` | `string` | | Platform of image to analyze |
| `--ref` | `string` | | Reference to use if the provided tarball contains multiple references.<br>Can only be used with --type archive. |
| `--stream` | `string` | | Name of stream |
| `--type` | `string` | `image` | Type of the image to analyze. Can be one of:<br>- image<br>- oci-dir<br>- archive (docker save tarball)<br> |


Expand Down
1 change: 1 addition & 0 deletions docs/scout_quickview.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ Quick overview of an image
| `-o`, `--output` | `string` | | Write the report to a file. |
| `--platform` | `string` | | Platform of image to analyze |
| `--ref` | `string` | | Reference to use if the provided tarball contains multiple references.<br>Can only be used with --type archive. |
| `--stream` | `string` | | Name of stream |
| `--type` | `string` | `image` | Type of the image to analyze. Can be one of:<br>- image<br>- oci-dir<br>- archive (docker save tarball)<br> |


Expand Down

0 comments on commit 118e6c5

Please sign in to comment.