Skip to content

Commit d1728ee

Browse files
isaacmbrownCopilot
andauthored
[EDI] Detaching repositories from their security configurations (#59991)
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
1 parent d1ebebd commit d1728ee

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

content/code-security/how-tos/secure-at-scale/configure-organization-security/manage-your-coverage/detaching-repositories-from-their-security-configurations.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Detaching repositories from their security configurations
33
shortTitle: Detach security configuration
4-
intro: You can unlink repositories from their {% data variables.product.prodname_security_configurations %} and instead manage their security enablement settings at the repository level.
4+
intro: Go back to managing a repository's security settings on an individual basis.
55
permissions: '{% data reusables.permissions.security-org-enable %}'
66
versions:
77
feature: security-configurations
@@ -15,9 +15,9 @@ redirect_from:
1515
contentType: how-tos
1616
---
1717

18-
## About detaching repositories from their {% data variables.product.prodname_security_configurations %}
18+
If you decide that the security needs of a repository are too specific for a {% data variables.product.prodname_security_configuration %} to be useful, you can detach that repository from the linked configuration and instead manage security enablement settings at the repository level.
1919

20-
If you decide that the security needs of a repository are too specific for a {% data variables.product.prodname_security_configuration %} to be useful, you can detach that repository from the linked configuration and instead manage security enablement settings at the repository level. Detaching a repository from a {% data variables.product.prodname_security_configuration %} will not change the existing security enablement settings for that repository. For an introduction to securing your repository at the repository level, see [AUTOTITLE](/code-security/getting-started/securing-your-repository).
20+
Detaching a repository from a {% data variables.product.prodname_security_configuration %} will not change the existing security enablement settings for that repository.
2121

2222
Alternatively, if you want to apply a {% data variables.product.prodname_security_configuration %} to a repository that's already attached to a different configuration, you can apply the configuration as normal, and you do not need to detach the current configuration. For more information, see {% ifversion security-configurations-cloud %}[AUTOTITLE](/code-security/securing-your-organization/enabling-security-features-in-your-organization/applying-the-github-recommended-security-configuration-in-your-organization) and {% endif %}[AUTOTITLE](/code-security/securing-your-organization/enabling-security-features-in-your-organization/applying-a-custom-security-configuration).
2323

@@ -30,3 +30,7 @@ Alternatively, if you want to apply a {% data variables.product.prodname_securit
3030
{% data reusables.security-configurations.select-repos %}
3131
1. Select the **Apply configuration** {% octicon "triangle-down" aria-hidden="true" aria-label="triangle-down" %} dropdown menu, then click **No configuration**.
3232
1. To finish detaching your repositories from their linked {% data variables.product.prodname_security_configurations %}, in the "No configuration?" window, click **No configuration**.
33+
34+
## Next steps
35+
36+
You can now manage security enablement settings at the repository level. For an introduction, see [AUTOTITLE](/code-security/getting-started/securing-your-repository).

0 commit comments

Comments
 (0)