Skip to main content
ドキュメントには� �繁に更新が� えられ、その都度公開されています。本ページの翻訳はま� 未完成な部分があることをご了承く� さい。最新の情� �については、英語のドキュメンテーションをご参照く� さい。本ページの翻訳に問題がある� �合はこちらまでご連絡く� さい。

このバージョンの GitHub Enterprise はこの日付をもって終了となりました: 2022-06-03. 重大なセキュリティの問題に対してであっても、パッチリリースは作成されません。 パフォーマンスの向上、セキュリティの改善、新機能のためには、最新バージョンのGitHub Enterpriseにアップグレードしてく� さい。 アップグレードに関する支援については、GitHub Enterprise supportに連絡してく� さい。

Enabling the dependency graph for your enterprise

依存関係グラフを有効にすることによって、ユーザが自分のプロジェクトの依存関係を特定できるようになります。

Site administrators can enable the dependency graph.

依存関係グラフについて

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の有効化」を参照してく� さい。

依存関係グラフの有効化

  1. http(s)://HOSTNAME/loginでGitHub Enterprise Serverインスタンスにサインインしてく� さい。

  2. 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)."

  3. 設定を適用します。

    $ ghe-config-apply
  4. GitHub Enterprise Serverに戻ります。