-
Notifications
You must be signed in to change notification settings - Fork 151
Open
Labels
code samplesFunctioning sample code to get you startedFunctioning sample code to get you startedenhancement 🌟New feature or requestNew feature or requestsensor downloadSensor download issues and questionsSensor download issues and questions
Description
Easiest fix should be to add vmware to:
falconpy/samples/sensor_download/download_sensor.py
Lines 87 to 94 in 4b7010e
| 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 startedFunctioning sample code to get you startedenhancement 🌟New feature or requestNew feature or requestsensor downloadSensor download issues and questionsSensor download issues and questions