cmd/agent/main.go
Function installCmd
has 8 return statements (exceeds 4 allowed). Invalid
Invalid
func installCmd(rootCmd *cobra.Command) {
rootCmd.AddCommand(&cobra.Command{
Use: "install",
Short: "Install the deepSentinel agent",
PreRunE: func(cmd *cobra.Command, args []string) error {