Requiring an additional authentication method adds another level of security for your organization. Require two-factor authentication for everyone in your organization. Learn more: https://docs.github.com/en/organizations/keeping-your-organization-secure/managing-two-factor-authentication-for-your-organization/requiring-two-factor-authentication-in-your-organization https://docs.github.com/en/authentication/securing-your-account-with-two-factor-authentication-2fa/configuring-two-factor-authentication
1. Go to Organization Settings. 2. In the 'Security' section of the sidebar, click on Authentication security. 3. Under the 'Two-factor authentication' section. 4. Ensure the 'Require two-factor authentication for everyone in the organization' setting is enabled.
{
"target": "GHOrganization",
"if": {
"allOf": [
{
"resource": "GHOrganization",
"property": "TwoFactorRequirementEnabled",
"operator": "equals",
"value": true
}
]
},
"then": {
"effect": "Audit"
}
}
Copyright © DevOps Shield. All Rights Reserved. Privacy Policy | Cookie Policy | Terms and Conditions