-
Notifications
You must be signed in to change notification settings - Fork 594
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
sbom report: missing licenses #3527
Comments
Hi @yaronkaikov, I had a look at this; it looks like there are a number of different things going on. The first couple of packages are
The operating system entry is a synthetic package based on the distro information Syft found, we should figure out how to determine the correct license to include. Any ideas here are welcome! The remainder fall into 2 categories: python and debian packages. The python packages ( The debian packages ( |
What happened:
I am generating an SBOM report with the command
syft <docker image> --config syft.yaml -o cyclonedx-json@1.4
syft.yaml configuration:
after generating the report, we noticed that we have some missing licenses for the following packages (see attached file) -
missing_licenses - nightly.csv
What you expected to happen:
Have no missing licenses
Steps to reproduce the issue:
Generate SBOM report using the command:
syft docker.io/scylladb/scylla-nightly:latest --config syft.yaml -o cyclonedx-json@1.4
Anything else we need to know?:
Environment:
syft version
:cat /etc/os-release
or similar):The text was updated successfully, but these errors were encountered: