-
Notifications
You must be signed in to change notification settings - Fork 1.4k
scripts: Add sbom scancode-toolkit user info #26427
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull request overview
This PR adds user-friendly guidance for installing scancode-toolkit, which is no longer bundled with the NCS SDK. The change improves the error messaging when scancode is not found on the system.
Key Changes:
- Added detection to check if scancode executable exists before attempting to run it
- Provides clear installation instructions and troubleshooting steps when scancode is missing
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
CI InformationTo view the history of this post, click the 'edited' button above Inputs:Sources:sdk-nrf: PR head: 59f479a338ea95d4f7131def15e7063141b49e97 more detailssdk-nrf:
Github labels
List of changed files detected by CI (1)Outputs:ToolchainVersion: f911d4f4e7 Test Spec & Results: ✅ Success; ❌ Failure; 🟠 Queued; 🟡 Progress; ◻️ Skipped;
|
14f89bf to
248222d
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull request overview
Copilot reviewed 1 out of 1 changed files in this pull request and generated 1 comment.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Since scancode-toolkit is not part of ncs sdk anymore, the user needs to install scancode manually. Signed-off-by: Nicolae Dicu <[email protected]>
248222d to
59f479a
Compare
Since scancode-toolkit is not part of ncs sdk anymore, the user needs to install scancode manually.