Merge pull request #35029 from github/repo-sync

Repo sync
This commit is contained in:
docs-bot 2024-10-21 05:34:12 -04:00 коммит произвёл GitHub
Родитель 0032d7eaa1 00b9bd732f
Коммит 52be070e61
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: B5690EEEBB952194
11 изменённых файлов: 32 добавлений и 2 удалений

Просмотреть файл

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

Просмотреть файл

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

Просмотреть файл

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