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
|
### security-audit
|
||||||
Third Party Security Audit
|
Third Party Security Audit
|
||||||
- **Owners:**
|
- **Owners:**
|
||||||
|
- https://raw.githubusercontent.com/kubernetes/community/master/sig-security/sig-security-external-audit/OWNERS
|
||||||
### security-docs
|
### security-docs
|
||||||
Security Documents and Documentation
|
Security Documents and Documentation
|
||||||
- **Owners:**
|
- **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
|
[subproject-definition]: https://github.com/kubernetes/community/blob/master/governance.md#subprojects
|
||||||
<!-- BEGIN CUSTOM CONTENT -->
|
<!-- 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:
|
subprojects:
|
||||||
- name: security-audit
|
- name: security-audit
|
||||||
description: Third Party 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
|
- name: security-docs
|
||||||
description: Security Documents and Documentation
|
description: Security Documents and Documentation
|
||||||
owners: []
|
owners:
|
||||||
|
- https://raw.githubusercontent.com/kubernetes/community/master/sig-security/sig-security-docs/OWNERS
|
||||||
- dir: sig-service-catalog
|
- dir: sig-service-catalog
|
||||||
name: Service Catalog
|
name: Service Catalog
|
||||||
mission_statement: >
|
mission_statement: >
|
||||||
|
|
Loading…
Reference in New Issue