Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/jenkinsci/oversecured-plugin
- Owner: jenkinsci
- License: mit
- Created: 2021-01-06T16:37:44.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2023-06-28T14:54:34.000Z (over 1 year ago)
- Last Synced: 2024-12-17T04:07:44.505Z (about 2 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: 2
- Forks: 1
- Open Issues: 0
-
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 ![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)