Initial commit

This commit is contained in:
Zhongwei Li
2025-11-30 08:19:10 +08:00
commit 851c4fbb03
8 changed files with 179 additions and 0 deletions

View File

@@ -0,0 +1,15 @@
{
"name": "container-security-scanner",
"description": "Scan containers for vulnerabilities using Trivy, Snyk, and other security tools",
"version": "1.0.0",
"author": {
"name": "Claude Code Plugins",
"email": "[email protected]"
},
"skills": [
"./skills"
],
"commands": [
"./commands"
]
}