Re: Software Bill of Materials (SBOM)

2024-01-16 Thread Кристина Валентей
> Alternatively, in CycloneDX format instead: > > scanoss-py scan --format cyclonedx DIRECTORY/ > > > Hope this helps. > > > > Regards, > > Julian > > > > *From: *Кристина Валентей > *Date: *Saturday, 13 January 2024 at 12:03 > *To: *pgsql-

Re: Software Bill of Materials (SBOM)

2024-01-14 Thread Julian Coccia
Валентей Date: Saturday, 13 January 2024 at 12:03 To: pgsql-general@lists.postgresql.org Subject: Software Bill of Materials (SBOM) Good afternoon. I'm looking for a way to build sbom files for assembly postgresql, to perform software composition analysis (SCA). Please, tell me how can I do

Software Bill of Materials (SBOM)

2024-01-12 Thread Кристина Валентей
Good afternoon. I'm looking for a way to build sbom files for assembly postgresql, to perform software composition analysis (SCA). Please, tell me how can I do this? Thank you.