依存関係グラフについて
依存関係グラフは、リポジトリに保存されているマニフェストファイルおよびロックファイルのサマリーです。 それぞれのリポジトリにおいて、依存関係グラフは以下を表示します。依存関係、すなわちリポジトリが依存するエコシステ� とパッケージ。 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にサインインしてく� さい。 -
In the administrative shell, enable the dependency graph on 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に戻ります。