Skip to content

Commit 77f8c8f

Browse files
committed
Remove the Security Team from the organization.
1 parent 189cb4d commit 77f8c8f

File tree

2 files changed

+0
-13
lines changed

2 files changed

+0
-13
lines changed

terraform/production/org.tfvars

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -122,15 +122,6 @@ organization_teams = {
122122
"williln",
123123
]
124124
}
125-
"security-team" = {
126-
description = "django-commons security team"
127-
# Use maintainers for organizational teams
128-
maintainers = [
129-
"matthiask",
130-
"tim-schilling",
131-
]
132-
permission = "push"
133-
}
134125
}
135126

136127
################ GitHub Organization Secrets, not used at the moment #############

terraform/resources-collaborators.tf

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,6 @@ locals {
1414
{
1515
team_id = github_team.repo_team[key].slug
1616
permission = "triage"
17-
},
18-
{
19-
team_id = github_team.org_teams["security-team"].slug
20-
permission = "pull"
2117
}
2218
]
2319
}

0 commit comments

Comments
 (0)