zephyrproject-rtos / zephyr

Primary Git Repository for the Zephyr Project. Zephyr is a new generation, scalable, optimized, secure RTOS for multiple hardware architectures.
https://docs.zephyrproject.org
Apache License 2.0
10.9k stars 6.64k forks source link

SCA: Resolve sysbuild eclair integration limitation #77640

Open simhein opened 2 months ago

simhein commented 2 months ago

Is your enhancement proposal related to a problem? Please describe. The experimental SCA tool Eclairi integration has a limitation in using the sysbuild option. The cannot be used in combination with the SCA tool and this will lead to false reports or no reports if sysbuild is used.

That limitation needs to be resolved so the ECLAIR SCA tool can be used in the complete zephyr environment.

Describe the solution you'd like There is only really only one solution which is resolving the limitation in the integration, so sysbuild can be used.

Additional context Status and documentation of the integration:

simhein commented 8 hours ago

This issue will be resolved with: https://github.com/zephyrproject-rtos/zephyr/pull/81512