1
0
mirror of synced 2025-12-19 18:10:59 -05:00

Scannability improvements for front matter in Dependency graph articles (#52745)

This commit is contained in:
mc
2024-10-21 08:48:03 +01:00
committed by GitHub
parent 1c2db34144
commit 00b9bd732f
11 changed files with 32 additions and 2 deletions

View File

@@ -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

View File

@@ -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:

View File

@@ -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

View File

@@ -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

View File

@@ -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: '*'

View File

@@ -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 %}

View 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 %}

View File

@@ -0,0 +1 @@
Anyone on {% data variables.product.company_short %}

View File

@@ -0,0 +1 @@
Repository administrators, organization owners, and people with **write** or **maintain** access to a repository

View File

@@ -0,0 +1 @@
Organization members

View 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 %}