report/task.go @@ -42,7 +42,7 @@ // 上报bom if config.Options.BomTopic != "" { SendBom(true) SendBom(false) } time.Sleep(time.Duration(config.Options.SyncInterval) * time.Second)