Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var LogLevel string
View Source
var RootCmd = &cobra.Command{ Use: "snyk-docker-analyzer", Short: "snyk-docker-analyzer is a tool for analyzing and comparing container images", Long: "snyk-docker-analyzer is a CLI tool for analyzing and comparing container images.", PersistentPreRun: func(c *cobra.Command, s []string) { ll, err := logrus.ParseLevel(LogLevel) if err != nil { fmt.Println(err) os.Exit(1) } logrus.SetLevel(ll) }, }
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.