-
Notifications
You must be signed in to change notification settings - Fork 3
/
action.yml
32 lines (32 loc) · 1.02 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
name: "AppSweep Mobile Application Security Testing"
description: "Scan your app using AppSweep by Guardsquare, signup at https://guardsquare.com/appsweep-mobile-application-security-testing"
author: "Guardsquare"
inputs:
appsweep_api_key:
description: "Your AppSweep API Key, should be stored as a GitHub Secret, do not hardcode your API key in your workflow"
required: true
input_file:
description: "Path to your APK file to upload and scan"
required: true
commit_hash:
description: "The commit hash for this build"
required: true
mapping_file:
description: "The obfuscation mapping file of the build"
required: false
default: ""
library_file:
description: "The library mapping file of the build"
required: false
default: ""
tags:
description: "The tags to append to the build"
required: false
default: "[]"
url:
description: "Base AppSweep URL"
required: false
default: "https://appsweep.guardsquare.com"
runs:
using: "docker"
image: "Dockerfile"