From 48270eab9a02b94b5644c068d9156c25e8714492 Mon Sep 17 00:00:00 2001 From: saschein Date: Sun, 7 Jun 2026 13:51:00 +0300 Subject: [PATCH] Add ASPM security skills plugin to marketplace Add external plugin entry for aspm-security-skills pointing to microsoft/security-devops-common, following the same pattern as the Fabric plugins. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> --- .github/plugin/marketplace.json | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/.github/plugin/marketplace.json b/.github/plugin/marketplace.json index bc29706..2a38584 100644 --- a/.github/plugin/marketplace.json +++ b/.github/plugin/marketplace.json @@ -121,6 +121,26 @@ "performance" ], "license": "MIT" + }, + { + "name": "aspm-security-skills", + "source": { + "source": "github", + "repo": "microsoft/security-devops-common", + "path": "plugin/aspm-security-skills" + }, + "description": "ASPM security skills. Brings ASPM intelligence into your developer workflow. Skills that scan, generate, and remediate code securely", + "version": "0.1.1", + "repository": "https://github.com/microsoft/security-devops-common", + "keywords": [ + "security", + "defender", + "aspm", + "scanning", + "sarif", + "devsecops" + ], + "license": "MIT" } ] }