Policy as Code.
A rule that runs is a rule that holds. Policy as code takes rules out of the binder and evaluates them by machine against every change, before the change lands.
A rule that runs.
Infrastructure teams got here first, again: tools like Open Policy Agent and HashiCorp Sentinel evaluate declared rules against every proposed change, so “storage must be encrypted” stops being an intention in a standards document and becomes a check that fails the deployment.
The property that matters is binding-ness. A written policy depends on everyone remembering it under deadline pressure. An executed policy is simply in the way of any change that violates it, uniformly, including changes made by its authors.
The everyday version: branch protection.
Branch protection is policy as code without the branding, and most engineering teams already run it: these checks must pass, this many reviewers must approve, this branch cannot be pushed to directly. The rules are configuration, they are evaluated on every merge, and the enforcement leaves a record.
Every repository in the PMO as Code fleet runs under it, including the one that publishes this page.
Policy in the PMO.
Governance criteria become binding the same way: