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: about 2 months ago
JSON representation
Oversecured Plugin for Jenkins
- Host: GitHub
- URL: https://github.com/jenkinsci/oversecured-plugin
- Owner: jenkinsci
- License: mit
- Created: 2021-01-06T16:37:44.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-06-28T14:54:34.000Z (almost 3 years ago)
- Last Synced: 2025-07-28T08:14:59.349Z (9 months ago)
- Topics: android, ci, devops, devsecops, jenkins, jenkins-plugin, sast, security
- Language: Java
- Homepage: https://plugins.jenkins.io/oversecured/
- Size: 1.25 MB
- Stars: 1
- Watchers: 1
- Forks: 3
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
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 
5. Specify your Integration ID, Branch name and output app file location 
6. Add your Oversecured API Key to Jenkins Credentials 
7. In your project configuration, bind the created secret value to the `oversecuredApiKey` variable 
6. Now it's ready to use! 
## LICENSE
Licensed under MIT, see [LICENSE](LICENSE.md)