Skip to content

Commit 2ec353e

Browse files
authored
Merge pull request #42 from github/gregbty/copilot-advanced-security-plugin
Externalize GHAS plugin
2 parents 424b3f1 + 6c6114d commit 2ec353e

6 files changed

Lines changed: 7 additions & 663 deletions

File tree

.github/plugin/marketplace.json

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -29,15 +29,13 @@
2929
},
3030
{
3131
"name": "advanced-security",
32-
"source": "./plugins/advanced-security",
32+
"source": {
33+
"source": "github",
34+
"repo": "github/copilot-advanced-security-plugin"
35+
},
3336
"description": "Advanced Security plugin for GitHub Copilot.",
3437
"version": "1.0.0",
35-
"skills": [
36-
"./skills/secret-scanning",
37-
"./skills/dependency-scanning"
38-
39-
],
40-
"mcpServers": ".mcp.json"
38+
"repository": "https://github.com/github/copilot-advanced-security-plugin"
4139
},
4240
{
4341
"name": "fabric-skills",

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@ Extend the power of GitHub Copilot with MCP servers, skills, hooks, and other ex
1515

1616
This marketplace also references plugins hosted in other repositories:
1717

18+
- **[Advanced Security](https://github.com/github/copilot-advanced-security-plugin)** — Access to GitHub Advanced Security capabilities such as dependency scanning and secret scanning.
19+
1820
- **[Microsoft Skills for Fabric](https://github.com/microsoft/skills-for-fabric)**`fabric-skills`, `fabric-authoring`, `fabric-consumption`, `fabric-operations`, `powerbi-authoring`. Skills and agents for Microsoft Fabric (Lakehouse, Warehouse, Power BI, Eventhouse, Eventstream, Dataflows, Spark).
1921

2022
## 🤝 Contributing

plugins/advanced-security/.mcp.json

Lines changed: 0 additions & 12 deletions
This file was deleted.

plugins/advanced-security/README.md

Lines changed: 0 additions & 21 deletions
This file was deleted.

0 commit comments

Comments
 (0)