Skip to content

Commit 0665da4

Browse files
committed
Improve clarity on README
Signed-off-by: Paulo Gomes <[email protected]>
1 parent 84b5325 commit 0665da4

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ slsactl download provenance rancher/cis-operator:v1.0.15
2323
slsactl download provenance --format=slsav1 rancher/cis-operator:v1.0.15
2424
```
2525

26-
By default, the returned provenance would be for `linux/amd64`. To select a
27-
different platform use `--platform`.
26+
By default, the returned provenance will be for `linux/amd64`, if one exists.
27+
To select a different platform use `--platform`.
2828

2929
### SBOM
3030
The latest container images have baked into them a layer containing their SPDX
@@ -40,8 +40,8 @@ If Cyclonedx is required instead:
4040
slsactl download sbom -format cyclonedxjson rancher/cis-operator:v1.0.15
4141
```
4242

43-
By default, the returned provenance would be for `linux/amd64`. To select a
44-
different platform use `--platform`.
43+
By default, the returned provenance will be for `linux/amd64`, if one exists.
44+
To select a different platform use `--platform`.
4545

4646
Note that images that haven't got a SBOM layer attached to them, the same
4747
command will generate a SBOM manifest on-demand, which will take longer.

0 commit comments

Comments
 (0)