Skip to content

Commit

Permalink
change: do not use custom security manager role for now
Browse files Browse the repository at this point in the history
  • Loading branch information
netomi committed Dec 20, 2024
1 parent f4d057c commit 979eb57
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 18 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Change Log

## [0.11.0] - 2024/12/19
## [0.11.0] - unreleased

### Added

Expand Down
18 changes: 1 addition & 17 deletions otterdog-defaults.libsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -350,7 +350,6 @@ local newOrg(name, id) = {

members_can_change_project_visibility: true,

security_manager_role: "security_team",
security_managers: [
"eclipsefdn-security",
"%(project_slug)s-security" % { project_slug: std.strReplace($.project_name, ".", "-") },
Expand Down Expand Up @@ -378,22 +377,7 @@ local newOrg(name, id) = {
},

# organization roles
roles: [
newOrgRole('security_team') {
base_role: "read",
description: "The security team role.",
permissions: [
"delete_alerts_code_scanning",
"org_review_and_manage_secret_scanning_bypass_requests",
"read_code_scanning",
"resolve_dependabot_alerts",
"resolve_secret_scanning_alerts",
"view_dependabot_alerts",
"view_secret_scanning_alerts",
"write_code_scanning",
],
},
],
roles: [],

# organization secrets
secrets: [],
Expand Down

0 comments on commit 979eb57

Please sign in to comment.