chore: tests: now expect 15 CVEs instead of 14

This commit is contained in:
Stéphane Lesimple 2020-06-09 22:50:48 +02:00
parent 36f98eff95
commit 64e3c14c57
1 changed files with 1 additions and 1 deletions

View File

@ -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"