Skip to content

sensor_download bug: vmware needs to be added to the version_map #1361

@carlosmmatos

Description

@carlosmmatos

Easiest fix should be to add vmware to:

def get_version_map(sensor_versions: list): # pylint: disable=R0914
"""Create a mapping of all available sensor versions."""
version_map = {
"windows": {},
"mac": {},
"linux": {}
}

Other suggestion might be just getting it dynamically based on the response first

Metadata

Metadata

Assignees

Labels

code samplesFunctioning sample code to get you startedenhancement 🌟New feature or requestsensor downloadSensor download issues and questions

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions