()
| 40 | } |
| 41 | |
| 42 | func main() { |
| 43 | if err := NewRootCommand().Execute(); err != nil { |
| 44 | log.Logger.Errorf("Scan completed with errors", err) |
| 45 | os.Exit(1) |
| 46 | } |
| 47 | } |
| 48 | |
| 49 | func runCmd() { |
| 50 | var issues []issue.Issue |
nothing calls this directly
no test coverage detected