mirror of
https://github.com/speed47/spectre-meltdown-checker
synced 2024-11-18 12:03:41 +01:00
chore: tests: now expect 15 CVEs instead of 14
This commit is contained in:
parent
33cf1cde79
commit
7e2db09ed9
2
.github/workflows/check.yml
vendored
2
.github/workflows/check.yml
vendored
@ -24,7 +24,7 @@ jobs:
|
||||
fi
|
||||
- name: check direct execution
|
||||
run: |
|
||||
expected=14
|
||||
expected=15
|
||||
nb=$(sudo ./spectre-meltdown-checker.sh --batch json | jq '.[]|.CVE' | wc -l)
|
||||
if [ "$nb" -ne "$expected" ]; then
|
||||
echo "Invalid number of CVEs reported: $nb instead of $expected"
|
||||
|
Loading…
Reference in New Issue
Block a user