Skip to content

Commit

Permalink
Update graphql/queries/enterprise-outside-collaborators-2fa-insecure.…
Browse files Browse the repository at this point in the history
…graphql


Update OC insecure 2FA to increase results returned from 1 to 100.

Co-authored-by: Justin Alex <[email protected]>
  • Loading branch information
bss-mc and jusuchin85 authored Nov 26, 2024
1 parent 65fdcc5 commit c390d9b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ query GetEnterpriseCollaboratorsWithInsecure2fa {
enterprise_owner_info: ownerInfo {
collaborators_with_insecure_2fa: outsideCollaborators(
twoFactorMethodSecurity: INSECURE
first: 1
first: 100
) {
num_of_collaborators: totalCount
nodes {
Expand Down

0 comments on commit c390d9b

Please sign in to comment.