CI/CD-pipelines er sikkerhetskritiske — de har tilgang til kildekode, legitimasjonsdata og produksjonsdistribusjon. En kompromittert pipeline kan være katastrofal (forsyningskjedeangrep). Sikring av pipelines innebærer beskyttelse av hemmeligheter, selve pipelinen, avhengigheter og produserte artefakter.
Hvorfor pipelinesikkerhet 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.
