forked from microsoft/security-devops-azdevops
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathextension-manifest-debug.json
More file actions
86 lines (86 loc) · 1.73 KB
/
Copy pathextension-manifest-debug.json
File metadata and controls
86 lines (86 loc) · 1.73 KB
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
{
"manifestVersion": 1,
"id": "microsoft-security-devops-azdevops",
"name": "Microsoft Security DevOps (Debug)",
"version": "1.8.0.0",
"publisher": "ms-securitydevops",
"description": "Build tasks for performing security analysis.",
"public": false,
"galleryFlags": [
"Preview"
],
"targets": [
{
"id": "Microsoft.VisualStudio.Services.Cloud"
}
],
"repository": {
"type": "git",
"uri": "https://github.com/microsoft/security-devops-azdevops"
},
"categories": [
"Azure Pipelines"
],
"tags": [
"Security",
"Analysis",
"Microsoft Defender",
"Microsoft Defender for Cloud",
"Static Analysis",
"AntiMalware",
"Bandit",
"BinSkim",
"Defender",
"ESLint",
"Iac",
"Gosec",
"Flawfinder",
"Roslyn Analyzers",
"Template Analyzer",
"Terrascan",
"Trivy",
"Windows Defender",
"SDL",
"Build Break"
],
"icons": {
"default": "icon.png"
},
"content": {
"details": {
"path": "readme.md"
}
},
"links": {
"getstarted": {
"uri": "https://aka.ms/msdo-azdevops"
},
"support": {
"uri": "mailto:mscahelp@microsoft.com"
},
"license": {
"uri": "https://aka.ms/msdo-eula"
}
},
"branding": {
"color": "rgb(64, 64, 64)",
"theme": "dark"
},
"files": [
{
"path": "MicrosoftSecurityDevOps"
}
],
"contributions": [
{
"id": "build-task-microsoft-security-devops",
"type": "ms.vss-distributed-task.task",
"targets": [
"ms.vss-distributed-task.tasks"
],
"properties": {
"name": "MicrosoftSecurityDevOps"
}
}
]
}