mongodb / mongo-php-driver

The Official MongoDB PHP driver
https://pecl.php.net/package/mongodb
Apache License 2.0
878 stars 199 forks source link

PHPC-2380: Add SBOM file and tooling to update it #1577

Closed alcaeus closed 1 month ago

alcaeus commented 1 month ago

PHPC-2380

This PR introduces the "SBOM lite" file necessary to generate a full SBOM when releasing a new version. The SBOM file is generated from a list of purls using the silkbomb tool. The script to update the tooling is added, along with updated instructions for updating submodules.