Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
title: About the dependency graph
intro: You can use the dependency graph to identify all your project's dependencies. The dependency graph supports a range of popular package ecosystems.
product: '{% data reusables.gated-features.dependency-graph %}'
redirect_from:
- /github/visualizing-repository-data-with-graphs/about-the-dependency-graph
- /code-security/supply-chain-security/about-the-dependency-graph
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
title: Configuring the dependency graph
intro: You can allow users to identify their projects' dependencies by enabling the dependency graph.
permissions: '{% data reusables.permissions.dependency-graph %}'
redirect_from:
- /code-security/supply-chain-security/understanding-your-software-supply-chain/about-the-dependency-graph#enabling-the-dependency-graph
versions:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
title: Exploring the dependencies of a repository
intro: 'You can use the dependency graph to see the packages your project depends on{% ifversion fpt or ghec %} and the repositories that depend on it{% endif %}. In addition, you can see any vulnerabilities detected in its dependencies.'
permissions: '{% data reusables.permissions.dependency-graph-view-dependencies %}'
redirect_from:
- /articles/listing-the-packages-that-a-repository-depends-on
- /github/visualizing-repository-data-with-graphs/listing-the-packages-that-a-repository-depends-on
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ versions:
fpt: '*'
ghes: '*'
ghec: '*'
permissions: 'Anyone can export the dependency graph of a repository as a software bill of materials. The SBOM export will contain a list of the dependencies that are used in the repository.'
permissions: '{% data reusables.permissions.dependency-graph-export-sbom %}'
type: how_to
topics:
- Dependency graph
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
title: Troubleshooting the dependency graph
intro: 'If the dependency information reported by the dependency graph is not what you expected, there are a number of points to consider, and various things you can check.'
product: '{% data reusables.gated-features.dependency-graph %}'
shortTitle: Troubleshoot dependency graph
versions:
fpt: '*'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ topics:
- Organizations
- Teams
shortTitle: Dependency insights
permissions: Organization members can view organization insights.
permissions: '{% data reusables.permissions.dependency-graph-view-org-insights %}'
---

{% note %}
Expand Down
14 changes: 14 additions & 0 deletions data/reusables/gated-features/dependency-graph.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@

{% ifversion fpt or ghec %}

The dependency graph is available for the following repository types:

* Public repositories (on by default)
* Private repositories
* Forks

{% elsif ghes %}

The dependency graph is available for all repositories.

{% endif %}
1 change: 1 addition & 0 deletions data/reusables/permissions/dependency-graph-export-sbom.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Anyone on {% data variables.product.company_short %}
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Repository administrators, organization owners, and people with **write** or **maintain** access to a repository
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Organization members
9 changes: 9 additions & 0 deletions data/reusables/permissions/dependency-graph.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{% ifversion fpt or ghec %}

Repository owners, organization owners, security managers, and users with the **admin** role

{% elsif ghes %}

Enteprise owners

{% endif %}
Loading