Documentation
¶
Index ¶
Constants ¶
View Source
const DefaultConfigFile = "gatecheck.yaml"
View Source
const DefaultReportFile = "gatecheck-report.json"
View Source
const GatecheckLogo string = `` /* 5388-byte string literal not displayed */
View Source
const VersionNumber = "0.0.1"
Variables ¶
View Source
var FlagConfigFile string
View Source
var FlagReportFile string
View Source
var RootCmd = &cobra.Command{ Use: "gatecheck", Short: "Gate Check is a 'go' 'no-go' status reporter", Long: `A tool used to collect job reports from various scans and compare the findings to an expected threshold provided gatecheck.yaml file.`, RunE: func(cmd *cobra.Command, args []string) error { cmd.Printf(GatecheckLogo) return nil }, }
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.