From 2f0867a2edf6f100cfeead4c4e55bfef05269f41 Mon Sep 17 00:00:00 2001
From: Armin Hergenhan <ahergenhan@gitlab.com>
Date: Sun, 11 Jun 2023 23:38:07 +0000
Subject: [PATCH] Adding clarification to pre-requisite step not available for
 SaaS

---
 .../compliance/license_scanning_of_cyclonedx_files/index.md     | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/user/compliance/license_scanning_of_cyclonedx_files/index.md b/doc/user/compliance/license_scanning_of_cyclonedx_files/index.md
index 832f1007a91c3..14e854ff87849 100644
--- a/doc/user/compliance/license_scanning_of_cyclonedx_files/index.md
+++ b/doc/user/compliance/license_scanning_of_cyclonedx_files/index.md
@@ -23,7 +23,7 @@ Licenses not in the SPDX list are reported as "Unknown". License information can
 
 Prerequisites:
 
-- Enable [Synchronization with the GitLab License Database](../../admin_area/settings/security_and_compliance.md#choose-package-registry-metadata-to-sync) in Admin Area for the GitLab instance.
+- Enable [Synchronization with the GitLab License Database](../../admin_area/settings/security_and_compliance.md#choose-package-registry-metadata-to-sync) in Admin Area for the GitLab instance. On GitLab SaaS this step has already been completed.
 - Enable [Dependency Scanning](../../application_security/dependency_scanning/index.md#configuration)
   and ensure that its prerequisites are met.
 
-- 
GitLab