mirror of https://github.com/CrimsonTome/tldr.git
17 lines
379 B
Markdown
17 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}}`
|