GH-500 · Question #28
In a private repository, what minimum requirements does GitHub need to generate a dependency graph? (Each answer presents part of the solution. Choose two.)
The correct answer is B. dependency graph enabled at the organization level for all new private repositories D. read-only access to the dependency manifest and lock files for a repository. Configuring the dependency graph [D] To generate a dependency graph, GitHub needs read-only access to the dependency manifest and lock files for a repository. [B] Enabling and disabling the dependency graph Repository administrators can enable or disable the dependency graph…
Question
In a private repository, what minimum requirements does GitHub need to generate a dependency graph? (Each answer presents part of the solution. Choose two.)
Options
- Aread-only access to all the repository's files
- Bdependency graph enabled at the organization level for all new private repositories
- Cwrite access to the dependency manifest and lock files for an enterprise
- Dread-only access to the dependency manifest and lock files for a repository
How the community answered
(36 responses)- A8% (3)
- B89% (32)
- C3% (1)
Explanation
Configuring the dependency graph [D] To generate a dependency graph, GitHub needs read-only access to the dependency manifest and lock files for a repository. [B] Enabling and disabling the dependency graph Repository administrators can enable or disable the dependency graph for all repositories owned by your user account, regardless of their visibility. When the dependency graph is first enabled, any manifest and lock files for supported ecosystems are parsed immediately. The graph is usually populated within minutes but this may take longer for repositories with many dependencies. Once enabled, the graph is automatically updated with every push to the repository and every push to other repositories in the graph.
Topics
Community Discussion
No community discussion yet for this question.