Skip to content

Commit 787576d

Browse files
Merge e0b53fd into 01e0b04
2 parents 01e0b04 + e0b53fd commit 787576d

12 files changed

+17
-16
lines changed

dist/docker-scout_1.14.0_checksums.txt

-6
This file was deleted.
-19.4 MB
Binary file not shown.
+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
2f77db726a15d0c3e2607c34cf8fe5f82c26d1d2cd63d8ec30e8f7dc669612a1 docker-scout_1.15.0_darwin_amd64.tar.gz
2+
e5267f2cf2e41545f5661e7c2e8598a5f51bb8bbc9ef946b97047a526a10fdd1 docker-scout_1.15.0_darwin_arm64.tar.gz
3+
9dd20de30124cf88126d9c8798742916daec2ac7b26a57b3b20f62648f1eb44b docker-scout_1.15.0_linux_amd64.tar.gz
4+
fff9834899a6e1a45aaa18a03b0b079baad64c83ea5027000b59b5424bc10638 docker-scout_1.15.0_linux_arm64.tar.gz
5+
28d9be52d4e4197471f002fd0a5697a71ed077a21c154b3d81274de65661fe3b docker-scout_1.15.0_windows_amd64.zip
6+
5c8148c07b82de7c1afdb22862e0cc79bc69a836c34fc1c428f2404fa4d6b57a docker-scout_1.15.0_windows_arm64.zip
22 MB
Binary file not shown.

docs/docker_scout_sbom.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ options:
4444
- list: list of packages of the image
4545
- json: json representation of the SBOM
4646
- spdx: spdx representation of the SBOM
47+
- cyclonedx: cyclone dx representation of the SBOM
4748
deprecated: false
4849
hidden: false
4950
experimental: false

docs/scout_cves.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -264,8 +264,8 @@ pkg:apk/alpine/[email protected]?arch=aarch64&distro=alpine-3.16.1
264264
...
265265

266266
11 vulnerabilities found in 2 packages
267-
LOW 0
268-
MEDIUM 8
269-
HIGH 2
270267
CRITICAL 1
268+
HIGH 2
269+
MEDIUM 8
270+
LOW 0
271271
```

docs/scout_sbom.md

+7-7
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,13 @@ Generate or display SBOM of an image
55

66
### Options
77

8-
| Name | Type | Default | Description |
9-
|:----------------------|:--------------|:--------|:----------------------------------------------------------------------------------------------------------------------------------------------|
10-
| `--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 |
11-
| `--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 |
12-
| `-o`, `--output` | `string` | | Write the report to a file |
13-
| `--platform` | `string` | | Platform of image to analyze |
14-
| `--ref` | `string` | | Reference to use if the provided tarball contains multiple references.<br>Can only be used with archive |
8+
| Name | Type | Default | Description |
9+
|:----------------------|:--------------|:--------|:----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
10+
| `--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<br>- cyclonedx: cyclone dx representation of the SBOM |
11+
| `--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 |
12+
| `-o`, `--output` | `string` | | Write the report to a file |
13+
| `--platform` | `string` | | Platform of image to analyze |
14+
| `--ref` | `string` | | Reference to use if the provided tarball contains multiple references.<br>Can only be used with archive |
1515

1616

1717
<!---MARKER_GEN_END-->

0 commit comments

Comments
 (0)