-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathaction.yml
34 lines (31 loc) · 963 Bytes
/
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
name: 'Insider Action'
author: 'insidersec'
description: 'Official insider action'
branding:
icon: 'shield'
color: 'yellow'
inputs:
version:
description: 'version of insider to use'
required: false
technology:
description: 'Specify which technology ruleset to load. (Valid values are: android, ios, csharp, javascript)'
required: true
target:
description: 'Specify where to look for files to run the specific ruleset.'
required: false
security:
description: 'Set the Security level, values between 0 and 100'
required: false
noJson:
description: 'Skips the report generation in the JSON format'
required: false
noHtml:
description: 'Skips the report generation in the HTML format'
required: false
noBanner:
description: 'Skips the banner printing'
required: false
runs:
using: 'node12'
main: 'dist/index.js'