Skip to content

Commit b740e2b

Browse files
committed
Update with version
1 parent ee921c7 commit b740e2b

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

docs/cli/how-tos/fetch_sboms.mdx

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,15 @@ To retrieve the SBOMs for a specific release, you can use the `src` command line
77
1. Install `src` by following the [Quickstart](../quickstart.mdx).
88
2. Install `cosign` by following the [Installation Guide](https://docs.sigstore.dev/cosign/system_config/installation/).
99
3. Identify the version of Sourcegraph your require SBOMs for. This may be a [recent release](../../CHANGELOG.mdx), or your instance's current version.
10-
1. SBOMs are only available for Sourcegraph release 5.8.[TODO] and later.
10+
1. SBOMs are only available for Sourcegraph release 5.8.1569 and later.
1111
2. Find your instance's current version by checking your deployment, or by visiting the Settings page on your Sourcegraph instance and checking the version shown in the bottom left corner.
1212
![](https://storage.googleapis.com/sourcegraph-assets/docs/images/settings/view-version-scaled.png)
1313
4. Run `src sbom fetch -v <version>` to fetch SBOMs for all containers in this release. `src` will automatically validate that all SBOMs were signed by Sourcegraph.
1414
```
15-
# Fetch SBOMs for Sourcegraph release 5.8.123
16-
$ src sbom fetch -v 5.8.123
15+
# Fetch SBOMs for Sourcegraph release 5.8.1569
16+
$ src sbom fetch -v 5.8.1569
1717
18-
Fetching SBOMs and validating signatures for all 55 images in the Sourcegraph 5.8.123 release...
18+
Fetching SBOMs and validating signatures for all 55 images in the Sourcegraph 5.8.1569 release...
1919
2020
✅ sourcegraph/appliance
2121
✅ sourcegraph/batcheshelper
@@ -25,7 +25,7 @@ To retrieve the SBOMs for a specific release, you can use the `src` command line
2525
2626
🟢 Fetched verified SBOMs for 55 images
2727
28-
Fetched and validated SBOMs have been written to `sourcegraph-sboms/sourcegraph-5.8.123`.
28+
Fetched and validated SBOMs have been written to `sourcegraph-sboms/sourcegraph-5.8.1569`.
2929
3030
Your Sourcegraph deployment may not use all of these images. Please check your deployment to confirm which images are used.
3131
```

0 commit comments

Comments
 (0)