Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Gracefully exit if
semgrep scan --pro
is called before install (#8746)
Currently, if `semgrep scan --pro --config auto` is called before the Pro Engine binary is installed, semgrep crashes. This gracefully exits instead. PR checklist: - [X] Purpose of the code is [evident to future readers](https://semgrep.dev/docs/contributing/contributing-code/#explaining-code) - [x] Tests included or PR comment includes a reproducible test plan - [x] Documentation is up-to-date - [x] A changelog entry was [added to changelog.d](https://semgrep.dev/docs/contributing/contributing-code/#adding-a-changelog-entry) for any user-facing change - [x] Change has no security implications (otherwise, ping security team) If you're unsure about any of this, please see: - [Contribution guidelines](https://semgrep.dev/docs/contributing/contributing-code)! - [One of the more specific guides located here](https://semgrep.dev/docs/contributing/contributing/)
- Loading branch information