Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BOT] Publish v1.6.4 release #111

Merged
merged 1 commit into from
Mar 26, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 0 additions & 6 deletions dist/docker-scout_1.6.3_checksums.txt

This file was deleted.

6 changes: 6 additions & 0 deletions dist/docker-scout_1.6.4_checksums.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
bc2179e2760930213527d754becf66b025cc4334b2c44636679acf97fcaa36e5 docker-scout_1.6.4_darwin_amd64.tar.gz
df57181d46c427b5f956eea7c6b523deb26377d5974e061d4b13b864b6e6ed61 docker-scout_1.6.4_darwin_arm64.tar.gz
cf7b04b459e0db38d5d88176d55d52818d14a14409183b9ae77e100229f9835b docker-scout_1.6.4_linux_amd64.tar.gz
ba06ad34bf12d31bec02ea8237c18a0d06fb3a791e77ece51a527324c7fd5181 docker-scout_1.6.4_linux_arm64.tar.gz
440c1aa57f5aac85c6a1dfc66c99e96ba2fcd66bdd3a064533dd9c252b4b12bb docker-scout_1.6.4_windows_amd64.zip
09eeecf402875b92eb8681692d7d2a90483d9c75226c5c9539baf1c479688eff docker-scout_1.6.4_windows_arm64.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: 1 addition & 1 deletion docs/docker_scout_cves.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -445,7 +445,7 @@ examples: |-
that a software vulnerability will be exploited in the wild in the next 30 days.
The higher the score, the greater the probability that a vulnerability will be exploited.

```console {hl_lines="13,14"}
```console {hl_lines=13,14}
$ docker scout cves --epss nginx
✓ Provenance obtained from attestation
✓ SBOM obtained from attestation, 232 packages indexed
Expand Down
9 changes: 9 additions & 0 deletions docs/docker_scout_push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,15 @@ options:
experimentalcli: false
kubernetes: false
swarm: false
- option: platform
value_type: string
description: Platform of image to be pushed
deprecated: false
hidden: false
experimental: false
experimentalcli: false
kubernetes: false
swarm: false
- option: sbom
value_type: bool
default_value: "false"
Expand Down
4 changes: 2 additions & 2 deletions docs/scout_cves.md
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ scores to the `docker scout cves` output. EPSS scores are estimates of the likel
that a software vulnerability will be exploited in the wild in the next 30 days.
The higher the score, the greater the probability that a vulnerability will be exploited.

```console {hl_lines="13,14"}
```console {hl_lines=13,14}
$ docker scout cves --epss nginx
✓ Provenance obtained from attestation
✓ SBOM obtained from attestation, 232 packages indexed
Expand Down Expand Up @@ -265,4 +265,4 @@ pkg:apk/alpine/[email protected]?arch=aarch64&distro=alpine-3.16.1
MEDIUM 8
HIGH 2
CRITICAL 1
```
```
1 change: 1 addition & 0 deletions docs/scout_push.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ Push an image or image index to Docker Scout (experimental)
| `--author` | `string` | | Name of the author of the image |
| `--org` | `string` | | Namespace of the Docker organization to which image will be pushed |
| `-o`, `--output` | `string` | | Write the report to a file |
| `--platform` | `string` | | Platform of image to be pushed |
| `--sbom` | | | Create and upload SBOMs |
| `--timestamp` | `string` | | Timestamp of image or tag creation |

Expand Down
Loading