Skip to content

Commit

Permalink
Merge pull request #41 from docker/v0.24.0
Browse files Browse the repository at this point in the history
Publish v0.24.0 release
  • Loading branch information
eunomie authored Sep 1, 2023
2 parents 026bc14 + c256cae commit 4d0c345
Show file tree
Hide file tree
Showing 22 changed files with 75 additions and 57 deletions.
6 changes: 0 additions & 6 deletions dist/docker-scout_0.23.3_checksums.txt

This file was deleted.

6 changes: 6 additions & 0 deletions dist/docker-scout_0.24.0_checksums.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
06fcb16e9cdd25f284d5bb3638ec4dfbecf338e25a80bf23c692f6893ffd7c06 docker-scout_0.24.0_linux_arm64.tar.gz
080fae1fc4f25031e6a2dddf2d888ea5e3a921c6c8d950bece6c8ce732bfa725 docker-scout_0.24.0_windows_arm64.zip
4c6ed20c78bdbc9f2c04f05e6d0881dfdf7227787156bc0f88d3c5c35de28d19 docker-scout_0.24.0_darwin_arm64.tar.gz
bb70f0cd7e243498b444d442c3ae5ca3e850ee5923fbc9bae7ccb0f487be8d54 docker-scout_0.24.0_linux_amd64.tar.gz
cf3103ffc212da849ef1e6eb0672b417d2e24dc8d35fa1a53d22da5dc832686a docker-scout_0.24.0_windows_amd64.zip
f7cfe0ca89b537f23092b44dd0fdcdf16cdf76cae72d4bce6252c862c82e100a docker-scout_0.24.0_darwin_amd64.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: 0 additions & 2 deletions docs/docker_scout.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ cname:
- docker scout cves
- docker scout enroll
- docker scout environment
- docker scout policy
- docker scout quickview
- docker scout recommendations
- docker scout repo
Expand All @@ -23,7 +22,6 @@ clink:
- docker_scout_cves.yaml
- docker_scout_enroll.yaml
- docker_scout_environment.yaml
- docker_scout_policy.yaml
- docker_scout_quickview.yaml
- docker_scout_recommendations.yaml
- docker_scout_repo.yaml
Expand Down
2 changes: 2 additions & 0 deletions docs/docker_scout_compare.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -231,6 +231,7 @@ options:
- image
- oci-dir
- archive (docker save tarball)
- fs (directory or file)
deprecated: false
hidden: false
experimental: false
Expand All @@ -245,6 +246,7 @@ options:
- image
- oci-dir
- archive (docker save tarball)
- fs (directory or file)
deprecated: false
hidden: false
experimental: false
Expand Down
1 change: 1 addition & 0 deletions docs/docker_scout_cves.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -238,6 +238,7 @@ options:
- image
- oci-dir
- archive (docker save tarball)
- fs (directory or file)
deprecated: false
hidden: false
experimental: false
Expand Down
35 changes: 35 additions & 0 deletions docs/docker_scout_entitlement.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
command: docker scout entitlement
short: Manage entitlement of a Docker Hub repository
long: |
The docker scout entitlement command enables Docker Scout on repositories on Docker Hub.
usage: docker scout entitlement REPOSITORY
pname: docker scout
plink: docker_scout.yaml
options:
- option: disable
value_type: bool
default_value: "false"
description: Disable Docker Scout on repository
deprecated: false
hidden: false
experimental: false
experimentalcli: false
kubernetes: false
swarm: false
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: true
experimental: false
experimentalcli: false
kubernetes: false
swarm: false

9 changes: 0 additions & 9 deletions docs/docker_scout_environment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,6 @@ usage: docker scout environment [ENVIRONMENT] [IMAGE]
pname: docker scout
plink: docker_scout.yaml
options:
- option: app
value_type: string
description: Name of application the image is a part of
deprecated: false
hidden: false
experimental: false
experimentalcli: false
kubernetes: false
swarm: false
- option: org
value_type: string
description: Namespace of the Docker organization
Expand Down
1 change: 1 addition & 0 deletions docs/docker_scout_quickview.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@ options:
- image
- oci-dir
- archive (docker save tarball)
- fs (directory or file)
deprecated: false
hidden: false
experimental: false
Expand Down
1 change: 1 addition & 0 deletions docs/docker_scout_sbom.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,7 @@ options:
- image
- oci-dir
- archive (docker save tarball)
- fs (directory or file)
deprecated: false
hidden: false
experimental: false
Expand Down
9 changes: 0 additions & 9 deletions docs/docker_scout_stream.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,6 @@ usage: docker scout stream [STREAM] [IMAGE]
pname: docker scout
plink: docker_scout.yaml
options:
- option: app
value_type: string
description: Name of application the image is a part of
deprecated: false
hidden: false
experimental: false
experimentalcli: false
kubernetes: false
swarm: false
- option: org
value_type: string
description: Namespace of the Docker organization
Expand Down
4 changes: 2 additions & 2 deletions docs/scout_compare.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ Compare two images and display differences (experimental)
| `--to-env` | `string` | | Name of environment to compare to |
| `--to-latest` | | | Latest image processed to compare to |
| `--to-ref` | `string` | | Reference to use if the provided tarball contains multiple references.<br>Can only be used with --type archive. |
| `--to-type` | `string` | `image` | Image type to analyze. Can be one of:<br>- image<br>- oci-dir<br>- archive (docker save tarball)<br> |
| `--type` | `string` | `image` | Type of the image to analyze. Can be one of:<br>- image<br>- oci-dir<br>- archive (docker save tarball)<br> |
| `--to-type` | `string` | `image` | Image type to analyze. Can be one of:<br>- image<br>- oci-dir<br>- archive (docker save tarball)<br>- fs (directory or file)<br> |
| `--type` | `string` | `image` | Type of the image to analyze. Can be one of:<br>- image<br>- oci-dir<br>- archive (docker save tarball)<br>- fs (directory or file)<br> |


<!---MARKER_GEN_END-->
Expand Down
2 changes: 1 addition & 1 deletion docs/scout_cves.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,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. |
| `--type` | `string` | `image` | Type of the image to analyze. Can be one of:<br>- image<br>- oci-dir<br>- archive (docker save tarball)<br> |
| `--type` | `string` | `image` | Type of the image to analyze. Can be one of:<br>- image<br>- oci-dir<br>- archive (docker save tarball)<br>- fs (directory or file)<br> |
| `--vex` | | | Apply VEX statements to filter CVEs |
| `--vex-author` | `stringSlice` | | List of VEX statement authors to accept |
| `--vex-location` | `stringSlice` | | File location of directory or file containing VEX statements |
Expand Down
11 changes: 5 additions & 6 deletions docs/scout_environment.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,11 @@ Manage environments (experimental)

### Options

| Name | Type | Default | Description |
|:-----------------|:---------|:--------|:-------------------------------------------|
| `--app` | `string` | | Name of application the image is a part of |
| `--org` | `string` | | Namespace of the Docker organization |
| `-o`, `--output` | `string` | | Write the report to a file. |
| `--platform` | `string` | | Platform of image to record |
| Name | Type | Default | Description |
|:-----------------|:---------|:--------|:-------------------------------------|
| `--org` | `string` | | Namespace of the Docker organization |
| `-o`, `--output` | `string` | | Write the report to a file. |
| `--platform` | `string` | | Platform of image to record |


<!---MARKER_GEN_END-->
Expand Down
16 changes: 8 additions & 8 deletions docs/scout_quickview.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,14 @@ Quick overview of an image

### Options

| Name | Type | Default | Description |
|:-----------------|:---------|:--------|:----------------------------------------------------------------------------------------------------------------|
| `--env` | `string` | | Name of the environment |
| `--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. |
| `--type` | `string` | `image` | Type of the image to analyze. Can be one of:<br>- image<br>- oci-dir<br>- archive (docker save tarball)<br> |
| Name | Type | Default | Description |
|:-----------------|:---------|:--------|:----------------------------------------------------------------------------------------------------------------------------------------|
| `--env` | `string` | | Name of the environment |
| `--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. |
| `--type` | `string` | `image` | Type of the image to analyze. Can be one of:<br>- image<br>- oci-dir<br>- archive (docker save tarball)<br>- fs (directory or file)<br> |


<!---MARKER_GEN_END-->
Expand Down
16 changes: 8 additions & 8 deletions docs/scout_sbom.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,14 @@ Generate or display SBOM of an image

### Options

| Name | Type | Default | Description |
|:----------------------|:--------------|:--------|:--------------------------------------------------------------------------------------------------------------------------|
| `--format` | `string` | `json` | Output format:<br>- list: list of packages of the image<br>- json: json representation of the SBOM |
| `--only-package-type` | `stringSlice` | | Comma separated list of package types (like apk, deb, rpm, npm, pypi, golang, etc)<br>Can only be used with --format list |
| `-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. |
| `--type` | `string` | `image` | Type of the image to analyze. Can be one of:<br>- image<br>- oci-dir<br>- archive (docker save tarball)<br> |
| Name | Type | Default | Description |
|:----------------------|:--------------|:--------|:----------------------------------------------------------------------------------------------------------------------------------------|
| `--format` | `string` | `json` | Output format:<br>- list: list of packages of the image<br>- json: json representation of the SBOM |
| `--only-package-type` | `stringSlice` | | Comma separated list of package types (like apk, deb, rpm, npm, pypi, golang, etc)<br>Can only be used with --format list |
| `-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. |
| `--type` | `string` | `image` | Type of the image to analyze. Can be one of:<br>- image<br>- oci-dir<br>- archive (docker save tarball)<br>- fs (directory or file)<br> |


<!---MARKER_GEN_END-->
Expand Down
11 changes: 5 additions & 6 deletions docs/scout_stream.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,11 @@ Manage streams (experimental)

### Options

| Name | Type | Default | Description |
|:-----------------|:---------|:--------|:-------------------------------------------|
| `--app` | `string` | | Name of application the image is a part of |
| `--org` | `string` | | Namespace of the Docker organization |
| `-o`, `--output` | `string` | | Write the report to a file. |
| `--platform` | `string` | | Platform of image to record |
| Name | Type | Default | Description |
|:-----------------|:---------|:--------|:-------------------------------------|
| `--org` | `string` | | Namespace of the Docker organization |
| `-o`, `--output` | `string` | | Write the report to a file. |
| `--platform` | `string` | | Platform of image to record |


<!---MARKER_GEN_END-->
Expand Down

0 comments on commit 4d0c345

Please sign in to comment.