"""Check the container image registry and frontend.""" from utils import website_handler URLS = [ {"url": "http://registry.shore.co.il/", "codes": [301]}, {"url": "https://registry.shore.co.il/"}, {"url": "https://registry.shore.co.il/v2/_catalog"}, ] handler = website_handler(URLS) if __name__ == "__main__": handler("event", "context")