You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
title: `${without2FACount} member(s) without 2FA in ${org.login}`,
191
-
description: `${without2FACount}out of ${totalCount??'unknown'} members in the ${org.login} organization do not have two-factor authentication enabled: ${formatUsernamesPreview(membersWithout2FA)}`,
176
+
description: `${without2FACount}member(s) in the ${org.login} organization do not have two-factor authentication enabled: ${formatUsernamesPreview(membersWithout2FA)}`,
192
177
resourceType: 'organization',
193
178
resourceId: `${org.login}/2fa-summary`,
194
179
severity: 'high',
195
180
remediation: `1. Go to https://github.com/organizations/${org.login}/settings/security\n2. Under "Authentication security", check "Require two-factor authentication for everyone"\n3. This will require all existing and future members to enable 2FA`,
0 commit comments