GH actions: Kernel hardening analysis path and name of a tool has been changed

This commit is contained in:
Igor Pecovnik 2024-03-07 14:45:33 +01:00 committed by Igor
parent dfab067f89
commit aa702a398a
1 changed files with 1 additions and 1 deletions

View File

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