Skip to content

Commit 1deba7f

Browse files
committed
mdx
1 parent 029ad98 commit 1deba7f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/cli/how-tos/fetch_sboms.md renamed to docs/cli/how-tos/fetch_sboms.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Sourcegraph publishes Software Bill of Materials (SBOM) for all of its container
44

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

7-
1. Install `src` by following the [Quickstart](../quickstart.md).
7+
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 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.
1010
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

Comments
 (0)