A SAST Android vulnerability scanner. Searches for vulnerabilities in 90+ categories using Oversecured API.
Getting started
- Active an Integration and create an API Key on oversecured.com
- Build the plugin
mvn clean install
- Add it to the plugins list
cp target/oversecured.hpi ~/.jenkins/plugins/
- Add the plugin to your pipeline
- Specify your Oversecured Integration ID and output APK file location
- Add your Oversecured API Key to Jenkins Credentials
- In your project configuration, bind the created secret value to the
apiKey
variable - Now it's ready to use!
LICENSE
Licensed under MIT, see LICENSE