From 3f71349f68f665f15e95030110091fe0403fe9fa Mon Sep 17 00:00:00 2001 From: Tomoko Tanaka <28242405+tallzeebaa@users.noreply.github.com> Date: Mon, 13 May 2024 20:10:28 +1000 Subject: [PATCH] Clarify GHES behavior of the REST API /dependency-graph/sbom endpoint (#50566) --- content/rest/dependency-graph/sboms.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/content/rest/dependency-graph/sboms.md b/content/rest/dependency-graph/sboms.md index 68814bf4ea0d..904c8f62f520 100644 --- a/content/rest/dependency-graph/sboms.md +++ b/content/rest/dependency-graph/sboms.md @@ -15,4 +15,8 @@ allowTitleToDifferFromFilename: true This article gives details about the REST API endpoint. +{% ifversion ghes %} +{% data variables.product.product_name %} does not retrieve license information for dependencies, and does not calculate information about dependents, the repositories and packages that depend on a repository. These fields will not be populated in the response. +{% endif %} +