-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathaction.yml
More file actions
28 lines (28 loc) · 973 Bytes
/
action.yml
File metadata and controls
28 lines (28 loc) · 973 Bytes
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
name: 'oversecured-github'
description: 'Enterprise vulnerability scanner for Android and iOS apps'
inputs:
access_token:
description: |
A key should be generated in your [profile settings](https://oversecured.com/settings/api-keys).
required: true
integration_id:
description: |
Integration ID, automatically generated when the Integration is created.
required: true
branch_name:
description: |
Branch name, `main` is default. You can create your own branches in the Integration settings.
required: false
default: 'main'
app_path:
description: |
The application file for scanning. Oversecured accepts APK/AAB files for Android and zipped sources for iOS.
required: true
delete_running:
description: |
Optional parameter. If set to `true`, already running scans will be deleted. Default is `false`.
required: false
default: 'false'
runs:
using: 'node20'
main: 'index.js'