We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 588aca4 commit 3cff312Copy full SHA for 3cff312
security/security_checker.rst
@@ -23,7 +23,9 @@ FriendsOfPHP organization.
23
The ``security:check`` command terminates with a non-zero exit code if
24
any of your dependencies is affected by a known security vulnerability.
25
This way you can add it to your project build process and your continuous
26
- integration workflows to make them fail when there are vulnerabilities.
+ integration workflows to make them fail when there are vulnerabilities which
27
+ would result in a non-zero exit code being returned when the command is
28
+ executed.
29
30
.. note::
31
0 commit comments