You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/cli/how-tos/fetch_sboms.mdx
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,15 +7,15 @@ To retrieve the SBOMs for a specific release, you can use the `src` command line
7
7
1. Install `src` by following the [Quickstart](../quickstart.mdx).
8
8
2. Install `cosign` by following the [Installation Guide](https://docs.sigstore.dev/cosign/system_config/installation/).
9
9
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.1569 and later.
10
+
1. SBOMs are only available for Sourcegraph release 5.8.1579 and later.
11
11
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.
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.
14
14
```
15
-
# Fetch SBOMs for Sourcegraph release 5.8.1569
16
-
$ src sbom fetch -v 5.8.1569
15
+
# Fetch SBOMs for Sourcegraph release 5.8.1579
16
+
$ src sbom fetch -v 5.8.1579
17
17
18
-
Fetching SBOMs and validating signatures for all 55 images in the Sourcegraph 5.8.1569 release...
18
+
Fetching SBOMs and validating signatures for all 55 images in the Sourcegraph 5.8.1579 release...
19
19
20
20
✅ sourcegraph/appliance
21
21
✅ sourcegraph/batcheshelper
@@ -25,7 +25,7 @@ To retrieve the SBOMs for a specific release, you can use the `src` command line
25
25
26
26
🟢 Fetched verified SBOMs for 55 images
27
27
28
-
Fetched and validated SBOMs have been written to `sourcegraph-sboms/sourcegraph-5.8.1569`.
28
+
Fetched and validated SBOMs have been written to `sourcegraph-sboms/sourcegraph-5.8.1579`.
29
29
30
30
Your Sourcegraph deployment may not use all of these images. Please check your deployment to confirm which images are used.
0 commit comments