From 00460c1af0272491c1172b7638f0b5e154ac0db0 Mon Sep 17 00:00:00 2001 From: Shrey Puranik Date: Mon, 22 Oct 2018 17:13:58 +0100 Subject: [PATCH] Updating security_checker.rst Updating with an example scenario of how the security checker can be integrated --- security/security_checker.rst | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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::