mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-01-26 11:33:59 +00:00
22 lines
472 B
Plaintext
22 lines
472 B
Plaintext
---
|
|
syntax: markdown
|
|
tags: [tldr, common]
|
|
source: https://github.com/tldr-pages/tldr.git
|
|
---
|
|
# progpilot
|
|
|
|
> A PHP static analysis tool for detecting security vulnerabilities.
|
|
> More information: <https://github.com/designsecurity/progpilot>.
|
|
|
|
- Analyze the current directory:
|
|
|
|
`progpilot`
|
|
|
|
- Analyze a specific file or directory:
|
|
|
|
`progpilot {{path/to/file_or_directory}}`
|
|
|
|
- Specify a custom configuration file:
|
|
|
|
`progpilot --configuration {{path/to/configuration.yml}}`
|