cmd

package
v0.0.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jun 29, 2022 License: Apache-2.0 Imports: 7 Imported by: 0

Documentation

Index

Constants

View Source
const DefaultConfigFile = "gatecheck.yaml"
View Source
const DefaultReportFile = "gatecheck-report.json"
View Source
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.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL