diff options
| author | Tabitha Sable <tabitha.c.sable@gmail.com> | 2021-03-05 16:07:11 -0600 |
|---|---|---|
| committer | Tabitha Sable <tabitha.c.sable@gmail.com> | 2021-03-05 16:07:11 -0600 |
| commit | d82cc0304eadf4ec1e347ddf61c2bb734a4cb7f6 (patch) | |
| tree | 9d95f664e0e49824ff26851dc798dbac5362613b | |
| parent | 0ef62b9f52ea30cf6e1bea8119846629eed0c041 (diff) | |
Add directories for sig-security subprojects
| -rw-r--r-- | sig-security/README.md | 2 | ||||
| -rw-r--r-- | sig-security/sig-security-docs/OWNERS | 6 | ||||
| -rw-r--r-- | sig-security/sig-security-external-audit/OWNERS | 6 | ||||
| -rw-r--r-- | sigs.yaml | 6 |
4 files changed, 18 insertions, 2 deletions
diff --git a/sig-security/README.md b/sig-security/README.md index 155c2b62..ed9d9f57 100644 --- a/sig-security/README.md +++ b/sig-security/README.md @@ -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 --> diff --git a/sig-security/sig-security-docs/OWNERS b/sig-security/sig-security-docs/OWNERS new file mode 100644 index 00000000..c2964f5e --- /dev/null +++ b/sig-security/sig-security-docs/OWNERS @@ -0,0 +1,6 @@ +# See the OWNERS docs at https://go.k8s.io/owners + +reviewers: + - savitharaghunathan +approvers: + - savitharaghunathan diff --git a/sig-security/sig-security-external-audit/OWNERS b/sig-security/sig-security-external-audit/OWNERS new file mode 100644 index 00000000..dc53a89c --- /dev/null +++ b/sig-security/sig-security-external-audit/OWNERS @@ -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: > |
