关于依赖项图
The dependency graph is a summary of the manifest and lock files stored in a repository. 对于每个仓库,它显示 依赖项,即它所依赖的生态系统和包。 GitHub Enterprise Server 不计算有关依赖项、仓库和依赖于仓库的包的信息。更多信息请参阅“关于依赖关系图”。
为企业启用依赖关系图后,可以启用 Dependabot 以检测存储库中非安全依赖项。 更多信息请参阅“为企业启用 Dependabot”。
启用依赖关系图
-
登录到
http(s)://HOSTNAME/login
上的 您的 GitHub Enterprise Server 实例。 -
在管理 shell 中,启用 您的 GitHub Enterprise Server 实例 上的依赖关系图:
ghe-config app.github.dependency-graph-enabled true ghe-config app.github.vulnerability-alerting-and-settings-enabled true
Note: For more information about enabling access to the administrative shell via SSH, see "Accessing the administrative shell (SSH)."
-
应用配置。
$ ghe-config-apply
-
返回到 GitHub Enterprise Server。