Skip to content

Commit de529a2

Browse files
authored
Merge pull request #17888 from github/repo-sync
repo sync
2 parents 0d7ff47 + 242610b commit de529a2

File tree

3 files changed

+3
-5
lines changed

3 files changed

+3
-5
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ Dependency review is included in {% data variables.product.product_name %} for p
3636
1. If "{% data variables.product.prodname_GH_advanced_security %}" is not enabled, click **Enable** next to the feature.
3737
![Screenshot of GitHub Advanced Security feature with "Enable" button emphasized](/assets/images/help/security/enable-ghas-private-repo.png)
3838

39-
{% elsif ghes or ghae %}
39+
{% elsif ghes %}
4040
Dependency review is available when dependency graph is enabled for {% data variables.product.product_location %} and {% data variables.product.prodname_advanced_security %} is enabled for the organization or repository. For more information, see "[Enabling {% data variables.product.prodname_GH_advanced_security %} for your enterprise](/admin/code-security/managing-github-advanced-security-for-your-enterprise/enabling-github-advanced-security-for-your-enterprise)."
4141

4242
### Checking if the dependency graph is enabled

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ For more information, see "[About the dependency graph](/code-security/supply-ch
2424
{% ifversion fpt or ghec %} ## About configuring the dependency graph {% endif %}
2525
{% ifversion fpt or ghec %}To generate a dependency graph, {% data variables.product.product_name %} needs read-only access to the dependency manifest and lock files for a repository. The dependency graph is automatically generated for all public repositories and you can choose to enable it for private repositories. For more information on viewing the dependency graph, see "[Exploring the dependencies of a repository](/github/visualizing-repository-data-with-graphs/exploring-the-dependencies-of-a-repository)."{% endif %}
2626

27-
{% ifversion ghes or ghae %} ## Enabling the dependency graph
27+
{% ifversion ghes %} ## Enabling the dependency graph
2828
{% data reusables.dependabot.ghes-ghae-enabling-dependency-graph %}{% endif %}{% ifversion fpt or ghec %}
2929

3030
### Enabling and disabling the dependency graph for a private repository

content/organizations/managing-peoples-access-to-your-organization-with-roles/managing-security-managers-in-your-organization.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@
22
title: Managing security managers in your organization
33
intro: You can give your security team the least access they need to your organization by assigning a team to the security manager role.
44
versions:
5-
fpt: '*'
6-
ghes: '>=3.3'
75
feature: security-managers
86
topics:
97
- Organizations
@@ -30,7 +28,7 @@ Members of a team with the security manager role have only the permissions requi
3028
Additional functionality, including a security overview for the organization, is available in organizations that use {% data variables.product.prodname_ghe_cloud %} with {% data variables.product.prodname_advanced_security %}. For more information, see the [{% data variables.product.prodname_ghe_cloud %} documentation](/enterprise-cloud@latest/organizations/managing-peoples-access-to-your-organization-with-roles/managing-security-managers-in-your-organization).
3129
{% endif %}
3230

33-
If a team has the security manager role, people with admin access to the team and a specific repository can change the team's level of access to that repository but cannot remove the access. For more information, see "[Managing team access to an organization repository](/organizations/managing-access-to-your-organizations-repositories/managing-team-access-to-an-organization-repository){% ifversion ghes %}."{% else %} and "[Managing teams and people with access to your repository](/repositories/managing-your-repositorys-settings-and-features/managing-repository-settings/managing-teams-and-people-with-access-to-your-repository)."{% endif %}
31+
If a team has the security manager role, people with admin access to the team and a specific repository can change the team's level of access to that repository but cannot remove the access. For more information, see "[Managing team access to an organization repository](/organizations/managing-access-to-your-organizations-repositories/managing-team-access-to-an-organization-repository){% ifversion fpt or ghec or ghes > 3.3 or ghae-issue-5974 %}" and "[Managing teams and people with access to your repository](/repositories/managing-your-repositorys-settings-and-features/managing-repository-settings/managing-teams-and-people-with-access-to-your-repository)."{% else %}."{% endif %}
3432

3533
![Manage repository access UI with security managers](/assets/images/help/organizations/repo-access-security-managers.png)
3634

0 commit comments

Comments
 (0)