8000
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 fc77ac4 commit 588aca4Copy full SHA for 588aca4
security/security_checker.rst
@@ -22,10 +22,8 @@ FriendsOfPHP organization.
22
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 allows you to add it to your project build process and your continuous
26
- integration workflows. Depending on the continious integration workflow, a
27
- non-zero exit code could result in the build process terminating in the
28
- event of vulnerabilities being highlighted.
+ This way you can add it to your project build process and your continuous
+ integration workflows to make them fail when there are vulnerabilities.
29
30
.. note::
31
0 commit comments