CmdAuditProxy is used by agnhost Cobra.
var CmdAuditProxy = &cobra.Command{ Use: "audit-proxy", Short: "Listens on port 8080 for incoming audit events", Long: "Used to test dynamic auditing. It listens on port 8080 for incoming audit events and writes them in a uniform manner to stdout.", Args: cobra.MaximumNArgs(0), Run: main, }