Skip to content

Commit c390d9b

Browse files
bss-mcjusuchin85
andauthored
Update graphql/queries/enterprise-outside-collaborators-2fa-insecure.graphql
Update OC insecure 2FA to increase results returned from 1 to 100. Co-authored-by: Justin Alex <1155821+jusuchin85@users.noreply.github.com>
1 parent 65fdcc5 commit c390d9b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

graphql/queries/enterprise-outside-collaborators-2fa-insecure.graphql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ query GetEnterpriseCollaboratorsWithInsecure2fa {
77
enterprise_owner_info: ownerInfo {
88
collaborators_with_insecure_2fa: outsideCollaborators(
99
twoFactorMethodSecurity: INSECURE
10-
first: 1
10+
first: 100
1111
) {
1212
num_of_collaborators: totalCount
1313
nodes {

0 commit comments

Comments
 (0)