-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathvss-extension.json
116 lines (116 loc) · 2.72 KB
/
vss-extension.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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
{
"manifestVersion": 1,
"id": "azure-nowsecure-auto-security-test-qa",
"name": "azure-nowsecure-auto-security-test",
"description": "Azure Extension for NowSecure Auto Security Test",
"version": "1.0.20",
"publisher": "qa-nowsecure",
"targets": [
{
"id": "Microsoft.VisualStudio.Services"
}
],
"tags": [
"mobile",
"dast",
"mast",
"security",
"plugin",
"nowsecure"
],
"public": false,
"categories": [
"Azure Pipelines"
],
"icons": {
"default": "images/extension-icon.png"
},
"files": [
{
"path": "Nowsecure"
},
{
"path": "images",
"addressable": true
},
{
"path": "overview.md",
"addressable": true
},
{
"path": "license-terms.md",
"addressable": true
}
],
"contributions": [
{
"id": "azure-nowsecure-auto-security-test",
"type": "ms.vss-distributed-task.task",
"targets": [
"ms.vss-distributed-task.tasks"
],
"properties": {
"name": "Nowsecure"
}
}
],
"content": {
"details": {
"path": "overview.md"
},
"license": {
"path": "license-terms.md"
}
},
"links": {
"home": {
"uri": "https://www.nowsecure.com/"
},
"getstarted": {
"uri": "https://github.com/nowsecure/auto-azure-extension/blob/master/overview.md"
},
"learn": {
"uri": "https://github.com/nowsecure/auto-azure-extension/blob/master/overview.md"
},
"support": {
"uri": "https://www.nowsecure.com/contact/"
},
"repository": {
"uri": "https://github.com/nowsecure/auto-azure-extension"
},
"issues": {
"uri": "https://github.com/nowsecure/auto-azure-extension/issues"
}
},
"repository": {
"type": "git",
"uri": "https://github.com/nowsecure/auto-azure-extension"
},
"branding": {
"color": "rgb(00, 153, 255)",
"theme": "dark"
},
"screenshots": [
{
"path": "images/basic-config.png"
},
{
"path": "images/advanced-config.png"
},
{
"path": "images/marketplace.png"
},
{
"path": "images/install.png"
},
{
"path": "images/debug.png"
},
{
"path": "images/artifacts.png"
},
{
"path": "images/log.png"
}
]
}