OPA/Rego deployment gateway policies: 5 rules (valid-environment, require-approvals, no-self-approval, block-weekends, freeze-window), a deploy-gate combining them, JSON schemas, scenario-driven tests, Gitea Actions CI (verify + publish to generic registry), changesets versioning, Makefile and scripts.
14 lines
373 B
JSON
14 lines
373 B
JSON
{
|
|
"name": "deployment-policies",
|
|
"private": true,
|
|
"version": "0.0.0",
|
|
"description": "Small composable OPA/Rego deployment gateway policies, tested, linted and published to the Gitea generic package registry.",
|
|
"workspaces": [
|
|
"policies/rules/*",
|
|
"policies/gates/*"
|
|
],
|
|
"devDependencies": {
|
|
"@changesets/cli": "^3.0.3",
|
|
"oxfmt": "^0.68.0"
|
|
}
|
|
} |