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

https://github.com/semgrep/semgrep-maven-plugin


https://github.com/semgrep/semgrep-maven-plugin

Last synced: 7 months ago
JSON representation

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
```