Initial commit

This commit is contained in:
Zhongwei Li
2025-11-30 08:45:41 +08:00
commit 0ad77c6b56
4 changed files with 584 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
{
"name": "compliance",
"description": "Security compliance and vulnerability analysis tools for Go projects",
"version": "0.0.1",
"author": {
"name": "chiragkyal"
},
"commands": [
"./commands"
]
}