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
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@ Sourcegraph publishes Software Bill of Materials (SBOM) for all of its container
4
4
5
5
To retrieve the SBOMs for a specific release, you can use the `src` command line interface for Sourcegraph:
6
6
7
-
1. Install `src` by following the [Quickstart](../quickstart.md).
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 your Sourcegraph instance's version - you can do this by checking your deployment, or visiting the Settings page on your Sourcegraph instance at and checking the version shown in the bottom left corner.
10
10
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.
0 commit comments