mirror of https://github.com/armbian/build.git
GH actions: Kernel hardening analysis path and name of a tool has been changed
This commit is contained in:
parent
dfab067f89
commit
aa702a398a
|
@ -47,6 +47,6 @@ jobs:
|
|||
run: |
|
||||
for file in ${{ steps.changed-files.outputs.all_changed_files }}; do
|
||||
if [[ "${file}" = config/kernel/*.config ]]; then
|
||||
kconfig-hardened-check/bin/kconfig-hardened-check -m show_fail -c $file | sed -e 's/^/ /' >> $GITHUB_STEP_SUMMARY
|
||||
kconfig-hardened-check/bin/kernel-hardening-checker -m show_fail -c $file | sed -e 's/^/ /' >> $GITHUB_STEP_SUMMARY
|
||||
fi
|
||||
done
|
||||
|
|
Loading…
Reference in New Issue