equals215/deepsentinel

View on GitHub
cmd/agent/main.go

Summary

Maintainability
A
0 mins
Test Coverage

Function installCmd has 8 return statements (exceeds 4 allowed).
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 {
Severity: Major
Found in cmd/agent/main.go - About 50 mins to fix

    There are no issues that match your filters.

    Category
    Status