Skip to content

Commit 2053e66

Browse files
authored
[Improvement]: Inaccurate Note in Dependency Review Documentation for GHES #16712 (#54946)
1 parent 2152e20 commit 2053e66

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,5 @@
1+
{% ifversion ghes %}
2+
{% else %}
13
> [!NOTE]
24
> The dependency review API and the {% data variables.dependency-submission-api.name %} work together. This means that the dependency review API will include dependencies submitted via the {% data variables.dependency-submission-api.name %}.
5+
{% endif %}

data/reusables/dependency-submission/about-dependency-submission.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@ The dependency graph shows any dependencies you submit using the API in addition
44

55
Submitted dependencies will receive {% data variables.product.prodname_dependabot_alerts %} and {% data variables.product.prodname_dependabot_security_updates %} for any known vulnerabilities. You will only get {% data variables.product.prodname_dependabot_alerts %} for dependencies that are from one of the supported ecosystems for the {% data variables.product.prodname_advisory_database %}. For more information about these ecosystems, see [AUTOTITLE](/code-security/security-advisories/global-security-advisories/about-the-github-advisory-database#github-reviewed-advisories). For transitive dependencies submitted via the {% data variables.dependency-submission-api.name %}, {% data variables.product.prodname_dependabot %} will automatically open pull requests to update the parent dependency, if an update is available.
66

7-
Submitted dependencies will be shown in dependency review, but are _not_ available in your organization's dependency insights.
7+
Submitted dependencies {% ifversion fpt or ghec %}will be shown in dependency review, but {% endif %}are _not_ available in your organization's dependency insights.
88

99
{% data reusables.dependency-review.works-with-submission-api-beta %}

0 commit comments

Comments
 (0)