type Data struct {
ScannerCLIConfig string// Scanner families configuration file yaml ScannerImage string// Scanner container image to use ServerAddress string// IP address of VMClarity backend for export ScanResultID string// ScanResult ID to export the results to}