Forrest logo
back to context overview

security-checker

List of commands for security-checker:

  • security-checker:tldr:4d5e8 security-checker: Return results as a JSON object.
    $ security-checker security:check --format=json
    try on your machine
    explain this command
  • security-checker:tldr:9f260 security-checker: Look for security issues in the project dependencies (based on the `composer.lock` file in the current directory).
    $ security-checker security:check
    try on your machine
    explain this command
  • security-checker:tldr:c803d security-checker: Use a specific `composer.lock` file.
    $ security-checker security:check ${path-to-composer-lock}
    try on your machine
    explain this command
back to context overview