Skip to content

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

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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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