From aa702a398a0165774b6fb783ac00b305ca2c6ab5 Mon Sep 17 00:00:00 2001 From: Igor Pecovnik Date: Thu, 7 Mar 2024 14:45:33 +0100 Subject: [PATCH] GH actions: Kernel hardening analysis path and name of a tool has been changed --- .github/workflows/kernel-security-analysis-pr.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/kernel-security-analysis-pr.yml b/.github/workflows/kernel-security-analysis-pr.yml index ce5927198..a968b36bc 100644 --- a/.github/workflows/kernel-security-analysis-pr.yml +++ b/.github/workflows/kernel-security-analysis-pr.yml @@ -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