Skip to content

Commit e83da88

Browse files
committed
Update for version 5.9.0
1 parent 5e46baa commit e83da88

File tree

2 files changed

+7
-5
lines changed

2 files changed

+7
-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.1579 and later.
10+
1. SBOMs are only available for Sourcegraph release 5.9.0 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.1579
16-
$ src sbom fetch -v 5.8.1579
15+
# Fetch SBOMs for Sourcegraph release 5.9.0
16+
$ src sbom fetch -v 5.9.0
1717
18-
Fetching SBOMs and validating signatures for all 55 images in the Sourcegraph 5.8.1579 release...
18+
Fetching SBOMs and validating signatures for all 55 images in the Sourcegraph 5.9.0 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.1579`.
28+
Fetched and validated SBOMs have been written to `sourcegraph-sboms/sourcegraph-5.9.0`.
2929
3030
Your Sourcegraph deployment may not use all of these images. Please check your deployment to confirm which images are used.
3131
```

docs/cli/how-tos/index.mdx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,5 @@ The following how-tos apply to the `src` command line interface to Sourcegraph:
55
- [Creating an access token](/cli/how-tos/creating_an_access_token)
66
- [Revoking an access token](/cli/how-tos/revoking_an_access_token)
77
- [Managing access tokens](/cli/how-tos/managing_access_tokens)
8+
- [Fetch SBOMs](/cli/how-tos/fetch_sboms)
9+

0 commit comments

Comments
 (0)