diff --git a/security/security_checker.rst b/security/security_checker.rst index bbd7b1bf627..1ba87a97092 100644 --- a/security/security_checker.rst +++ b/security/security_checker.rst @@ -30,7 +30,9 @@ 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. - Therefore, you can easily integrate it in your build process. + Therefore, you can easily integrate it in your build process, so that + all dependencies are checked for known security vulnerabilities each + time that the project is built. .. tip::