AI-powered
podcast player
Listen to all your favourite podcasts with AI-powered features
How to Scale a Pipeline-Less Security Process
Think about a pipeline as an automated script that is typically being kicked off when certain event occurs in your source code management system. So for example, it can be when you maybe open up a pull request, in that case you may just want maybe just build that container that you're going to deploy. It can be also an event that occurs when you merge a pull request or you make changes to a pull request. And in that case, let's say that you merge the pull request, what is typical to see is certain tests are being executed. You have multiple systems that have predefined configurations and scripts that you can actually scale that process in a fairly simple way.