Go to home page

WSO2 Changelog

Improvement
Choreo
  • 23 Jun, 2026

Customizable CI Pipelines for In-Dataplane Builds

Choreo now supports user-authored CI pipelines for components built on a private data plane. Pipeline definitions are written in YAML and converted to Argo Workflows at build time, allowing platform engineers to extend the default build flow with pre-build checks (vulnerability scans, code quality gates), custom containers and unit tests, third-party image scanning tools such as Snyk Container, Aqua, or Anchore, and post-build actions like notifications and approvals. This enables teams to standardize CI workflows and integrate third-party tooling consistently across their components.

Customizable CI