File tree Expand file tree Collapse file tree 4 files changed +18
-2
lines changed
sig-security-external-audit Expand file tree Collapse file tree 4 files changed +18
-2
lines changed Original file line number Diff line number Diff line change @@ -40,9 +40,11 @@ The following [subprojects][subproject-definition] are owned by sig-security:
40
40
### security-audit
41
41
Third Party Security Audit
42
42
- ** Owners:**
43
+ - https://raw.githubusercontent.com/kubernetes/community/master/sig-security/sig-security-external-audit/OWNERS
43
44
### security-docs
44
45
Security Documents and Documentation
45
46
- ** Owners:**
47
+ - https://raw.githubusercontent.com/kubernetes/community/master/sig-security/sig-security-docs/OWNERS
46
48
47
49
[ subproject-definition ] : https://github.com/kubernetes/community/blob/master/governance.md#subprojects
48
50
<!-- BEGIN CUSTOM CONTENT -->
Original file line number Diff line number Diff line change
1
+ # See the OWNERS docs at https://go.k8s.io/owners
2
+
3
+ reviewers:
4
+ - savitharaghunathan
5
+ approvers:
6
+ - savitharaghunathan
Original file line number Diff line number Diff line change
1
+ # See the OWNERS docs at https://go.k8s.io/owners
2
+
3
+ reviewers:
4
+ - aasmall
5
+ approvers:
6
+ - aasmall
Original file line number Diff line number Diff line change @@ -2092,10 +2092,12 @@ sigs:
2092
2092
subprojects :
2093
2093
- name : security-audit
2094
2094
description : Third Party Security Audit
2095
- owners : []
2095
+ owners :
2096
+ - https://raw.githubusercontent.com/kubernetes/community/master/sig-security/sig-security-external-audit/OWNERS
2096
2097
- name : security-docs
2097
2098
description : Security Documents and Documentation
2098
- owners : []
2099
+ owners :
2100
+ - https://raw.githubusercontent.com/kubernetes/community/master/sig-security/sig-security-docs/OWNERS
2099
2101
- dir : sig-service-catalog
2100
2102
name : Service Catalog
2101
2103
mission_statement : >
You can’t perform that action at this time.
0 commit comments