Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/conforma/cli
/ init
Function
init
cmd/validate/validate.go:30–32 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
28
var
ValidateCmd *cobra.Command
29
30
func
init() {
31
ValidateCmd = NewValidateCmd()
32
}
33
34
func
init() {
35
ValidateCmd.AddCommand(validateImageCmd(image.ValidateImage))
Callers
nothing calls this directly
Calls
5
NewValidateCmd
Function · 0.85
validateImageCmd
Function · 0.85
validateInputCmd
Function · 0.85
ValidatePolicyCmd
Function · 0.85
NewValidateVSACmd
Function · 0.85
Tested by
no test coverage detected