forked from ChelseaKR/plumbline
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCODEOWNERS
More file actions
Validating CODEOWNERS rules...
22 lines (18 loc) · 970 Bytes
/
Copy pathCODEOWNERS
File metadata and controls
22 lines (18 loc) · 970 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# Review routing. This repository has one maintainer, so a code-owner rule is
# not an approval requirement today; the file records which paths a change is
# hardest to see in, and is what a second maintainer would turn on.
* @ChelseaKR
/.github/workflows/ @ChelseaKR # workflow edits are the poisoned-pipeline surface
/SECURITY.md @ChelseaKR
# The fail-closed core. A change to any of these can turn a refusal into a
# verdict, which is the one failure this harness may not have.
/src/plumbline/audit.py @ChelseaKR
/src/plumbline/hashing.py @ChelseaKR
/src/plumbline/bundle.py @ChelseaKR
/src/plumbline/report.py @ChelseaKR
/src/plumbline/cli.py @ChelseaKR # the exit-code contract
# The committed evidence. These are regenerated, never hand-edited.
/audits/ @ChelseaKR
/baselines/ @ChelseaKR
/proof/ @ChelseaKR
/datasets/ @ChelseaKR