8000 Update security_checker.rst by shreypuranik · Pull Request #11130 · symfony/symfony-docs · GitHub
[go: up one dir, main page]

Skip to content

Update security_checker.rst #11130

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 5 commits into from
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update security_checker.rst
  • Loading branch information
shreypuranik authored Mar 11, 2019
commit 91645e6a726589262bbea71a87ca940fb2cd069b
4 changes: 3 additions & 1 deletion security/security_checker.rst
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,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.
This way you can add it to your project build process and your continuous
integration workflows to make them fail when there are vulnerabilities.
integration workflows to make them fail when there are vulnerabilities which
would result in a non-zero exit code being returned when the command is
executed.

.. tip::

Expand Down
0