forked from ChelseaKR/tods-validate
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCODEOWNERS
More file actions
19 lines (17 loc) · 915 Bytes
/
Copy pathCODEOWNERS
File metadata and controls
19 lines (17 loc) · 915 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# Code owners for the security- and release-sensitive surfaces of this repo
# (CQ-39, CICD-17/18). A PR touching any of these paths requests review from
# the listed owner(s) if the "Require review from Code Owners" branch
# ruleset option is enabled (see docs/CONFORMANCE-GAPS.md#ci-cd for the
# current status of that ruleset).
#
# Honest limitation: tods-validate is currently solo-maintained. Naming the
# sole maintainer here does not create independent review; it documents
# intent and is ready to route to a second owner the moment one joins.
# Workflows, the composite Action, and the container: where a bad change has
# supply-chain or CI-trust consequences.
/.github/workflows/ @ChelseaKR
/action.yml @ChelseaKR
/Dockerfile @ChelseaKR
# Security policy and the untrusted-input-handling code path.
/SECURITY.md @ChelseaKR
/src/tods_validate/loader.py @ChelseaKR