Skip to content

Commit 26ffdea

Browse files
authored
Mention dependency review in content for GHES admins (github#32353)
1 parent 51b1cfa commit 26ffdea

File tree

6 files changed

+11
-1
lines changed

6 files changed

+11
-1
lines changed

Diff for: content/admin/code-security/managing-supply-chain-security-for-your-enterprise/about-supply-chain-security-for-your-enterprise.md

+2
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@ topics:
1515

1616
You can allow users to identify their projects' dependencies by {% ifversion ghes %}enabling{% elsif ghae %}using{% endif %} the dependency graph for {% data variables.location.product_location %}. For more information, see "{% ifversion ghes %}[Enabling the dependency graph for your enterprise](/admin/code-security/managing-supply-chain-security-for-your-enterprise/enabling-the-dependency-graph-for-your-enterprise){% elsif ghae %}[About the dependency graph](/code-security/supply-chain-security/understanding-your-software-supply-chain/about-the-dependency-graph){% endif %}."
1717

18+
{% data reusables.dependency-review.dependency-review-enabled-ghes %}
19+
1820
You can also allow users on {% data variables.location.product_location %} to find and fix vulnerabilities in their code dependencies by enabling {% data variables.product.prodname_dependabot_alerts %}{% ifversion ghes %} and {% data variables.product.prodname_dependabot_updates %}{% endif %}. For more information, see "[Enabling {% data variables.product.prodname_dependabot %} for your enterprise](/admin/configuration/configuring-github-connect/enabling-dependabot-for-your-enterprise)."
1921

2022
After you enable {% data variables.product.prodname_dependabot_alerts %}, you can view vulnerability data from the {% data variables.product.prodname_advisory_database %} on {% data variables.location.product_location %} and manually sync the data. For more information, see "[Viewing the vulnerability data for your enterprise](/admin/code-security/managing-supply-chain-security-for-your-enterprise/viewing-the-vulnerability-data-for-your-enterprise)."

Diff for: content/admin/code-security/managing-supply-chain-security-for-your-enterprise/enabling-the-dependency-graph-for-your-enterprise.md

+2
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ topics:
1616

1717
{% data reusables.dependabot.about-the-dependency-graph %} For more information, see "[About the dependency graph](/github/visualizing-repository-data-with-graphs/about-the-dependency-graph)"
1818

19+
{% data reusables.dependency-review.dependency-review-enabled-ghes %}
20+
1921
After you enable the dependency graph for your enterprise, you can enable {% data variables.product.prodname_dependabot %} to detect insecure dependencies in your repository{% ifversion ghes %} and automatically fix the vulnerabilities{% endif %}. For more information, see "[Enabling {% data variables.product.prodname_dependabot %} for your enterprise](/admin/configuration/configuring-github-connect/enabling-dependabot-for-your-enterprise)."
2022

2123
{% ifversion ghes %}

Diff for: content/admin/configuration/configuring-github-connect/enabling-dependabot-for-your-enterprise.md

+2
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,8 @@ topics:
2828

2929
{% data variables.product.prodname_dependabot %} helps users of {% data variables.location.product_location %} find and fix vulnerabilities in their dependencies.{% ifversion ghes %} You can enable {% data variables.product.prodname_dependabot_alerts %} to notify users about vulnerable dependencies and {% data variables.product.prodname_dependabot_updates %} to fix the vulnerabilities and keep dependencies updated to the latest version.
3030

31+
{% data variables.product.prodname_dependabot %} is just one of many features available to harden supply chain security for {% data variables.location.product_location %}. For more information about the other features, see "[About supply chain security for your enterprise](/admin/code-security/managing-supply-chain-security-for-your-enterprise/about-supply-chain-security-for-your-enterprise)."
32+
3133
### About {% data variables.product.prodname_dependabot_alerts %}
3234
{% endif %}
3335

Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{% ifversion ghes %}
2+
After you enable the dependency graph, users will have access to the dependency review feature. {% data reusables.dependency-review.short-summary %} For more information, see "[About dependency review](/code-security/supply-chain-security/understanding-your-software-supply-chain/about-dependency-review)."
3+
{% endif %}

Diff for: data/reusables/dependency-review/feature-overview.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Dependency review helps you understand dependency changes and the security impact of these changes at every pull request. It provides an easily understandable visualization of dependency changes with a rich diff on the "Files Changed" tab of a pull request. Dependency review informs you of:
1+
{% data reusables.dependency-review.short-summary %} It provides an easily understandable visualization of dependency changes with a rich diff on the "Files Changed" tab of a pull request. Dependency review informs you of:
22
- Which dependencies were added, removed, or updated, along with the release dates.
33
- How many projects use these components.
44
- Vulnerability data for these dependencies.

Diff for: data/reusables/dependency-review/short-summary.md

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Dependency review helps you understand dependency changes and the security impact of these changes at every pull request.

0 commit comments

Comments
 (0)