关于依赖项图
依赖项图是存储在仓库中的清单和锁定文件的摘要。 对于每个仓库,它显示 依赖项,即它所依赖的生态系统和包。 GitHub Enterprise Server 不计算有关依赖项、仓库和依赖于仓库的包的信息。 For more information, see "About the dependency graph"
After you enable the dependency graph for your enterprise, you can enable Dependabot to detect vulnerable dependencies in your repository. For more information, see "Enabling Dependabot for your enterprise."
启用依赖关系图
-
登录到
http(s)://HOSTNAME/login
上的 your GitHub Enterprise Server instance。 -
在管理 shell 中,启用 your GitHub Enterprise Server instance 上的依赖关系图:
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。