About the dependency graph
O grafo de dependência é um resumo dos arquivos de manifesto e de bloqueio armazenados em um repositório. Para cada repositório, ele mostra dependências, isto é, os ecossistemas e pacotes de que ele depende. O GitHub Enterprise Server não calcula informações sobre dependentes, os repositórios e os pacotes que dependem de um repositório. 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. For more information, see "Enabling Dependabot for your enterprise."
You can enable the dependency graph via the Console de Gerenciamento or the administrative shell. We recommend using the Console de Gerenciamento unless your GitHub Enterprise Server instance uses clustering.
Enabling the dependency graph via the Console de Gerenciamento
If your GitHub Enterprise Server instance uses clustering, you cannot enable the dependency graph with the Console de Gerenciamento and must use the administrative shell instead. For more information, see "Enabling the dependency graph via the administrative shell."
-
Sign in to your GitHub Enterprise Server instance at
http(s)://HOSTNAME/login
. -
Em uma conta administrativa no GitHub Enterprise Server, no canto superior direito de qualquer página, clique em .
-
Se você ainda não estiver na página "Administração do site", no canto superior esquerdo, clique em Administração do site.
-
Na barra lateral � esquerda, clique em Console de Gerenciamento .
-
Na barra lateral esquerda, clique em Segurança.
-
Under "Security," click Dependency graph.
-
Na barra lateral esquerda, clique em Salvar configurações.
Observação: se você salvar as configurações no Console de Gerenciamento, isso reiniciará os serviços do sistema, o que poderá resultar em tempo de inatividade visível pelo usuário.
-
Aguarde a conclusão da execução de suas configurações.
-
Click Visit your instance.
Enabling the dependency graph via the administrative shell
-
Sign in to your GitHub Enterprise Server instance at
http(s)://HOSTNAME/login
. -
In the administrative shell, enable the dependency graph on your GitHub Enterprise Server instance:
ghe-config app.dependency-graph.enabled true
Note: For more information about enabling access to the administrative shell via SSH, see "Accessing the administrative shell (SSH)."
-
Apply the configuration.
$ ghe-config-apply
-
Return to GitHub Enterprise Server.