Configuration
.govern.yaml Configuration
Place .govern.yaml at the root of your repository:
version: "1"org_id: your-org-id
gates: assessment: enabled: true framework: nist-rmf min_score: 70 fail_on: critical
policy: enabled: true block_on: - critical - high
drift: enabled: false baseline_system_id: sys_abc123 max_drift: 0.3
notifications: slack_webhook: https://hooks.slack.com/... on_failure: true on_success: falseGate Behavior
| Setting | Description |
|---|---|
min_score | Minimum assessment score to pass (0-100) |
fail_on | Severity level that blocks: critical, high, medium, low |
block_on | List of severity levels that block deployment |
max_drift | Maximum drift score before blocking (0.0-1.0) |