Scannability improvements for front matter in Dependency graph articles (#52745)
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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:
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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: '*'
|
||||
|
||||
@@ -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 %}
|
||||
|
||||
14
data/reusables/gated-features/dependency-graph.md
Normal file
14
data/reusables/gated-features/dependency-graph.md
Normal file
@@ -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 %}
|
||||
@@ -0,0 +1 @@
|
||||
Anyone on {% data variables.product.company_short %}
|
||||
@@ -0,0 +1 @@
|
||||
Repository administrators, organization owners, and people with **write** or **maintain** access to a repository
|
||||
@@ -0,0 +1 @@
|
||||
Organization members
|
||||
9
data/reusables/permissions/dependency-graph.md
Normal file
9
data/reusables/permissions/dependency-graph.md
Normal file
@@ -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 %}
|
||||
Reference in New Issue
Block a user