-
Notifications
You must be signed in to change notification settings - Fork 1
/
registration_config.json
36 lines (36 loc) · 1.26 KB
/
registration_config.json
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
{
"reportName" : "Project Vulnerability Report",
"enableProjectPickerValue" : "false",
"reportOptions" : {
"option1" :
{
"name" : "includeChildProjects",
"label" : "Include child project data? (True/False)",
"description" : "Should the report include data from child projects? <b>(True/False)</b>",
"type" : "string",
"defaultValue" : "True",
"required" : "true",
"order" : "1"
},
"option2" :
{
"name" : "cvssVersion",
"label" : "CVSS Version (2.0/3.x)",
"description" : "What version of CVSS scoring to report on? <b>(2.0/3.x)</b>",
"type" : "string",
"defaultValue" : "3.x",
"required" : "true",
"order" : "2"
} ,
"option3" :
{
"name" : "includeAssociatedFiles",
"label" : "Include associated files in report (True/False)",
"description" : "Should the report include the associated files for the inventory item linked to the vulnerability? <b>(True/False)</b>",
"type" : "string",
"defaultValue" : "False",
"required" : "true",
"order" : "3"
}
}
}