Pipeline Security

Secures the CI/CD pipeline itself as an attack surface — least-privilege runners, protecting secrets, preventing poisoned-pipeline execution, pinning third-party actions by SHA, and preferring OIDC over long-lived keys. Use this whenever the user configures CI runner permissions, stores secrets for a pipeline, reviews a workflow file for security issues, or sets up cloud credentials for a deploy job. For scanning produced artifacts use `image-scanning`; for the wider software supply chain use `supply-chain-security`.

arjunprabhulal Updated

File contents

arjunprabhulal/devops-skills/tree/main/skills/ci-cd/pipeline-security commit ad08f0c9d2

Frequently asked questions

npx skillmds@latest add arjunprabhulal/pipeline-security