Skip to content

Commit

Permalink
Fix missing kernel config analysis because of lKCONFIG_EXTRACTED/KCON…
Browse files Browse the repository at this point in the history
…FIG_EXTRACTED mismatch
  • Loading branch information
chconil committed Dec 19, 2024
1 parent 7676311 commit 4945383
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions modules/S24_kernel_bin_identifier.sh
Original file line number Diff line number Diff line change
Expand Up @@ -180,6 +180,7 @@ S24_kernel_bin_identifier()
if [[ "${SBOM_MINIMAL:-0}" -eq 0 ]] ; then
disable_strict_mode "${STRICT_MODE}" 0
extract_kconfig "${lFILE}"
lKCONFIG_EXTRACTED="${KCONFIG_EXTRACTED}"
enable_strict_mode "${STRICT_MODE}" 0

lK_VER_TMP="${lK_VER/Linux version /}"
Expand Down

0 comments on commit 4945383

Please sign in to comment.