Skip to content

Commit

Permalink
Merge pull request #37 from docker/v0.23.2
Browse files Browse the repository at this point in the history
Publish v0.23.2 release
  • Loading branch information
eunomie authored Aug 25, 2023
2 parents 8150322 + 4e22753 commit 22ec199
Show file tree
Hide file tree
Showing 15 changed files with 55 additions and 8 deletions.
6 changes: 0 additions & 6 deletions dist/docker-scout_0.23.0_checksums.txt

This file was deleted.

6 changes: 6 additions & 0 deletions dist/docker-scout_0.23.2_checksums.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
113b16b25e503d7c531389078b194f4862bec8b7509867b625144e56fc08cd4c docker-scout_0.23.2_darwin_amd64.tar.gz
67d841a2b593a08c7e612c7e7a282cc955cfd94778df4284a845d10c1774f9c0 docker-scout_0.23.2_linux_arm64.tar.gz
c787193bf6725f4f706bbb1587ca5d320e20253149fdd99239e87bf16dff2bee docker-scout_0.23.2_linux_amd64.tar.gz
d0e5598b8d48e1b52f904131ea1911c53e3838363f69691df5dd7cb2d7c1d53b docker-scout_0.23.2_windows_arm64.zip
da7a3c8e751b13aa82352805f71ad0325a4ef240c038caa61f95bc088c74d2bf docker-scout_0.23.2_windows_amd64.zip
f1d804b627cf9ad0d2c98614b8adbe6f23573296aa8f6e85a515e7652b66579a docker-scout_0.23.2_darwin_arm64.tar.gz
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
2 changes: 2 additions & 0 deletions docs/docker_scout.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ cname:
- docker scout compare
- docker scout config
- docker scout cves
- docker scout enroll
- docker scout environment
- docker scout policy
- docker scout quickview
Expand All @@ -20,6 +21,7 @@ clink:
- docker_scout_compare.yaml
- docker_scout_config.yaml
- docker_scout_cves.yaml
- docker_scout_enroll.yaml
- docker_scout_environment.yaml
- docker_scout_policy.yaml
- docker_scout_quickview.yaml
Expand Down
9 changes: 9 additions & 0 deletions docs/docker_scout_compare.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,15 @@ options:
experimentalcli: false
kubernetes: false
swarm: false
- option: org
value_type: string
description: Namespace of the Docker organization
deprecated: false
hidden: false
experimental: false
experimentalcli: false
kubernetes: false
swarm: false
- option: output
shorthand: o
value_type: string
Expand Down
24 changes: 24 additions & 0 deletions docs/docker_scout_enroll.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
command: docker scout enroll
short: Enroll an organization with Docker Scout
long: |
The `docker scout enroll` command enrolls an organization with Docker Scout.
usage: docker scout enroll ORG
pname: docker scout
plink: docker_scout.yaml
inherited_options:
- option: debug
value_type: bool
default_value: "false"
description: Debug messages
deprecated: false
hidden: true
experimental: false
experimentalcli: false
kubernetes: false
swarm: false
deprecated: false
experimental: false
experimentalcli: false
kubernetes: false
swarm: false

2 changes: 1 addition & 1 deletion docs/docker_scout_repo_list.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
command: docker scout repo list
short: Repo Docker Scout
long: |
The docker scout repo list command shows all repsitories in an organization.
The docker scout repo list command shows all repositories in an organization.
usage: docker scout repo list ORG
pname: docker scout repo
plink: docker_scout_repo.yaml
Expand Down
2 changes: 1 addition & 1 deletion docs/scout.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Command line tool for Docker Scout
| [`compare`](scout_compare.md) | Compare two images and display differences (experimental) |
| [`config`](scout_config.md) | Manage Docker Scout configuration |
| [`cves`](scout_cves.md) | Display CVEs identified in a software artifact |
| [`entitlement`](scout_entitlement.md) | Manage entitlement of a Docker Hub repository |
| [`enroll`](scout_enroll.md) | Enroll an organization with Docker Scout |
| [`environment`](scout_environment.md) | Manage environments (experimental) |
| [`policy`](scout_policy.md) | Display the policy results of an image (experimental) |
| [`push`](scout_push.md) | Push an image or image index to Docker Scout (experimental) |
Expand Down
1 change: 1 addition & 0 deletions docs/scout_compare.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ Compare two images and display differences (experimental)
| `--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 |
| `--org` | `string` | | Namespace of the Docker organization |
| `-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. |
Expand Down
11 changes: 11 additions & 0 deletions docs/scout_enroll.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# docker scout enroll

<!---MARKER_GEN_START-->
Enroll an organization with Docker Scout


<!---MARKER_GEN_END-->

## Description

The `docker scout enroll` command enrolls an organization with Docker Scout.

0 comments on commit 22ec199

Please sign in to comment.