What is?
CI/CD Security
Securing build pipelines, runners, and artifacts to prevent code tampering.
CI/CD security ensures only trusted code is built and deployed by protecting SCM access, build agents, artifacts, and release workflows.
- Branch protection and signed commits
- Isolated runners and secrets hygiene
- Artifact signing and verification
- SBOM generation and policy gates
Explore More