Skip to content

Commit b958972

Browse files
authored
Merge branch 'main' into rustify
2 parents 1b72041 + e5b4f26 commit b958972

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/integration_tests/security/test_vulnerabilities.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
from framework.microvm import MicroVMFactory
1818
from framework.properties import global_props
1919

20-
CHECKER_URL = "https://meltdown.ovh"
20+
CHECKER_URL = "https://raw.githubusercontent.com/speed47/spectre-meltdown-checker/master/spectre-meltdown-checker.sh"
2121
CHECKER_FILENAME = "spectre-meltdown-checker.sh"
2222
REMOTE_CHECKER_PATH = f"/tmp/{CHECKER_FILENAME}"
2323
REMOTE_CHECKER_COMMAND = f"sh {REMOTE_CHECKER_PATH} --no-intel-db --batch json"

0 commit comments

Comments
 (0)