https://github.com/semgrep/semgrep-maven-plugin
https://github.com/semgrep/semgrep-maven-plugin
Last synced: 7 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/semgrep/semgrep-maven-plugin
- Owner: semgrep
- License: apache-2.0
- Created: 2022-07-21T13:10:20.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-08-11T16:18:50.000Z (almost 4 years ago)
- Last Synced: 2025-01-18T08:28:13.186Z (over 1 year ago)
- Language: Java
- Size: 19.5 KB
- Stars: 0
- Watchers: 22
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# semgrep-maven-plugin
`semgrep-maven-plugin` is a Maven plugin for running Semgrep scans during the Java build process.
## Local testing
1. Build and locally install the plugin:
```
mvn clean install
```
2. Run the plugin against a Java project!
```
mvn dev.r2c:semgrep-maven-plugin:1.0-SNAPSHOT:scan -Dsemgrep.config=auto
```
OR
```
mvn dev.r2c:semgrep-maven-plugin:1.0-SNAPSHOT:ci -DsemgrepAppToken=XXX
```