generated from actions/typescript-action
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathaction.yml
35 lines (32 loc) · 1.09 KB
/
action.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
name: 'Corellium MATRIX'
description: 'Automated mobile security testing and AppSec report generation, powered by Corellium virtual devices.'
author: 'Corellium, Inc. <[email protected]>'
branding:
color: 'gray-dark'
icon: 'smartphone'
inputs:
server:
description: 'Specifies which Corellium server to use'
required: false
default: 'https://app.corellium.com'
deviceFlavor:
description: 'The flavor of the Instance that is being created'
required: true
deviceOS:
description: 'The software version'
required: true
appPath:
description: 'URL to download test app or local path of the app relative to the Github workspace'
required: true
userActions:
description: 'URL to download device input JSON file or local path of the JSON file relative to the Github workspace'
required: true
keywords:
description: 'URL to download wordlist txt file or local path of the txt file relative to the Github workspace'
required: false
outputs:
report:
description: 'MATRIX report artifact download path'
runs:
using: node20
main: dist/index.js