Skip to content

Commit 00b9bd7

Browse files
authored
Scannability improvements for front matter in Dependency graph articles (#52745)
1 parent 1c2db34 commit 00b9bd7

File tree

11 files changed

+32
-2
lines changed

11 files changed

+32
-2
lines changed

content/code-security/supply-chain-security/understanding-your-software-supply-chain/about-the-dependency-graph.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
title: About the dependency graph
33
intro: You can use the dependency graph to identify all your project's dependencies. The dependency graph supports a range of popular package ecosystems.
4+
product: '{% data reusables.gated-features.dependency-graph %}'
45
redirect_from:
56
- /github/visualizing-repository-data-with-graphs/about-the-dependency-graph
67
- /code-security/supply-chain-security/about-the-dependency-graph

content/code-security/supply-chain-security/understanding-your-software-supply-chain/configuring-the-dependency-graph.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
title: Configuring the dependency graph
33
intro: You can allow users to identify their projects' dependencies by enabling the dependency graph.
4+
permissions: '{% data reusables.permissions.dependency-graph %}'
45
redirect_from:
56
- /code-security/supply-chain-security/understanding-your-software-supply-chain/about-the-dependency-graph#enabling-the-dependency-graph
67
versions:

content/code-security/supply-chain-security/understanding-your-software-supply-chain/exploring-the-dependencies-of-a-repository.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
title: Exploring the dependencies of a repository
33
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.'
4+
permissions: '{% data reusables.permissions.dependency-graph-view-dependencies %}'
45
redirect_from:
56
- /articles/listing-the-packages-that-a-repository-depends-on
67
- /github/visualizing-repository-data-with-graphs/listing-the-packages-that-a-repository-depends-on

content/code-security/supply-chain-security/understanding-your-software-supply-chain/exporting-a-software-bill-of-materials-for-your-repository.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ versions:
55
fpt: '*'
66
ghes: '*'
77
ghec: '*'
8-
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.'
8+
permissions: '{% data reusables.permissions.dependency-graph-export-sbom %}'
99
type: how_to
1010
topics:
1111
- Dependency graph

content/code-security/supply-chain-security/understanding-your-software-supply-chain/troubleshooting-the-dependency-graph.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
title: Troubleshooting the dependency graph
33
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.'
4+
product: '{% data reusables.gated-features.dependency-graph %}'
45
shortTitle: Troubleshoot dependency graph
56
versions:
67
fpt: '*'

content/organizations/collaborating-with-groups-in-organizations/viewing-insights-for-dependencies-in-your-organization.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ topics:
1111
- Organizations
1212
- Teams
1313
shortTitle: Dependency insights
14-
permissions: Organization members can view organization insights.
14+
permissions: '{% data reusables.permissions.dependency-graph-view-org-insights %}'
1515
---
1616

1717
{% note %}
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
2+
{% ifversion fpt or ghec %}
3+
4+
The dependency graph is available for the following repository types:
5+
6+
* Public repositories (on by default)
7+
* Private repositories
8+
* Forks
9+
10+
{% elsif ghes %}
11+
12+
The dependency graph is available for all repositories.
13+
14+
{% endif %}
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Anyone on {% data variables.product.company_short %}
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Repository administrators, organization owners, and people with **write** or **maintain** access to a repository
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Organization members

0 commit comments

Comments
 (0)