feat: scaffold deployment-policies monorepo
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.
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"name": "valid-environment",
|
||||
"version": "0.0.0",
|
||||
"description": "Denies deployments to environments that are not configured in data.deploygate.config.",
|
||||
"private": true
|
||||
}
|
||||
Reference in New Issue
Block a user