test(01-02): add failing tests for provider schema validation and registry

This commit is contained in:
salvacybersec
2026-04-05 00:03:55 +03:00
parent fb8a1f002b
commit ebaf7d7c2d
11 changed files with 152 additions and 0 deletions

7
main.go Normal file
View File

@@ -0,0 +1,7 @@
package main
import "github.com/salvacybersec/keyhunter/cmd"
func main() {
cmd.Execute()
}