CCC Build Controls
Controls for Build technologies, as defined by the FINOS Common Cloud Controls project.
- ID
- CCC.Build.CN
- Version
- v2026.06-rc5
- Gemara version
- v1.2.0
- Author
- FINOS Common Cloud Controls
Orchestration
The Orchestration group covers entries related to coordinating and managing workloads across distributed systems. This includes container orchestration, job scheduling, CI/CD pipelines, build automation, and service mesh management.
CCC.Build.CN01 Restrict Allowed Build Agents
Objective
Ensure that builds are executed only on authorized build agents to maintain control over the build environment and prevent unauthorized code execution.
Assessment requirements
Attempt to initiate a build using an unauthorized build agent and verify that the build is rejected.
Applicability: tlp-red, tlp-amber
Guidelines
- NIST-CSF
- PR.AC-4
- NIST_800_53
- AC-3
- AC-6
Threats
- CCC.Core.Threats
- CCC.Core.TH01
CCC.Build.CN02 Restrict Allowed External Services for Build Triggers
Objective
Ensure that builds can only be triggered by authorized external services or repositories to prevent unauthorized code execution or tampering.
Assessment requirements
Attempt to trigger a build from an unauthorized external service or repository and verify that the build does not start.
Applicability: tlp-red, tlp-amber
Guidelines
- NIST-CSF
- PR.AC-4
- NIST_800_53
- AC-3
- AC-6
Threats
- CCC.Core.Threats
- CCC.Core.TH01
Networking
The Networking group covers entries related to network infrastructure, connectivity, and traffic management. This includes virtual networks, subnets, load balancing, DNS, routing, peering, and network-level access controls.
CCC.Build.CN03 Deny External Network Access for Build Environments
Objective
Ensure that build environments do not have external network access to prevent unauthorized external access and data exfiltration.
Assessment requirements
Attempt to access the build environment from an external network and verify that access is denied.
Applicability: tlp-red, tlp-amber
Guidelines
- NIST-CSF
- PR.AC-5
- NIST_800_53
- SC-7
- SC-5
Threats
- CCC.Core.Threats
- CCC.Core.TH02
- CCC.Core.TH05