Skip to content

Commit 5303444

Browse files
committed
fix(tests/spectre-meltdown-checker): pin due to bugs in tip
Pin back spectre-meltdown-checker.sh to previous working version due to issues introduced in speed47/spectre-meltdown-checker#527 while we're investigating them. Signed-off-by: Riccardo Mancini <mancio@amazon.com>
1 parent 15f2ad8 commit 5303444

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

tests/integration_tests/security/test_vulnerabilities.py

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

20-
CHECKER_URL = "https://raw.githubusercontent.com/speed47/spectre-meltdown-checker/master/spectre-meltdown-checker.sh"
20+
# Pinned due to issues introduced in https://github.com/speed47/spectre-meltdown-checker/pull/527
21+
CHECKER_URL = "https://raw.githubusercontent.com/speed47/spectre-meltdown-checker/3a822fdcf291ebb8bfbcb77aa216ac342c6b2f12/spectre-meltdown-checker.sh"
2122
CHECKER_FILENAME = "spectre-meltdown-checker.sh"
2223
REMOTE_CHECKER_PATH = f"/tmp/{CHECKER_FILENAME}"
2324
REMOTE_CHECKER_COMMAND = f"sh {REMOTE_CHECKER_PATH} --no-intel-db --batch json"

0 commit comments

Comments
 (0)