Skip to Main Content
Talk Intermediate Apache-2.0 License First Talk

Shift Left Without the Pain: Turning Security into a DevOps Habit with Open Source

Approved
Session Description
  • Security is often treated as a separate phase in software delivery, making it difficult to integrate into fast-moving DevOps workflows.

  • This talk demonstrates how security can be embedded directly into the development lifecycle using open-source tools, without slowing down delivery.

  • We will use Trivy to scan container images and repositories for vulnerabilities and misconfigurations in a real-world setup.

  • A live demo will walk through building a simple CI/CD pipeline (GitHub Actions) that:

    • scans application images

    • fails builds on HIGH/CRITICAL vulnerabilities

    • provides actionable feedback to fix issues

  • The session will also cover practical challenges such as false positives, developer friction, and how to balance security with speed.

  • The talk is aimed at developers, DevOps engineers, and students who want to adopt DevSecOps practices using accessible open-source tools.

  • Attendees will leave with a reproducible approach to integrating security into their pipelines using only open-source solutions.

Key Takeaways
  • Understand how to integrate vulnerability scanning into CI/CD pipelines

  • Learn how to enforce security gates using open-source tools

  • Gain a reproducible setup for DevSecOps using Trivy

References

Session Categories

Tutorial about using a FOSS project
Technology / FOSS licenses, policy
Engineering practice - productivity, debugging
Talk License: Apache-2.0 License

Speakers

Abhinav Bharadwaj R DevOps Engineer | Individual Professional

Open-source enthusiast. Endlessly curious about systems, infrastructure, and the engineering behind modern software and enjoys breaking systems down to see how they really work.

Abhinav Bharadwaj R
https://www.linkedin.com/in/abhinavbharadwajr

Reviews

Nice proposal on good security practices.

Reviewer #1 Approved