Skip to content

Commit a745cad

Browse files
authored
Merge pull request #5602 from tabbysable/add-sig-security-subprojects
Add directories for sig-security subprojects
2 parents 0ef62b9 + d82cc03 commit a745cad

File tree

4 files changed

+18
-2
lines changed

4 files changed

+18
-2
lines changed

sig-security/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,9 +40,11 @@ The following [subprojects][subproject-definition] are owned by sig-security:
4040
### security-audit
4141
Third Party Security Audit
4242
- **Owners:**
43+
- https://raw.githubusercontent.com/kubernetes/community/master/sig-security/sig-security-external-audit/OWNERS
4344
### security-docs
4445
Security Documents and Documentation
4546
- **Owners:**
47+
- https://raw.githubusercontent.com/kubernetes/community/master/sig-security/sig-security-docs/OWNERS
4648

4749
[subproject-definition]: https://github.com/kubernetes/community/blob/master/governance.md#subprojects
4850
<!-- BEGIN CUSTOM CONTENT -->

sig-security/sig-security-docs/OWNERS

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

sigs.yaml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2092,10 +2092,12 @@ sigs:
20922092
subprojects:
20932093
- name: security-audit
20942094
description: Third Party Security Audit
2095-
owners: []
2095+
owners:
2096+
- https://raw.githubusercontent.com/kubernetes/community/master/sig-security/sig-security-external-audit/OWNERS
20962097
- name: security-docs
20972098
description: Security Documents and Documentation
2098-
owners: []
2099+
owners:
2100+
- https://raw.githubusercontent.com/kubernetes/community/master/sig-security/sig-security-docs/OWNERS
20992101
- dir: sig-service-catalog
21002102
name: Service Catalog
21012103
mission_statement: >

0 commit comments

Comments
 (0)