These produced the number above.
Cloud Posture Continuous Assessment◐1 of 3 scopes
Partial mapping · high confidence
- What it is
- Deployed cloud resources are assessed continuously against configuration policy and deviations raise an alert.
- Why it matters
- Cloud resources are created by many hands and by pipelines, and one exposed storage account or over-permissive role is enough.
Why it maps EM-A configuration hardening, verified continuously rather than at a review date.
What would close it
The required scopes nothing covers today:
| Environment | Technology | Phase | Control point |
|---|
| Development | Azure | Operate | Continuous Scan |
| Test | Azure | Operate | Continuous Scan |
In place looks like Every account or subscription is assessed continuously against configuration policy, and a new deviation alerts a named owner rather than waiting for a monthly report.
Cloud Guardrail Enforcement●3 of 3 scopes
Partial mapping · high confidence
- What it is
- Platform-level guardrails prevent a non-compliant cloud resource from being created at all, instead of reporting it afterwards.
- Why it matters
- Detecting a misconfigured resource after it exists leaves a window in which it is live and reachable.
Why it maps EM-A at higher maturity: the hardened configuration cannot simply be opted out of.
Covered everywhere your profile required it.
Cluster Benchmark Assessment○0 of 3 scopes
Partial mapping · high confidence
- What it is
- The cluster configuration is assessed against a recognized hardening benchmark on a recurring schedule.
- Why it matters
- Cluster settings drift with upgrades and manual fixes, and the control plane is the part of the platform no application test exercises.
Why it maps EM-A expects hardening to be measured against a recognised baseline, which is a benchmark.
What would close it
The required scopes nothing covers today:
| Environment | Technology | Phase | Control point |
|---|
| Development | Kubernetes | Operate | Continuous Scan |
| Test | Kubernetes | Operate | Continuous Scan |
| Production | Kubernetes | Operate |
Kubernetes Workload Configuration Scan○0 of 6 scopes
Partial mapping · medium confidence
- What it is
- Workload definitions are checked for unsafe settings such as privileged containers, missing resource limits or over-broad service accounts.
- Why it matters
- A privileged container or an over-broad service account hands an attacker the rest of the cluster after a single application compromise.
Why it maps Extends hardening from the platform to the workloads running on it.
What would close it
The required scopes nothing covers today:
| Environment | Technology | Phase | Control point |
|---|
| Development | Kubernetes | Code | Pull Request |
| Development | Kubernetes | Build | CI Pipeline |
| Test | Kubernetes | Code |
IaC Misconfiguration Detection◐6 of 12 scopes
Partial mapping · medium confidence
- What it is
- Infrastructure-as-code definitions are checked against security policy before the change is merged, and a critical misconfiguration blocks the merge.
- Why it matters
- A public bucket or an open security group written into infrastructure code is deployed everywhere that module is used, and is easiest to stop in the change that introduces it.
Why it maps Hardening enforced where the environment is defined; it constrains what will be built rather than assessing what is running.
What would close it
The required scopes nothing covers today:
| Environment | Technology | Phase | Control point |
|---|
| Development | Helm | Code | Pull Request |
| Development | Helm | Build | CI Pipeline |
| Test | Helm |
Known Vulnerability Scan◐5 of 30 scopes
Partial mapping · high confidence
- What it is
- Deployed assets are matched against published CVE data to find known vulnerabilities in what is actually running.
- Why it matters
- What is running is not always what was last built — older versions stay deployed, and the inventory in somebody's head is optimistic.
Why it maps EM-B patching starts from knowing which deployed components are behind.
What would close it
The required scopes nothing covers today:
| Environment | Technology | Phase | Control point |
|---|
| Development | Java | Deploy | CD Pipeline |
| Development | Java | Operate | Continuous Scan |
| Development | Spring Boot | Deploy |
Container Image Vulnerability Scan●6 of 6 scopes
Partial mapping · medium confidence
- What it is
- Container images are scanned for vulnerable operating-system and application packages before and after they enter the registry.
- Why it matters
- Most of a container image is an operating system nobody on the team chose, and it ages between the day it is built and the day it is replaced.
Why it maps The same patch question asked of the image layers a workload actually runs.
Covered everywhere your profile required it.