sarif-azuredevops-extension/vss-extension.json

19 строки
629 B
JSON

{
"manifestVersion": 1,
"description": "Adds a 'Scans' tab to each Build Result and Work Item for viewing associated SARIF SAST logs.",
"categories": ["Azure Boards", "Azure Pipelines"],
"targets": [{ "id": "Microsoft.VisualStudio.Services" }],
"icons": { "default": "vss-extension.png" },
"content": { "details": { "path": "vss-extension.md" } },
"restrictedTo": [
"anonymous",
"public",
"member"
],
"files": [
{ "addressable": true, "path": "src", "packagePath": "/" },
{ "addressable": true, "path": "node_modules/@sinonjs/text-encoding/lib", "packagePath": "/" }
],
"scopes": ["vso.build", "vso.work"]
}