mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-22 10:22:08 +02:00
security-checker: change folder to directory
This commit is contained in:
parent
36f7d8e2e5
commit
7c329b9cb1
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@
|
||||||
> Check if a PHP application uses dependencies with known security vulnerabilities.
|
> Check if a PHP application uses dependencies with known security vulnerabilities.
|
||||||
> More information: <https://github.com/sensiolabs/security-checker>.
|
> More information: <https://github.com/sensiolabs/security-checker>.
|
||||||
|
|
||||||
- Look for security issues in the project dependencies (based on the composer.lock file in the current folder):
|
- Look for security issues in the project dependencies (based on the composer.lock file in the current directory):
|
||||||
|
|
||||||
`security-checker security:check`
|
`security-checker security:check`
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue