How to action security vulnerabilities in GitLab Premium

1 · · March 13, 2023, 2:43 p.m.
GitLab Premium features several security scanners you can leverage to detect vulnerabilities. However, when you incorporate the scanners into your project pipelines and the scanning job succeeds, you'll want feedback on whether you are introducing vulnerabilities into the codebase. This tutorial provides a mechanism to require a merge request approval if a scanner available on GitLab Premium finds a critical vulnerability. While this tutorial shows how to add some process around actioning vulner...