CI/CD-pipelines er sikkerhedskritiske — de har adgang til kildekode, legitimationsoplysninger og produktionsudvikling. En kompromitteret pipeline kan være katastrofal (supply chain-angreb). Sikring af pipelines involverer beskyttelse af hemmeligheder, selve pipelinen, afhængigheder og de producerede artefakter.
Hvorfor pipeline-sikkerhed er kritisk
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.
