MCPcopy 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

28var ValidateCmd *cobra.Command
29
30func init() {
31 ValidateCmd = NewValidateCmd()
32}
33
34func init() {
35 ValidateCmd.AddCommand(validateImageCmd(image.ValidateImage))

Callers

nothing calls this directly

Calls 5

NewValidateCmdFunction · 0.85
validateImageCmdFunction · 0.85
validateInputCmdFunction · 0.85
ValidatePolicyCmdFunction · 0.85
NewValidateVSACmdFunction · 0.85

Tested by

no test coverage detected