diff --git a/security/security_checker.rst b/security/security_checker.rst index fc6ea1da618..f5570fc7630 100644 --- a/security/security_checker.rst +++ b/security/security_checker.rst @@ -30,8 +30,8 @@ FriendsOfPHP organization. The ``security:check`` command terminates with a non-zero exit code if any of your dependencies is affected by a known security vulnerability. - This allows you to add it to your project build process and your continuous - integration workflows. + This way you can add it to your project build process and your continuous + integration workflows to make them fail when there are vulnerabilities. .. tip::