Skip to content

Commit 58bf507

Browse files
committed
Tweaks
1 parent e83da88 commit 58bf507

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

docs/cli/how-tos/fetch_sboms.mdx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# How to Fetch SBOMs for Sourcegraph
1+
# How to fetch SBOMs for Sourcegraph
22

3-
Sourcegraph publishes Software Bill of Materials (SBOM) for all of its container images. The SBOMs for each Sourcegraph release are signed, and stored in our container registry alongside our published container images.
3+
Sourcegraph publishes a Software Bill of Materials (SBOM) for each of its container images. The SBOMs for each Sourcegraph release are signed, and stored in our container registry alongside our published container images.
44

55
To retrieve the SBOMs for a specific release, you can use the `src` command line interface for Sourcegraph:
66

@@ -15,15 +15,15 @@ To retrieve the SBOMs for a specific release, you can use the `src` command line
1515
# Fetch SBOMs for Sourcegraph release 5.9.0
1616
$ src sbom fetch -v 5.9.0
1717
18-
Fetching SBOMs and validating signatures for all 55 images in the Sourcegraph 5.9.0 release...
18+
Fetching SBOMs and validating signatures for all 39 images in the Sourcegraph 5.9.0 release...
1919
2020
✅ sourcegraph/appliance
2121
✅ sourcegraph/batcheshelper
2222
✅ sourcegraph/bundled-executor
2323
2424
[...]
2525
26-
🟢 Fetched verified SBOMs for 55 images
26+
🟢 Fetched verified SBOMs for 39 images
2727
2828
Fetched and validated SBOMs have been written to `sourcegraph-sboms/sourcegraph-5.9.0`.
2929

docs/cli/how-tos/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +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)
8+
- [How to fetch SBOMs for Sourcegraph](/cli/how-tos/fetch_sboms)
99

0 commit comments

Comments
 (0)