Skip to content

Commit da60bb5

Browse files
authored
Update "securing your enterprise" page for new enterprise level configs world (#54186)
1 parent 2591f3f commit da60bb5

File tree

4 files changed

+26
-13
lines changed

4 files changed

+26
-13
lines changed

content/admin/managing-code-security/managing-github-advanced-security-for-your-enterprise/managing-github-advanced-security-features-for-your-enterprise.md

+17-6
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,14 @@ To manage individual {% data variables.product.prodname_GH_advanced_security %}
3232
3333
{% endif %}
3434

35+
{% ifversion ghec %}
36+
37+
{% data variables.product.prodname_security_configurations_caps %} simplify the rollout of {% data variables.product.company_short %} security products at scale by helping you define collections of security settings and apply them across your enterprise. For more information, see [AUTOTITLE](/admin/managing-code-security/securing-your-enterprise/about-security-configurations).
38+
39+
{% data reusables.security-configurations.overview %}
40+
41+
{% endif %}
42+
3543
{% data reusables.secret-scanning.secret-scanning-enterprise-level-api %}
3644

3745
{% ifversion ghes %}For information about buying a license for {% data variables.product.prodname_GH_advanced_security %}, see [AUTOTITLE](/billing/managing-billing-for-your-products/managing-billing-for-github-advanced-security/about-billing-for-github-advanced-security).{% elsif ghec %}For information about buying a license for {% data variables.product.prodname_GH_advanced_security %}, see [AUTOTITLE](/billing/managing-billing-for-your-products/managing-billing-for-github-advanced-security/signing-up-for-github-advanced-security).{% endif %}
@@ -42,23 +50,26 @@ When you enable one or more security and analysis features for existing reposito
4250

4351
{% data reusables.security.security-and-analysis-features-enable-read-only %}
4452

53+
{% ifversion ghes %}
54+
4555
## Managing {% data variables.product.prodname_advanced_security %} features
4656

4757
{% data reusables.advanced-security.note-org-enable-uses-seats %}
4858

4959
{% data reusables.enterprise-accounts.access-enterprise %}
5060
{% data reusables.enterprise-accounts.settings-tab %}
51-
52-
1. In the left sidebar, click {% ifversion code-security-wording-only %}**Code security**{% else %}**Code security and analysis**{% endif %}.
61+
1. In the left sidebar, click **Code security and analysis**.
5362
1. Optionally, enable or disable a feature for all existing repositories.
5463

55-
* To the right of the feature, click **Disable all** or **Enable all**. {% ifversion ghes or ghec %}If the control for "{% data variables.product.prodname_GH_advanced_security %}" is disabled, you have no available licenses for {% data variables.product.prodname_GH_advanced_security %}.{% endif %}
64+
* To the right of the feature, click **Disable all** or **Enable all**. If the control for "{% data variables.product.prodname_GH_advanced_security %}" is disabled, you have no available licenses for {% data variables.product.prodname_GH_advanced_security %}.
5665
* To confirm the change, click the **Enable/Disable all** or **Enable/Disable for eligible repositories** button in the dialog that is displayed.
57-
1. Optionally, to enable or disable a feature automatically when new private and internal repositories{% ifversion secret-scanning-user-owned-repos %}, user namespace repositories {% ifversion ghec %}belonging to {% data variables.product.prodname_emus %}{% endif %}{% endif %}, or public repositories and repositories with {% data variables.product.prodname_GH_advanced_security %} enabled are created, select the checkbox below the feature.
58-
{% ifversion secret-scanning-custom-link-on-block %}
66+
1. Optionally, to enable or disable a feature automatically when new private and internal repositories{% ifversion secret-scanning-user-owned-repos %}, user namespace repositories{% endif %}, or public repositories and repositories with {% data variables.product.prodname_GH_advanced_security %} enabled are created, select the checkbox below the feature.{% ifversion org-npp-enablement-security-configurations %}
67+
1. Optionally, to enable the scanning of non-provider patterns, to the right of "Scan for non-provider patterns", click **Enable all**. To learn more about scanning for non-provider patterns, see [AUTOTITLE](/code-security/secret-scanning/introduction/supported-secret-scanning-patterns#non-provider-patterns) and [AUTOTITLE](/code-security/secret-scanning/managing-alerts-from-secret-scanning/viewing-alerts).{% endif %}
5968
1. Optionally, to include a resource link in the message that members will see when they attempt to push a secret, select **Add a resource link in the CLI and web UI when a commit is blocked**, then type a URL, and click **Save link**.
6069

6170
> [!NOTE]
6271
> When a custom link is configured for an organization, the organization-level value overrides the custom link set for the enterprise. See [AUTOTITLE](/code-security/secret-scanning/protecting-pushes-with-secret-scanning).
6372
64-
![Screenshot of "Push protection" settings. The checkbox and text field used for enabling a custom link are outlined.](/assets/images/help/organizations/secret-scanning-custom-link.png){% endif %}
73+
![Screenshot of "Push protection" settings. The checkbox and text field used for enabling a custom link are outlined.](/assets/images/help/organizations/secret-scanning-custom-link.png)
74+
75+
{% endif %}

content/admin/managing-code-security/securing-your-enterprise/about-security-configurations.md

+1-7
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,7 @@ topics:
1515

1616
{% data variables.product.prodname_security_configurations_caps %} simplify the rollout of {% data variables.product.company_short %} security products at scale by helping you define collections of security settings and apply them across your enterprise.
1717

18-
{% ifversion security-configurations-cloud %}
19-
20-
We recommend securing your enterprise with the {% data variables.product.prodname_github_security_configuration %}, then evaluating the security findings on your repositories before configuring {% data variables.product.prodname_custom_security_configurations %}. For more information, see [AUTOTITLE](/admin/managing-code-security/securing-your-enterprise/applying-the-github-recommended-security-configuration-to-your-enterprise).
21-
22-
{% endif %}
23-
24-
With {% data variables.product.prodname_custom_security_configurations %}, you can create collections of enablement settings for {% data variables.product.company_short %}'s security products to meet the specific security needs of your enterprise. For example, you can create a different {% data variables.product.prodname_custom_security_configuration %} for each organization or group of similar organizations to reflect their different levels of security requirements and compliance obligations. For more information, see [AUTOTITLE](/admin/managing-code-security/securing-your-enterprise/creating-a-custom-security-configuration-for-your-enterprise).
18+
{% data reusables.security-configurations.overview %}
2519

2620
{% ifversion security-configurations-ghes-only %}
2721

Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{% ifversion security-configurations-cloud %}
2+
3+
We recommend securing your enterprise with the {% data variables.product.prodname_github_security_configuration %}, then evaluating the security findings on your repositories before configuring {% data variables.product.prodname_custom_security_configurations %}. For more information, see [AUTOTITLE](/admin/managing-code-security/securing-your-enterprise/applying-the-github-recommended-security-configuration-to-your-enterprise).
4+
5+
{% endif %}
6+
7+
With {% data variables.product.prodname_custom_security_configurations %}, you can create collections of enablement settings for {% data variables.product.company_short %}'s security products to meet the specific security needs of your enterprise. For example, you can create a different {% data variables.product.prodname_custom_security_configuration %} for each organization or group of similar organizations to reflect their different levels of security requirements and compliance obligations. For more information, see [AUTOTITLE](/admin/managing-code-security/securing-your-enterprise/creating-a-custom-security-configuration-for-your-enterprise).
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
1. Under "Settings", select the {% ifversion ghec %}**Code security**{% else %}**Code security and analysis**{% endif %} dropdown menu.

0 commit comments

Comments
 (0)