Skip to content

Commit

Permalink
CI: Print info for debugging autodetection
Browse files Browse the repository at this point in the history
  • Loading branch information
a13xp0p0v committed Nov 23, 2024
1 parent 7d4ef93 commit c7111e7
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/functional_test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,10 @@ coverage run -a --branch bin/kernel-hardening-checker -g ARM64
coverage run -a --branch bin/kernel-hardening-checker -g ARM

echo ">>>>> try autodetection <<<<<"
cat /proc/cmdline
cat /proc/version
ls -l /boot
ls -l /proc/config.gz
coverage run -a --branch bin/kernel-hardening-checker -a
coverage run -a --branch bin/kernel-hardening-checker -a -m verbose
coverage run -a --branch bin/kernel-hardening-checker -a -m json
Expand Down

0 comments on commit c7111e7

Please sign in to comment.