From 9a5f2d58011b9fd39a7117d41a76115cfaf3a3f1 Mon Sep 17 00:00:00 2001 From: Rhys Koedijk Date: Tue, 19 Nov 2024 09:16:32 +1300 Subject: [PATCH] Update task.json command input help markdown --- task/task.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/task/task.json b/task/task.json index 65597d9..c4f337e 100644 --- a/task/task.json +++ b/task/task.json @@ -36,11 +36,11 @@ "label": "Command", "defaultValue": "generate", "required": true, - "helpMarkDown": "The merge strategy to use. Learn more [here](https://learn.microsoft.com/en-us/rest/api/azure/devops/git/pull-requests/update?view=azure-devops-rest-5.1&tabs=HTTP#gitpullrequestmergestrategy).", + "helpMarkDown": "The [sbom-tool command](https://github.com/microsoft/sbom-tool?tab=readme-ov-file#run-the-tool) to run", "options": { "generate": "Generate", - "validate": "Validate", - "redact": "Redact" + "validate": "Validate (not implemented)", + "redact": "Redact (not implemented)" } }, {