https://github.com/nowsecure/auto-jenkins-plugin
NowSecure Auto Security Test Jenkins Plugin
https://github.com/nowsecure/auto-jenkins-plugin
continuous-testing jenkins jenkins-plugin mobile-application-security-testing nowsecure nowsecure-auto security-testing
Last synced: 2 days ago
JSON representation
NowSecure Auto Security Test Jenkins Plugin
- Host: GitHub
- URL: https://github.com/nowsecure/auto-jenkins-plugin
- Owner: nowsecure
- License: mit
- Created: 2018-09-12T16:08:28.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2022-11-09T20:58:00.000Z (almost 3 years ago)
- Last Synced: 2025-04-09T23:43:06.673Z (6 months ago)
- Topics: continuous-testing, jenkins, jenkins-plugin, mobile-application-security-testing, nowsecure, nowsecure-auto, security-testing
- Language: Java
- Size: 1.96 MB
- Stars: 2
- Watchers: 8
- Forks: 9
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# NowSecure Auto Jenkins Plugin
This plugin provides the ability to send Android or iOS applications to NowSecure Auto for Mobile Application Security Testing (aka MAST)
Documentation for
## Building
```
mvn hpi:run
```## Findbugs
```
mvn findbugs:gui
```## Installing
```
mvn clean install
cp target/nowsecure-auto-security-test.hpi ~/.jenkins/plugins/
```
Then redeploy Jenkins.## Deploying
### Generate API Key
See https://docs.nowsecure.com/auto/integration-services/jenkins-integration for adding API token.### Store API Key in Jenkins Credentials
Select Credentials from sideline:
Store API Key as Secret text:
### Define Jenkins Job
### Bind Credentials with apiKey variable
### Adding Plugin to your mobile build
Select Configure option from Jenkins console, then select dropdown of build step and choose NS Auto Jenkins Plugin, e.g.
### Specify configuration parameters
## Advanced configuration options
## Kick off build
Kick off your mobile builds and you will see the raw JSON reports and score under artifacts folder.
## Pipeline
Adding plugin to pipeline:
## Resources
- https://wiki.jenkins.io/display/JENKINS/Credentials+Plugin