Skip to content

Commit

Permalink
Merge pull request #61 from docker/v1.0.8
Browse files Browse the repository at this point in the history
Publish v1.0.8 release
  • Loading branch information
cdupuis authored Oct 3, 2023
2 parents 4fa482e + 1edce49 commit 64f51cd
Show file tree
Hide file tree
Showing 14 changed files with 53 additions and 9 deletions.
6 changes: 0 additions & 6 deletions dist/docker-scout_1.0.7_checksums.txt

This file was deleted.

6 changes: 6 additions & 0 deletions dist/docker-scout_1.0.8_checksums.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
0e68b548b478668e30c09ff2272d23b51ce8db1734122fb7fb52ca5dc8732182 docker-scout_1.0.8_linux_arm64.tar.gz
11fe96dd95cfb05a302f3ef8799242d81494e760e6fe1d7019a6e923cc433e33 docker-scout_1.0.8_darwin_amd64.tar.gz
3aaf0224417705e66193c477e620729b16d1182d553eb45c91f0629a1d979829 docker-scout_1.0.8_windows_arm64.zip
4bbc1d48f43ac308e6269a4fe88525f9726ffed8609d0fd490b6bf68374ab060 docker-scout_1.0.8_linux_amd64.tar.gz
67ecf066d169167888c63d4494d0d53bbbbf6863d379f55bb17a4887398db265 docker-scout_1.0.8_darwin_arm64.tar.gz
8f39d5b4eb01ce347f49c0d8ea8c08ad13adcbb9d9e6b18bba29ecfaf5ae0b01 docker-scout_1.0.8_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.
2 changes: 2 additions & 0 deletions docs/docker_scout.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ cname:
- docker scout cves
- docker scout enroll
- docker scout environment
- docker scout help
- docker scout integration
- docker scout policy
- docker scout quickview
Expand All @@ -24,6 +25,7 @@ clink:
- docker_scout_cves.yaml
- docker_scout_enroll.yaml
- docker_scout_environment.yaml
- docker_scout_help.yaml
- docker_scout_integration.yaml
- docker_scout_policy.yaml
- docker_scout_quickview.yaml
Expand Down
14 changes: 12 additions & 2 deletions docs/docker_scout_cves.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -187,6 +187,16 @@ options:
experimentalcli: false
kubernetes: false
swarm: false
- option: only-vex-affected
value_type: bool
default_value: "false"
description: Filter CVEs by VEX statements with status not affected
deprecated: false
hidden: false
experimental: false
experimentalcli: false
kubernetes: false
swarm: false
- option: only-vuln-packages
value_type: bool
default_value: "false"
Expand Down Expand Up @@ -250,8 +260,8 @@ options:
value_type: bool
default_value: "false"
description: Apply VEX statements to filter CVEs
deprecated: false
hidden: false
deprecated: true
hidden: true
experimental: false
experimentalcli: false
kubernetes: false
Expand Down
23 changes: 23 additions & 0 deletions docs/docker_scout_help.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
command: docker scout help
short: Display information about the available commands
long: Display information about the available commands
usage: docker scout help
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

1 change: 1 addition & 0 deletions docs/scout.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ Command line tool for Docker Scout
| [`cves`](scout_cves.md) | Display CVEs identified in a software artifact |
| [`enroll`](scout_enroll.md) | Enroll an organization with Docker Scout |
| [`environment`](scout_environment.md) | Manage environments (experimental) |
| [`help`](scout_help.md) | Display information about the available commands |
| [`integration`](scout_integration.md) | Commands to list, configure, and delete Docker Scout integrations |
| [`policy`](scout_policy.md) | Evaluate policies against an image and display the policy evaluation results (experimental) |
| [`push`](scout_push.md) | Push an image or image index to Docker Scout (experimental) |
Expand Down
2 changes: 1 addition & 1 deletion docs/scout_cves.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,12 @@ Display CVEs identified in a software artifact
| `--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 |
| `--only-vex-affected` | | | Filter CVEs by VEX statements with status not affected |
| `--only-vuln-packages` | | | When used with --format=only-packages ignore packages with no vulnerabilities |
| `--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 archive. |
| `--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
8 changes: 8 additions & 0 deletions docs/scout_help.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# docker scout help

<!---MARKER_GEN_START-->
Display information about the available commands


<!---MARKER_GEN_END-->

0 comments on commit 64f51cd

Please sign in to comment.