-
-
Notifications
You must be signed in to change notification settings - Fork 580
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
Cannot output SBOM in cycloneDX format in tutorial #3784
Comments
@atomic-kanta-sasaki Thank you for the report! Sorry if this looks weird indeed.
You also wrote:
Can you tell where I could find this? I could not find such property in the https://github.com/CycloneDX/specification/blob/master/schema/bom-1.3.schema.json schema. Here are some concrete follow up actions:
|
Thanks for the reply. https://scancode-toolkit.readthedocs.io/en/latest/index.html If it's all in one document, please let me know where to find it. I use scancode-toolkit version is v32.1.0. |
@atomic-kanta-sasaki I updated the comment in #3784 (comment) ... sorry if this was not clear: these are not actions you can take, but rather these are bugs and issues we need to fix in ScanCode. You are welcomed to help if you fancy it! In the meantime you may to try ScanCode.io https://github.com/nexB/scancode.io/ ? |
@pombredanne |
|
I have a similar issue. Is there a good solution to using Scancode to generate a bill of materials that does not include components or licenses |
Description
Tutorials are provided.
The command as in the tutorial outputs SBOM, but if I set output to --cyclonedx, it does not output the correct SBOM.
How To Reproduce
tutorial command
./scancode -clpeui -n 2 --ignore "*.java" --json-pp sample.json samples
Commands I have executed
./scancode -clpeui -n 2 --ignore "*.java" --cyclonedx sample.json samples
output
this output do not write scan result.
And I need the Schema property and it is not included in the json file above.
If you already have a solution to these problems, please let me know.### System configuration.
Thank you!
wsl2 ubuntu
version v32.1.0
source download
The text was updated successfully, but these errors were encountered: