Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'doc/tutorials/export_sbom.md')
-rw-r--r--doc/tutorials/export_sbom.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/tutorials/export_sbom.md b/doc/tutorials/export_sbom.md
index f0bbf6febf6..716140045fb 100644
--- a/doc/tutorials/export_sbom.md
+++ b/doc/tutorials/export_sbom.md
@@ -10,7 +10,7 @@ Dependency Scanning output can be exported to the CycloneDX JSON format.
This tutorial shows you how to generate a CycloneDX JSON SBOM for a pipeline, and then to upload it as a CI job artifact.
-## Prerequisites
+## Before you begin
Set up Dependency Scanning. For detailed instructions, follow [the Dependency Scanning tutorial](dependency_scanning.md).