Description
Continuous integration pipelines can be run on a Docker-based platform written in Go. It is useful for teams that want automated builds, tests, and deployment workflows connected to source repositories.
CI servers can execute untrusted code, access secrets, and control deployment credentials. Isolate runners, restrict repository access, and audit secrets before enabling pipelines.