Skip to content

Commit 2b2ed27

Browse files
authored
fix(docs): Reduce size of example SBOM (#1868)
Signed-off-by: Javier Rodriguez <javier@chainloop.dev>
1 parent 61d000a commit 2b2ed27

File tree

2 files changed

+3669
-2
lines changed

2 files changed

+3669
-2
lines changed

docs/docs/quickstart.mdx

+4-1
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,10 @@ This quickstart will guide you through the process of installing the Chainloop C
9898
chainloop att add --name container --value ghcr.io/chainloop-dev/chainloop/control-plane:latest
9999
```
100100

101-
We just attested the latest version of the control-plane image as an example, remember that you can provide any material you want to attest by pointing to a local filepath or URL too, like for example
101+
We just attested the latest version of the control-plane image as an example, remember that you can provide any material you want to attest by pointing to a local filepath or URL too, like for example:
102+
:::info
103+
Please note the SBOM referenced below is a reduced version of the real one for the sake of simplicity and demo purposes.
104+
:::
102105

103106
```bash
104107
chainloop att add --name sbom --value https://raw.githubusercontent.com/chainloop-dev/chainloop/refs/heads/main/docs/examples/quickstart/sbom.json

docs/examples/quickstart/sbom.json

+3,665-1
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)