File tree 1 file changed +3
-4
lines changed
1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -249,9 +249,9 @@ workflows to make them fail when there are vulnerabilities.
249
249
.. tip ::
250
250
251
251
In continuous integration services you can check security vulnerabilities
252
- using a different stand-alone project called ` Local PHP Security Checker `_.
253
- This is the same project used internally by ``check:security `` but much
254
- smaller in size than the entire Symfony CLI .
252
+ by running the `` composer audit `` command. This uses the same data internally
253
+ as ``check:security `` but does not require installing the entire Symfony CLI
254
+ during CI or on CI workers .
255
255
256
256
Symfony LTS Versions
257
257
--------------------
@@ -318,7 +318,6 @@ Learn More
318
318
.. _`The Symfony Demo Application` : https://github.com/symfony/demo
319
319
.. _`Symfony Flex` : https://github.com/symfony/flex
320
320
.. _`PHP security advisories database` : https://github.com/FriendsOfPHP/security-advisories
321
- .. _`Local PHP Security Checker` : https://github.com/fabpot/local-php-security-checker
322
321
.. _`Symfony releases` : https://symfony.com/releases
323
322
.. _`Main recipe repository` : https://github.com/symfony/recipes
324
323
.. _`Contrib recipe repository` : https://github.com/symfony/recipes-contrib
You can’t perform that action at this time.
0 commit comments