Initial commit

This commit is contained in:
Zhongwei Li
2025-11-29 18:02:23 +08:00
commit 93b073ecfd
4 changed files with 89 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
{
"name": "sobelow",
"description": "Sobelow security-focused static analysis for Phoenix and Elixir projects",
"version": "1.0.1",
"author": {
"name": "Bradley Golden",
"url": "https://github.com/bradleygolden"
},
"hooks": [
"./hooks"
]
}