Skip to content

Commit 4c4a001

Browse files
committed
fix: remove organization team
1 parent 8a2c71f commit 4c4a001

File tree

2 files changed

+3
-15
lines changed

2 files changed

+3
-15
lines changed

cloudql/github/plugin.go

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,9 @@ func Plugin(ctx context.Context) *plugin.Plugin {
3535
"github_organization_external_identity": tableGitHubOrganizationExternalIdentity(),
3636
"github_organization_member": tableGitHubOrganizationMember(),
3737
"github_organization_collaborator": tableGitHubOrganizationCollaborator(),
38-
"github_organization_team": tableGitHubOrganizationTeam(),
39-
"github_pull_request": tableGitHubPullRequest(),
40-
"github_pull_request_review": tableGitHubPullRequestReview(),
38+
//"github_organization_team": tableGitHubOrganizationTeam(),
39+
"github_pull_request": tableGitHubPullRequest(),
40+
"github_pull_request_review": tableGitHubPullRequestReview(),
4141
//"github_rate_limit": tableGitHubRateLimit(),
4242
//"github_rate_limit_graphql": tableGitHubRateLimitGraphQL(),
4343
"github_release": tableGitHubRelease(),

global/maps/resource-types.json

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -182,18 +182,6 @@
182182
"SteampipeTable": "github_organization_member",
183183
"Model": "OrgMembers"
184184
},
185-
{
186-
"ResourceName": "Github/Organization/Team",
187-
"Tags": {
188-
"category": [
189-
"Organization"
190-
]
191-
},
192-
"ListDescriber": "DescribeByGithub(describers.GetOrganizationTeamList)",
193-
"GetDescriber": "",
194-
"SteampipeTable": "github_organization_team",
195-
"Model": "Team"
196-
},
197185
{
198186
"ResourceName": "Github/Organization/RoleAssignment",
199187
"Tags": {

0 commit comments

Comments
 (0)