Replies: 2 comments 6 replies
-
@Trakeur, could you test by passing a single .tar.gz directly and see how the SBoM looks? We can iterate and make it work for multiple files once we are happy with the result. https://github.com/CycloneDX/cdxgen/blob/master/index.js#L4353 |
Beta Was this translation helpful? Give feedback.
0 replies
-
Without specifying any type I have the following error : |
Beta Was this translation helpful? Give feedback.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi everyone,
I was wondering if it was possible to generate an SBOM from a folder containing a list of compressed files in .tar.gz (or .tar.xz/.tar.bzip2) format.
As part of a project, we recover a large number of compressed archives and would like to synthesize them into an SBOM with as much information as possible.
This may not be possible natively, but what would you advise me to do with cdxgen? Do I need to decompress them all first? Note that these are source archives.
Thank you !
Beta Was this translation helpful? Give feedback.
All reactions