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
- Host: GitHub
- URL: https://github.com/semgrep/semgrep-pro-tests
- Owner: semgrep
- License: lgpl-2.1
- Created: 2022-04-27T22:53:57.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2023-04-27T20:12:50.000Z (about 3 years ago)
- Last Synced: 2025-03-30T18:51:11.528Z (over 1 year ago)
- Language: Java
- Size: 58.6 KB
- Stars: 4
- Watchers: 8
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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 .
```