Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/jenkinsci/oversecured-plugin

Oversecured Plugin for Jenkins
https://github.com/jenkinsci/oversecured-plugin

android ci devops devsecops jenkins jenkins-plugin sast security

Last synced: 5 days ago
JSON representation

Oversecured Plugin for Jenkins

Awesome Lists containing this project

README

        

# Oversecured Plugin for Jenkins

Enterprise vulnerability scanner for Android and iOS apps. It offers app owners and developers the ability to secure each new version of a mobile app by integrating Oversecured into the development process.

## Getting started

1. [Create an Integration](https://oversecured.com/docs/quick-start/) and [generate an API Key](https://oversecured.com/settings/api-keys)
2. Build the plugin `mvn clean install`
3. Add it to the plugins list `cp target/oversecured.hpi ~/.jenkins/plugins/`
4. Add the plugin to your pipeline ![Pipeline](images/1.png)
5. Specify your Integration ID, Branch name and output app file location ![Config](images/2.png)
6. Add your Oversecured API Key to Jenkins Credentials ![Jenkins Credentials](images/3.png)
7. In your project configuration, bind the created secret value to the `oversecuredApiKey` variable ![Secret key binding](images/4.png)
6. Now it's ready to use! ![Output](images/5.png)

## LICENSE

Licensed under MIT, see [LICENSE](LICENSE.md)