-
Notifications
You must be signed in to change notification settings - Fork 0
/
plugin.yml
30 lines (29 loc) · 955 Bytes
/
plugin.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
name: Data Theorem Mobile Secure
description: |
Data Theorem's Mobile Secure will scan each pre-production release automatically (up to 7000 releases/day) for security & privacy issues using static, dynamic, and behavioral analysis for both iOS and Android applications.
More information can be found here:
https://www.datatheorem.com/products/mobile-secure
author: https://github.com/datatheorem
requirements:
- curl
- jq
configuration:
properties:
UPLOAD_API_KEY:
type: string
BINARY_PATH:
type: string
SOURCEMAP_PATH:
type: string
POLL_SCAN_RESULTS:
type: "boolean"
default: false
description: |
If the plugin should wait until the scan is completed and check the scan results
When set to `true`, `MOBILE_RESULTS_API_KEY` also needs to be set
MOBILE_RESULTS_API_KEY:
type: string
required:
- UPLOAD_API_KEY
- BINARY_PATH
additionalProperties: false