title | intro | shortTitle | permissions | versions | type | topics | redirect_from | ||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Enabling the dependency graph for your enterprise |
You can allow users to identify their projects' dependencies by enabling the dependency graph. |
Enable dependency graph |
Site administrators can enable the dependency graph. |
|
how_to |
|
|
{% data reusables.dependabot.about-the-dependency-graph %} For more information, see AUTOTITLE
{% data reusables.dependency-review.dependency-review-enabled-ghes %}
After you enable the dependency graph for your enterprise, you can enable {% data variables.product.prodname_dependabot %} to detect insecure dependencies in your repository and automatically fix the vulnerabilities. For more information, see AUTOTITLE.
You can enable the dependency graph via the {% data variables.enterprise.management_console %} or the administrative shell. We recommend using the {% data variables.enterprise.management_console %} unless your instance uses clustering.
If your instance uses clustering, you cannot enable the dependency graph with the {% data variables.enterprise.management_console %} and must use the administrative shell instead. For more information, see Enabling the dependency graph via the administrative shell.
{% data reusables.enterprise_site_admin_settings.sign-in %} {% data reusables.enterprise_site_admin_settings.access-settings %} {% data reusables.enterprise_site_admin_settings.management-console %} {% data reusables.enterprise_management_console.advanced-security-tab %}
- Under "Security," select Dependency graph. {% data reusables.enterprise_management_console.save-settings %}
- Click Visit your instance.
{% data reusables.enterprise_site_admin_settings.sign-in %}
-
In the administrative shell, enable the dependency graph:
ghe-config app.dependency-graph.enabled true
[!NOTE] For more information about enabling access to the administrative shell via SSH, see AUTOTITLE.
-
Apply the configuration.
ghe-config-apply
-
Return to {% data variables.product.prodname_ghe_server %}.