Skip to content

Commit

Permalink
Merge pull request #56 from docker/v1.0.3
Browse files Browse the repository at this point in the history
Publish v1.0.3 release
  • Loading branch information
cdupuis authored Sep 28, 2023
2 parents 48f0a6c + 3ee4955 commit d591a5b
Show file tree
Hide file tree
Showing 16 changed files with 56 additions and 23 deletions.
6 changes: 0 additions & 6 deletions dist/docker-scout_1.0.2_checksums.txt

This file was deleted.

6 changes: 6 additions & 0 deletions dist/docker-scout_1.0.3_checksums.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
2e0dfe316f5f433245cfeb587ada2a73459c27c323890b7c03e78b655ddaa535 docker-scout_1.0.3_windows_arm64.zip
424ad07415685fad2d8b17d97740842d070db01835cabafbe687501c05c554a6 docker-scout_1.0.3_darwin_amd64.tar.gz
4d6e3ab4012f6e576ce9dc220248158780e66551b84dbce04bc61cc2f79b8915 docker-scout_1.0.3_linux_arm64.tar.gz
68f8518f0a6a9d47f9868f3441f220b3fc673ef4abd45d5596b907767ba5b111 docker-scout_1.0.3_darwin_arm64.tar.gz
e3ec6eaabd78d62ab365f53756d8739c9d63cedfe07dda377509ff6915eb4c09 docker-scout_1.0.3_linux_amd64.tar.gz
e3fe84bf79731f0f24b9b38e5ea61b7c3fc76c5723b342db715b9481f48a6680 docker-scout_1.0.3_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.
11 changes: 11 additions & 0 deletions docs/docker_scout_cves.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,17 @@ options:
experimentalcli: false
kubernetes: false
swarm: false
- option: only-metric
value_type: stringSlice
default_value: '[]'
description: |
Comma separated list of CVSS metrics (like AV:N or PR:L) to filter CVEs by
deprecated: false
hidden: false
experimental: false
experimentalcli: false
kubernetes: false
swarm: false
- option: only-package
value_type: stringSlice
default_value: '[]'
Expand Down
9 changes: 9 additions & 0 deletions docs/docker_scout_repo_disable.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,15 @@ options:
experimentalcli: false
kubernetes: false
swarm: false
- option: integration
value_type: string
description: Name of the integration to use for enabling an image
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
9 changes: 9 additions & 0 deletions docs/docker_scout_repo_enable.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,15 @@ options:
experimentalcli: false
kubernetes: false
swarm: false
- option: integration
value_type: string
description: Name of the integration to use for enabling an image
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_sbom.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ options:
Output format:
- list: list of packages of the image
- json: json representation of the SBOM
- spdx: spdx representation of the SBOM
deprecated: false
hidden: false
experimental: false
Expand Down
1 change: 1 addition & 0 deletions docs/scout_cves.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ Display CVEs identified in a software artifact
| `--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-metric` | `stringSlice` | | Comma separated list of CVSS metrics (like AV:N or PR:L) to filter CVEs by |
| `--only-package` | `stringSlice` | | Comma separated regular expressions to filter packages by |
| `--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 |
Expand Down
11 changes: 6 additions & 5 deletions docs/scout_repo_disable.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,12 @@ Disable Docker Scout

### Options

| Name | Type | Default | Description |
|:-------------|:---------|:--------|:--------------------------------------------------|
| `--filter` | `string` | | Regular expression to filter repositories by name |
| `--org` | `string` | | Namespace of the Docker organization |
| `--registry` | `string` | | Container Registry |
| Name | Type | Default | Description |
|:----------------|:---------|:--------|:-----------------------------------------------------|
| `--filter` | `string` | | Regular expression to filter repositories by name |
| `--integration` | `string` | | Name of the integration to use for enabling an image |
| `--org` | `string` | | Namespace of the Docker organization |
| `--registry` | `string` | | Container Registry |


<!---MARKER_GEN_END-->
Expand Down
11 changes: 6 additions & 5 deletions docs/scout_repo_enable.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,12 @@ Enable Docker Scout

### Options

| Name | Type | Default | Description |
|:-------------|:---------|:--------|:--------------------------------------------------|
| `--filter` | `string` | | Regular expression to filter repositories by name |
| `--org` | `string` | | Namespace of the Docker organization |
| `--registry` | `string` | | Container Registry |
| Name | Type | Default | Description |
|:----------------|:---------|:--------|:-----------------------------------------------------|
| `--filter` | `string` | | Regular expression to filter repositories by name |
| `--integration` | `string` | | Name of the integration to use for enabling an image |
| `--org` | `string` | | Namespace of the Docker organization |
| `--registry` | `string` | | Container Registry |


<!---MARKER_GEN_END-->
Expand Down
14 changes: 7 additions & 7 deletions docs/scout_sbom.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@ 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 archive. |
| Name | Type | Default | Description |
|:----------------------|:--------------|:--------|:----------------------------------------------------------------------------------------------------------------------------------------------|
| `--format` | `string` | `json` | Output format:<br>- list: list of packages of the image<br>- json: json representation of the SBOM<br>- spdx: spdx 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 archive. |


<!---MARKER_GEN_END-->
Expand Down

0 comments on commit d591a5b

Please sign in to comment.