Re: Software Bill of Materials (SBOM)

2024-01-16 Thread Кристина Валентей
thank you Julian for your answer. SCANOSS is very good, but it is probably not suitable for searching external libraries that POSTGRESQL uses. Therefore, I again ask you to tell me if there is a ready-made SBOM file for project POSTGRESQL, or a tool that can create it based on the source code C

Re: Software Bill of Materials (SBOM)

2024-01-14 Thread Julian Coccia
Hi Cristina, Have you tried SCANOSS? To install: pip3 install scanoss To generate your SBOM (SPDX lite): scanoss-py scan --format spdxlite DIRECTORY/ Alternatively, in CycloneDX format instead: scanoss-py scan --format cyclonedx DIRECTORY/ Hope this helps. Regards, Julian From: Кристина В