tldr/pages/common/progpilot.md

17 lines
379 B
Markdown
Raw Normal View History

2018-12-15 16:25:37 +00:00
# progpilot
> A PHP static analysis tool for detecting security vulnerabilities.
2019-05-29 14:53:53 +01:00
> More information: <https://github.com/designsecurity/progpilot>.
2018-12-15 16:25:37 +00:00
2022-06-27 11:23:12 +01:00
- Analyze the current directory:
2018-12-15 16:25:37 +00:00
`progpilot`
2022-06-27 11:23:12 +01:00
- Analyze a specific file or directory:
2018-12-15 16:25:37 +00:00
`progpilot {{path/to/file_or_directory}}`
- Specify a custom configuration file:
`progpilot --configuration {{path/to/configuration.yml}}`