依存関係グラフについて
The dependency graph is a summary of the manifest and lock files stored in a repository. それぞれのリポジトリにおいて、依存関係グラフは以下を表示します。依存関係、すなわちリポジトリが依存するエコシステ� とパッケージ。 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 insecure dependencies in your repository. 詳しい情� �については「EnterpriseでのDependabotの有効化」を参照してく� さい。
依存関係グラフの有効化
-
http(s)://HOSTNAME/login
でGitHub Enterprise Serverインスタンスにサインインしてく� さい。 -
In the administrative shell, enable the dependency graph on 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に戻ります。