security-checker: add page (#4407)

beep
Pierre Rudloff 2020-10-02 13:11:59 +02:00 committed by GitHub
parent 5bb908c205
commit ee5ffab3b9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 16 additions and 0 deletions

View File

@ -0,0 +1,16 @@
# security-checker
> Check if a PHP application uses dependencies with known security vulnerabilities.
> 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):
`security-checker security:check`
- Use a specific composer.lock file:
`security-checker security:check {{path/to/composer.lock}}`
- Return results as a JSON object:
`security-checker security:check --format=json`