Skip to content

Commit dcb9913

Browse files
committed
add configs and updates for SIG Security
1 parent 65165a7 commit dcb9913

File tree

7 files changed

+39
-14
lines changed

7 files changed

+39
-14
lines changed

OWNERS_ALIASES

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ aliases:
7474
- Huang-Wei
7575
- ahg-g
7676
sig-security-leads:
77-
- iancoldwater
77+
- IanColdwater
7878
- tabbysable
7979
sig-service-catalog-leads:
8080
- jberkhahn

communication/slack-config/restrictions.yaml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,9 @@ restrictions:
2424
- "^kubernetes-docs-[a-z]{2}(-maintainers)?$"
2525
- "^sig-docs$"
2626
- "^sig-docs-.*$"
27+
- path: "sig-network/*.yaml"
28+
channels:
29+
- "^sig-network-.*$"
2730
- path: "sig-release/*.yaml"
2831
channels:
2932
- "^sig-release$"
@@ -32,9 +35,10 @@ restrictions:
3235
- "^sig-release-"
3336
- "^release-"
3437
- "^security-release-team$"
35-
- path: "sig-network/*.yaml"
38+
- path: "sig-security/*.yaml"
3639
channels:
37-
- "^sig-network-.*$"
40+
- "^sig-security$"
41+
- "^sig-security-"
3842
- path: "sig-storage/*.yaml"
3943
channels:
4044
- "^sig-storage$"
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# See the OWNERS docs at https://go.k8s.io/owners
2+
3+
reviewers:
4+
- sig-security-leads
5+
approvers:
6+
- sig-security-leads
7+
labels:
8+
- sig/security
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
channels:
2+
- name: sig-security
3+
- name: sig-security-docs
4+
- name: sig-security-tooling

communication/slack-config/users.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ users:
3232
gsquared94: U0131C0PJBU
3333
hasheddan: ULLQEF30C
3434
hoegaarden: U7VA4RZS9
35+
iancoldwater: U9VL5SZPX
3536
idealhack: U5NJ3DQM9
3637
idvoretskyi: U0CBHE6GM
3738
ilya-zuyev: U018UF2G42F
@@ -86,6 +87,7 @@ users:
8687
Sujay Pillai: UBW3N1VGW
8788
sumitranr: UCQN13L9H
8889
swamymsft: UHU7ZNXH8
90+
tabbysable: U01742MGBRT
8991
tallclair: U64VCBURE
9092
TaoBeier: UCLDV6MN1
9193
tejal29: UACD7R316

sig-security/OWNERS

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# See the OWNERS docs at https://go.k8s.io/owners
2+
3+
reviewers:
4+
- sig-security-leads
5+
approvers:
6+
- sig-security-leads
7+
labels:
8+
- sig/security

sigs.yaml

Lines changed: 10 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1997,9 +1997,9 @@ sigs:
19971997
label: security
19981998
leadership:
19991999
chairs:
2000-
- github: iancoldwater
2000+
- github: IanColdwater
20012001
name: Ian Coldwater
2002-
company: Salesforce
2002+
company: Twilio
20032003
- github: tabbysable
20042004
name: Tabitha Sable
20052005
company: Datadog
@@ -2015,18 +2015,17 @@ sigs:
20152015
contact:
20162016
slack: sig-security
20172017
mailing_list: https://groups.google.com/forum/#!forum/kubernetes-sig-security
2018+
teams:
2019+
sig-security-leads:
2020+
description: SIG Security Leads
2021+
sig-security-pr-reviews:
2022+
description: SIG Security PR review notifications
20182023
subprojects:
2019-
- name: community-discussion-groups
2020-
description: |
2021-
Community Discussion Groups
2022-
owners: []
20232024
- name: security-audit
2024-
description: |
2025-
Third Party Security Audit
2025+
description: Third Party Security Audit
20262026
owners: []
2027-
- name: security-documents
2028-
description: |
2029-
Security Documents and Documentation.
2027+
- name: security-docs
2028+
description: Security Documents and Documentation
20302029
owners: []
20312030
- dir: sig-service-catalog
20322031
name: Service Catalog

0 commit comments

Comments
 (0)