1
0
mirror of synced 2025-12-25 02:17:36 -05:00
Files
docs/content/code-security/securing-your-organization/managing-the-security-of-your-organization/finding-repositories-with-attachment-failures.md
Sophie 2e7adc3bd4 GitHub Enterprise Server 3.15 release candidate (#52803)
Co-authored-by: Anne-Marie <102995847+am-stead@users.noreply.github.com>
Co-authored-by: Pallavi <96553709+pallsama@users.noreply.github.com>
Co-authored-by: Isaac Brown <101839405+isaacmbrown@users.noreply.github.com>
Co-authored-by: isaacmbrown <isaacmbrown@github.com>
Co-authored-by: mchammer01 <42146119+mchammer01@users.noreply.github.com>
Co-authored-by: Jules <19994093+jules-p@users.noreply.github.com>
Co-authored-by: Rachael Rose Renk <91027132+rachaelrenk@users.noreply.github.com>
Co-authored-by: Felicity Chapman <felicitymay@github.com>
Co-authored-by: docs-bot <77750099+docs-bot@users.noreply.github.com>
Co-authored-by: Hector Alfaro <hectorsector@github.com>
Co-authored-by: Kevin Heis <heiskr@users.noreply.github.com>
2024-11-12 18:39:41 +00:00

2.2 KiB

title, shortTitle, allowTitleToDifferFromFilename, intro, permissions, versions, topics
title shortTitle allowTitleToDifferFromFilename intro permissions versions topics
Finding and fixing configuration attachment failures Find attachment failures true You can identify any repositories where the security configuration could not be attached, and follow guidance to remediate the problem. {% data reusables.permissions.security-org-enable %}
feature
security-configurations
Advanced Security
Organizations
Security

Finding and remediating attachment failures

When you apply a configuration to a group of repositories, you may see a banner reporting that there was an attachment failure for some repositories. This happens when there is a conflict between the existing repository settings and the configuration that you applied.

When an attachment failure happens:

  • Only some of the settings in the security configuration are applied to affected repositories.
  • Any changes you later make to the security configuration will not be inherited by the affected repositories.

On the security configuration settings page, under "Apply configurations", you will see a banner advising how many repositories in your organization have an attachment failure, and an overview of the reason(s) for the failure.

Click the link in the banner display, or alternatively, filter the list of repositories by config-status:failed, to see the list of affected repositories and to source additional guidance on how to remediate the attachment failure for a specific repository.

{% data reusables.profile.access_org %} {% data reusables.organizations.org_settings %} {% data reusables.security-configurations.view-configurations-page %}

  1. In the "Apply configurations" section, filter by config-status:failed.
  2. From the results list, for the repository you're interested in, click {% octicon "alert" aria-hidden="true" %} Failed REASON.
  3. In the dialog box, review the information and follow the remediation guidance.

Further reading