Skip to content

Commit

Permalink
Update kernelctf-test.yaml: CPU vuln checks
Browse files Browse the repository at this point in the history
  • Loading branch information
koczkatamas authored Feb 7, 2024
1 parent 914254d commit 68b782e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/kernelctf-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,10 @@ jobs:
continue-on-error: true
run: cat /sys/devices/system/cpu/vulnerabilities/meltdown

- name: "CPU vuln check"
continue-on-error: true
run: grep -r . /sys/devices/system/cpu/vulnerabilities

- name: cpuinfo
continue-on-error: true
run: cat /proc/cpuinfo
Expand Down

0 comments on commit 68b782e

Please sign in to comment.