Phase 1 · Governance, Risk, Compliance Explained · Lesson 2 of 3
Article
·
10 min
·
+10 pts
Governance, risk, and compliance are not three separate departments doing three separate jobs. They form a feedback loop: governance sets direction, risk assessment determines what to prioritize, and compliance proves that the prioritized work actually happened. When one breaks, the other two drift.
┌─────────────────────┐
│ GOVERNANCE │
│ │
│ Sets policies and │
│ makes decisions │
│ │
│ "All production │
│ data must be │
│ encrypted with │
│ customer-managed │
│ keys." │
└──────────┬──────────┘
│
Policies create
obligations
│
▼
┌─────────────────────┐ ┌─────────────────────┐
│ COMPLIANCE │ │ RISK │
│ │ │ │
│ Proves controls │ │ Identifies threats │
│ work with evidence │◄────────────│ and prioritizes │
│ │ Risk score │ what to address │
│ "Here is the IAM │ determines │ │
│ credential report,│ which │ "Unencrypted DB │
│ the Okta config, │ controls │ with PHI scores │
│ and the control │ to build │ 20. Missing │
│ narrative." │ first │ training scores │
│ │ │ 6. Encrypt first." │
└──────────┬──────────┘ └─────────────────────┘
│
Evidence feeds back
into governance
decisions
│
└──────────────────────────┐
│
▼
┌─────────────────────┐
│ FEEDBACK LOOP │
│ │
│ "3 of 12 access │
│ reviews were │
│ late. Should we │
│ change the │
│ cadence?" │
│ │
│ → Back to │
│ Governance │
└─────────────────────┘GRC is a continuous cycle, not three separate silos
The core idea
GRC is a feedback loop, not three separate silos. Governance decisions create compliance obligations. Risk scoring determines which obligations to address first. Compliance evidence feeds back into both risk assessments and governance decisions.
The board decides: "All production databases must be encrypted with customer-managed keys." That decision becomes a written policy. The policy creates a compliance obligation: someone must now prove that this is happening.
┌──────────────────┬────────────────────────────────────────────────┐ │ Governance input │ Governance output │ ├──────────────────┼────────────────────────────────────────────────┤ │ Board discussion │ Encryption policy (approved, version- │ │ on data security │ controlled, with an effective date) │ ├──────────────────┼────────────────────────────────────────────────┤ │ Regulatory │ Data retention policy aligned with GDPR │ │ landscape review │ Article 5(1)(e) and CCPA right to delete │ ├──────────────────┼────────────────────────────────────────────────┤ │ Incident │ Updated incident response policy with │ │ post-mortem │ 4-hour SLA for severity-1 incidents │ └──────────────────┴────────────────────────────────────────────────┘
Governance artifacts: the decision trail
You cannot implement every control at once. Risk assessment tells you which governance decisions to act on first.
┌──────────────────────────────────┬───────┬────────┬───────┬──────────┐ │ Risk │ L │ I │ Score │ Priority │ ├──────────────────────────────────┼───────┼────────┼───────┼──────────┤ │ Unencrypted PHI in production DB │ 4 │ 5 │ 20 │ Now │ │ No MFA on cloud console accounts │ 3 │ 4 │ 12 │ This Q │ │ Access reviews run manually │ 3 │ 3 │ 9 │ Next Q │ │ Missing security awareness train │ 3 │ 2 │ 6 │ Backlog │ └──────────────────────────────────┴───────┴────────┴───────┴──────────┘
Risk scoring drives the compliance roadmap
For the highest-priority risk, the GRC Engineer builds the control and collects evidence. The encryption policy becomes a control narrative ("How we encrypt data at rest using AWS KMS with CMKs"), supported by evidence (KMS key configuration, RDS encryption status, CloudTrail logs showing key usage).
When the auditor's report shows that 3 of 12 access reviews were late, that evidence triggers a governance discussion: is the quarterly review cadence realistic, or does the policy need to change? When compliance data shows 100% MFA adoption, the risk register entry for credential theft gets re-scored downward. The loop continues.
┌───────────────────────┬──────────────────────────────────────────────┐ │ Broken link │ What it looks like │ ├───────────────────────┼──────────────────────────────────────────────┤ │ Governance without │ The board writes policies disconnected from │ │ risk │ actual threats. You end up with a 40-page │ │ │ acceptable use policy but no encryption │ │ │ standard for the database storing PHI. │ ├───────────────────────┼──────────────────────────────────────────────┤ │ Risk without │ The security team identifies threats and │ │ compliance │ builds controls, but nobody can prove they │ │ │ work. The SOC 2 auditor asks for evidence │ │ │ and gets silence. │ ├───────────────────────┼──────────────────────────────────────────────┤ │ Compliance without │ The GRC team collects evidence for auditors, │ │ governance │ but nobody at leadership has decided what │ │ │ "good" looks like. You pass the audit but │ │ │ miss the risks that actually matter. │ └───────────────────────┴──────────────────────────────────────────────┘
Three ways the GRC loop fails
Here is the loop playing out over one quarter at a Series B SaaS company:
For the GRC Engineer
Your job sits at the center of this loop. You translate governance decisions into auditable controls, use risk data to prioritize which controls to build first, and feed compliance results back to leadership so they can make better decisions. That is the job.