Initial commit

This commit is contained in:
Zhongwei Li
2025-11-29 18:02:21 +08:00
commit cbea78a728
4 changed files with 77 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
{
"name": "mix_audit",
"description": "Dependency security audit plugin that scans Mix dependencies for known vulnerabilities",
"version": "1.0.1",
"author": {
"name": "Bradley Golden",
"url": "https://github.com/bradleygolden"
},
"hooks": [
"./hooks"
]
}