Skip to content

Commit 68b782e

Browse files
authored
Update kernelctf-test.yaml: CPU vuln checks
1 parent 914254d commit 68b782e

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/kernelctf-test.yaml

+4
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,10 @@ jobs:
2323
continue-on-error: true
2424
run: cat /sys/devices/system/cpu/vulnerabilities/meltdown
2525

26+
- name: "CPU vuln check"
27+
continue-on-error: true
28+
run: grep -r . /sys/devices/system/cpu/vulnerabilities
29+
2630
- name: cpuinfo
2731
continue-on-error: true
2832
run: cat /proc/cpuinfo

0 commit comments

Comments
 (0)