From fbbb7199f47d611d38a67ddd48402f13fdb34b93 Mon Sep 17 00:00:00 2001 From: Jesse Houwing Date: Mon, 2 Jan 2023 23:05:59 +0100 Subject: [PATCH] Consider adding Git Repo details By adding the git repo to the extension manifest you increase community contributions, make it easier for Azure DevOps admins to review the sources for the extension. --- vss-extension.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/vss-extension.json b/vss-extension.json index 0ed60eb4..8d62c359 100644 --- a/vss-extension.json +++ b/vss-extension.json @@ -51,6 +51,10 @@ "path": "LICENSE" } }, + "repository": { + "type": "git", + "uri": "https://github.com/snyk/snyk-azure-pipelines-task" + }, "links": { "home": { "uri": "https://snyk.io/"