Wednesday
Room 1
17:40 - 18:40
(UTC±00)
Talk (60 min)
GitHub Actions Security: From CI Nightmare to Supply Chain Sentinel
GitHub Actions, crucial for CI/CD, can become an attack vector if unsecured. Misconfigurations risk supply chain attacks: malicious code injection, credential theft, or release tampering. Real-world incidents prove this urgent security need in automated pipelines.
This talk exposes GitHub Actions security risks: token leaks, script injections, and threats from untrusted third-party Actions or compromised runners.
We'll then detail actionable strategies to secure your GitHub Actions. Key topics: Principle of Least Privilege (GITHUB_TOKEN, OIDC), vetting third-party Actions, securing runners, and hardening workflows (input sanitization, code signing).
Attendees gain practical knowledge to turn GitHub Actions from a vulnerability into a strong supply chain defense, ensuring secure automation.