Understanding why license metadata not available #4020
Replies: 1 comment
-
@lucasgonze can you post the full JSON? Also to get a full correct picture for airbyte-platform I would likely first provision (aka. build) the project. ScanCode alone will not fetch the dependencies. Here pyjwt is only referenced there To get a full scan, I would likely therefore:
FWIW, https://github.com/airbytehq/airbyte-platform/archive/e3b18597716997cb10949fdff5080be3b4fa62ec.zip has close to 3000 dependencies across golang, maven,npm and pypi, so this is a fairly large thing. |
Beta Was this translation helpful? Give feedback.
-
I have created an SBOM using this shell command:
git clone https://github.com/airbytehq/airbyte-platform scancode --license --unknown-licenses airbyte-platform --json-pp analysis-2 --max-depth 20
However, the generated SBOM is missing license information for many packages, such as this one:
![image](https://private-user-images.githubusercontent.com/111581/395651644-81dc7ec9-675a-43e0-a4d8-d9f579a50c9f.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzk0NTk4OTcsIm5iZiI6MTczOTQ1OTU5NywicGF0aCI6Ii8xMTE1ODEvMzk1NjUxNjQ0LTgxZGM3ZWM5LTY3NWEtNDNlMC1hNGQ4LWQ5ZjU3OWE1MGM5Zi5wbmc_WC1BbXotQWxnb3JpdGhtPUFXUzQtSE1BQy1TSEEyNTYmWC1BbXotQ3JlZGVudGlhbD1BS0lBVkNPRFlMU0E1M1BRSzRaQSUyRjIwMjUwMjEzJTJGdXMtZWFzdC0xJTJGczMlMkZhd3M0X3JlcXVlc3QmWC1BbXotRGF0ZT0yMDI1MDIxM1QxNTEzMTdaJlgtQW16LUV4cGlyZXM9MzAwJlgtQW16LVNpZ25hdHVyZT1hMmQ2NmJjOGY2ODU0ZTZmYmQwNTM0OTlhNDc0NTI0MzVjMTgxNzJhNDc0ZjE4OGNlZjFjNGMzOWYxMWJmNWY4JlgtQW16LVNpZ25lZEhlYWRlcnM9aG9zdCJ9.a1kDkObBnpabubK1wS9KLVPw2lr1hZ52yUO2Wn9imnI)
I would be grateful for insights.
Beta Was this translation helpful? Give feedback.
All reactions