> For the complete CircleCI developer hub index, see [llms.txt](https://circleci.com/developer/llms.txt)

# nowsecure/ci-auto-orb

NowSecure AUTO provides fully automated, mobile appsec testing coverage

## Commands

### mobile_security_test

Executes security test using NowSecure AUTO.

| Parameter | Type | Default | Description |
|---|---|---|---|
| `auto_url` | string | https://lab-api.nowsecure.com | url for nowsecure auto API |
| `auto_token` | string | $AUTO_TOKEN | API token, visit https://docs.nowsecure.com/auto/integration-services/jenkins-integration to generate token |
| `auto_group` | string | $AUTO_GROUP | Specify group if you belong to multiple groups |
| `auto_dir` | string | /tmp/workspace/nowsecure-auto-security-test | Specify artifacts-dir where security artifacts will be stored |
| `auto_file` | string |  | Specify absolute path of mobile binary, you would need to attach workspace to this plugin step |
| `auto_wait` | string | 30 | Specify maximum time to wait for results, if you specify 0 then plugin will not wait for the results |
| `auto_score` | string | 50 | Specify minimum score the app should get from security testing, if you specify 0 then score will not be evaulated otherwise build will be marked as failure if security score is below this number |
| `auto_username` | string |  | Specify test username for automation testing |
| `auto_password` | string |  | Specify test password for automation testing |
| `auto_show_status_messages` | string | false | Specify flag to show status messages from automation testing |
| `auto_stop_tests_on_status` | string |  | Specify flag to show status messages from automation testing |

## Executors

### default

Java docker container to use when running the NowSecure AUTO orb