How to secure your container images with GitLab and Grype

1 · · July 28, 2021, 5:48 p.m.
The importance of container image security Thanks to containers, what it means to "ship software" has changed dramatically. Engineering teams have shifted to produce container images and use these container images to deploy their software. Because of this change teams are now shipping significantly more software alongside their app – whether they realize it or not. Besides packaging an application, container images also include hundreds of binaries and libraries. These binaries and libraries are...