Skip to content

Commit bd39152

Browse files
committed
Update content
1 parent 38077cb commit bd39152

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

patterns/1-initial/centralised-repository-governance.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ Create a **central governance repository** that stores baseline policies as code
5858

5959
The repository contains three essential parts.
6060

61-
### **1. Policy-as-Code**
61+
### 1. Policy-as-Code
6262

6363
Store baseline expectations under a `policies/` directory.
6464
This might include:
@@ -83,7 +83,7 @@ enforce_admins: true
8383
8484
These files become the shared, reviewable definition of "how we configure repositories here".
8585
86-
### **2. Audit Engine**
86+
### 2. Audit Engine
8787
8888
An audit script (Python, Node, or Go) uses the GitHub API to inspect every repository and compare its configuration to the baseline.
8989
@@ -104,7 +104,7 @@ if "pull_request_target" in workflow_yaml.get("on", {}):
104104

105105
When differences appear, the engine records them as drift.
106106

107-
### **3. Nightly Audit Workflow**
107+
### 3. Nightly Audit Workflow
108108

109109
A GitHub Actions workflow runs the audit automatically.
110110

0 commit comments

Comments
 (0)