qualys-detections Script not working I am running Cribl version 4.12 and I am trying to collect Qualys detection logs using “qualys-detections” script by Jon Rust but it does not seems to be working.My Qualys login is working on EU1 platform "https://qualysapi.qualys.eu", the required python3 and env are set Here is the “qualys-detections” script --------------------------------------------------------------------------------------------- #!/usr/bin/python3import sysimport requestsimport reimport osfrom pprint import pprintfrom time import timefrom datetime import datetimedebug = Trueaction = ''APIURL = "https://qualysapi.qualys.eu"try: API_USER = os.environ['CRIBL_username'] API_PWD = os.environ['CRIBL_password'] EARLIEST = os.environ['CRIBL_earliest'] MAX_RUN_COUNT = int(os.environ['CRIBL_max'])except: print("CRIBL_username, CRIBL_password, CRIBL_max and CRIBL_earliest must be