diff --git a/sig-security/README.md b/sig-security/README.md index 155c2b62d..ed9d9f577 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 diff --git a/sig-security/sig-security-docs/OWNERS b/sig-security/sig-security-docs/OWNERS new file mode 100644 index 000000000..c2964f5e2 --- /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 000000000..dc53a89ce --- /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 diff --git a/sigs.yaml b/sigs.yaml index 37130bbda..98b19edbe 100644 --- a/sigs.yaml +++ b/sigs.yaml @@ -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: >