Add directories for sig-security subprojects
This commit is contained in:
parent
0ef62b9f52
commit
d82cc0304e
|
@ -40,9 +40,11 @@ The following [subprojects][subproject-definition] are owned by sig-security:
|
|||
### security-audit
|
||||
Third Party Security Audit
|
||||
- **Owners:**
|
||||
- https://raw.githubusercontent.com/kubernetes/community/master/sig-security/sig-security-external-audit/OWNERS
|
||||
### security-docs
|
||||
Security Documents and Documentation
|
||||
- **Owners:**
|
||||
- https://raw.githubusercontent.com/kubernetes/community/master/sig-security/sig-security-docs/OWNERS
|
||||
|
||||
[subproject-definition]: https://github.com/kubernetes/community/blob/master/governance.md#subprojects
|
||||
<!-- BEGIN CUSTOM CONTENT -->
|
||||
|
|
|
@ -0,0 +1,6 @@
|
|||
# See the OWNERS docs at https://go.k8s.io/owners
|
||||
|
||||
reviewers:
|
||||
- savitharaghunathan
|
||||
approvers:
|
||||
- savitharaghunathan
|
|
@ -0,0 +1,6 @@
|
|||
# See the OWNERS docs at https://go.k8s.io/owners
|
||||
|
||||
reviewers:
|
||||
- aasmall
|
||||
approvers:
|
||||
- aasmall
|
|
@ -2092,10 +2092,12 @@ sigs:
|
|||
subprojects:
|
||||
- name: security-audit
|
||||
description: Third Party Security Audit
|
||||
owners: []
|
||||
owners:
|
||||
- https://raw.githubusercontent.com/kubernetes/community/master/sig-security/sig-security-external-audit/OWNERS
|
||||
- name: security-docs
|
||||
description: Security Documents and Documentation
|
||||
owners: []
|
||||
owners:
|
||||
- https://raw.githubusercontent.com/kubernetes/community/master/sig-security/sig-security-docs/OWNERS
|
||||
- dir: sig-service-catalog
|
||||
name: Service Catalog
|
||||
mission_statement: >
|
||||
|
|
Loading…
Reference in New Issue