CI/CD-Pipelines sind sicherheitskritisch — sie haben Zugriff auf Quellcode, Credentials und Production-Deployments. Eine kompromittierte Pipeline kann katastrophal sein (Supply-Chain-Angriffe). Das Absichern von Pipelines umfasst den Schutz von Secrets, der Pipeline selbst, Abhängigkeiten und der produzierten Artefakte.
Warum es wichtig ist
Pipelines are a HIGH-VALUE TARGET — they have powerful access:
→ SOURCE CODE, deployment CREDENTIALS, production ACCESS, secrets
→ a compromised pipeline can inject malicious code into your software (SUPPLY CHAIN
ATTACK — affecting all your users) or steal credentials/deploy malicious versions
→ Real, serious attacks (SolarWinds, etc.) targeted build/CI systems.
