An open API service indexing awesome lists of open source software.

https://github.com/semgrep/semgrep-pro-tests

example test cases for DeepSemgrep
https://github.com/semgrep/semgrep-pro-tests

Last synced: 11 months ago
JSON representation

example test cases for DeepSemgrep

Awesome Lists containing this project

README

          

# semgrep-pro-tests

This repository provides Semgrep Pro Engine example test cases. To find more information, see [Semgrep Pro Engine documentation](https://semgrep.dev/docs/deepsemgrep/). This documentation includes guidelines on how to [install Semgrep Pro](https://semgrep.dev/docs/deepsemgrep/deepsemgrep-introduction/#installing-semgrep-pro-engine-in-cli), and work with `docs` in this repository.

To test Semgrep Pro, use the following command with your own rules:

```sh
semgrep --pro --config=myrule.yaml .
```