mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-23 19:02:09 +02:00
16 lines
379 B
Markdown
16 lines
379 B
Markdown
# 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}}`
|