-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathstep.yml
58 lines (52 loc) · 1.57 KB
/
step.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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
title: |-
NowSecure Platform Analysis
summary: |
Performs security analysis using NowSecure Platform (https://lab.nowsecure.com/).
description: |
Performs security analysis using NowSecure Platform (https://lab.nowsecure.com/).
website: https://github.com/nowsecure/bitrise-step-nowsecure-auto-analysis
source_code_url: https://github.com/nowsecure/bitrise-step-nowsecure-auto-analysis
support_url: https://support.nowsecure.com
host_os_tags:
- osx-10.10
- ubuntu-16.04
type_tags:
- test
is_requires_admin_user: false
is_always_run: false
is_skippable: false
run_if: ""
deps:
brew:
- name: curl
apt_get:
- name: curl
toolkit:
bash:
entry_file: step.sh
inputs:
- upload_path:
opts:
description: |
This usually gets generated by the the "Gradle Runner" or "XCode Archive & Export" step
is_required: true
summary:
The app file you want to upload to BrowserStack, usually $BITRISE\_APK\_PATH
or $BITRISE\_IPA\_PATH
title: A Bitrise generated APK or IPA path
- nowsecure_api_token:
opts:
description: |
NowSecure token generated from NowSecure Platform console
is_required: true
is_sensitive: true
summary: Your NowSecure Platform API token
title: NowSecure Platform API token
- nowsecure_group_id:
opts:
description: |
NowSecure Group ID which is required only if your NowSecure token has access to multiple groups
is_required: false
is_sensitive: true
summary: Your NowSecure Platform group ID for this app
title: NowSecure Platform group ID