-
Notifications
You must be signed in to change notification settings - Fork 0
/
step.yml
65 lines (59 loc) · 1.68 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
59
60
61
62
63
64
65
title: |-
ng-mobsf-step
summary: |
Send app file (.apk|.ipa) to instance of Mobile Security Framework.
description: |
This step let you integrate development workflow with Mobile Security Framework. As a developer you can add the step to your piple line. The step sends APK/IPA/ZIP file to the framework using MobSF API and runs penetration tests.
website: https://github.com/rusmichal/bitrise-step-ng-mobsf-step
source_code_url: https://github.com/rusmichal/bitrise-step-ng-mobsf-step
support_url: https://github.com/rusmichal/bitrise-step-ng-mobsf-step/issues
host_os_tags:
- osx-10.10
- ubuntu-16.04
project_type_tags:
- ios
- android
type_tags:
- deploy
is_requires_admin_user: true
is_always_run: false
is_skippable: true
run_if: ""
deps:
brew:
- name: git
- name: wget
apt_get:
- name: git
- name: wget
toolkit:
bash:
entry_file: step.sh
inputs:
- mobsf_api_url:
opts:
title: "Mobsf API"
summary: Mobile security framework API url.
description: |
Provide API url to instance of your MobSF. It is used to upload application file and generating reports.
is_expand: true
is_required: true
value_options: []
- api_token:
opts:
title: "API token"
summary: Mobile security framework API token.
description: |
MobSF API requried authentication token. You can find it in API docs.
is_expand: true
is_required: true
value_options: []
- artifact_path:
opts:
title: "Build artifact path"
summary: Android application package (.apk).
description: |
Path to the build artifact file (.apk).
is_expand: true
is_required: true
value_options: []