Pelajaran 1 / 3
What a connector is, and what it does
IntegraCI is a control plane. It does not run your scanners or your builds. It connects to the CI, scanners, registries, clouds, and trackers you already run, reads what they return, and dispatches actions back to them. A connector is the piece that speaks one tool's API on the platform's behalf. Key points:
- A connector does two jobs: it reads results from a tool (findings, run status, inventory) and dispatches actions to it (trigger a scan, open a pull request, promote a build).
- Bring your own tools. You connect your own accounts and keep your own contracts. The platform governs the calls rather than replacing your stack.
- Connectors are how the control plane turns a tool's raw output into decisions the platform can gate, score, and record.