summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTabitha Sable <tabitha.c.sable@gmail.com>2021-03-05 16:07:11 -0600
committerTabitha Sable <tabitha.c.sable@gmail.com>2021-03-05 16:07:11 -0600
commitd82cc0304eadf4ec1e347ddf61c2bb734a4cb7f6 (patch)
tree9d95f664e0e49824ff26851dc798dbac5362613b
parent0ef62b9f52ea30cf6e1bea8119846629eed0c041 (diff)
Add directories for sig-security subprojects
-rw-r--r--sig-security/README.md2
-rw-r--r--sig-security/sig-security-docs/OWNERS6
-rw-r--r--sig-security/sig-security-external-audit/OWNERS6
-rw-r--r--sigs.yaml6
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
diff --git a/sigs.yaml b/sigs.yaml
index 37130bbd..98b19edb 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: >