File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -23,8 +23,8 @@ slsactl download provenance rancher/cis-operator:v1.0.15
2323slsactl 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
3030The latest container images have baked into them a layer containing their SPDX
@@ -40,8 +40,8 @@ If Cyclonedx is required instead:
4040slsactl 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
4646Note that images that haven't got a SBOM layer attached to them, the same
4747command will generate a SBOM manifest on-demand, which will take longer.
You can’t perform that action at this time.
0 commit comments