January 28, 2023
What do you do when there are constantly vulnerabilities in production? Well, if your product runs heavily in containers, trying to deal with them before they make it into production is an option. In this post, I’m going to look at packaging a small Python code base in images of various sizes and how that can affect vulnerability counts in the end “product”.
I’m going to use Python for this because it’s a language I’m comfortable with.