diff --git a/tests/integration_tests/security/test_vulnerabilities.py b/tests/integration_tests/security/test_vulnerabilities.py index 0e530123255..b15af03ab38 100644 --- a/tests/integration_tests/security/test_vulnerabilities.py +++ b/tests/integration_tests/security/test_vulnerabilities.py @@ -17,7 +17,7 @@ from framework.microvm import MicroVMFactory from framework.properties import global_props -CHECKER_URL = "https://meltdown.ovh" +CHECKER_URL = "https://raw.githubusercontent.com/speed47/spectre-meltdown-checker/master/spectre-meltdown-checker.sh" CHECKER_FILENAME = "spectre-meltdown-checker.sh" REMOTE_CHECKER_PATH = f"/tmp/{CHECKER_FILENAME}" REMOTE_CHECKER_COMMAND = f"sh {REMOTE_CHECKER_PATH} --no-intel-db --batch json"