Commit 89f0206
authored
docs: add policy-as-code tutorial chapters 6-7 (testing & versioning) (#916)
* docs: add MIT license headers to chapters 1-4 files
Normalize license headers across all tutorial chapters.
Chapters 5-7 already had them; this adds them to chapters
1-4 markdown and YAML example files for consistency.
* docs: add policy-as-code tutorial chapter 6 (policy testing)
Covers structural validation with Pydantic, declarative YAML
test scenarios, cross-policy test matrices, and regression
detection. Includes runnable Python example and test fixtures.
* docs: add policy-as-code tutorial chapter 7 (policy versioning)
Covers side-by-side version comparison, structural diffing,
behavioral regression detection, and deploy gates. Updates
README to link chapters 6-7 and fixes chapter 5 nav link.1 parent fdf9f0e commit 89f0206
File tree
21 files changed
+1723
-5
lines changed- docs/tutorials/policy-as-code
- examples
21 files changed
+1723
-5
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
1 | 4 | | |
2 | 5 | | |
3 | 6 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
1 | 4 | | |
2 | 5 | | |
3 | 6 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
1 | 4 | | |
2 | 5 | | |
3 | 6 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
1 | 4 | | |
2 | 5 | | |
3 | 6 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
463 | 463 | | |
464 | 464 | | |
465 | 465 | | |
466 | | - | |
| 466 | + | |
467 | 467 | | |
0 commit comments