This job generates a [SBOM](https://cyclonedx.org/) file listing installed packages using [@cyclonedx/cyclonedx-php](https://github.com/CycloneDX/cyclonedx-php-composer).
It is bound to the `test` stage, and uses the following variables:
"description":"This job generates a file listing all dependencies using [@cyclonedx/cyclonedx-php](https://github.com/CycloneDX/cyclonedx-php-composer)",
"disable_with":"PHP_SBOM_DISABLED",
"variables":[
{
"name":"PHP_SBOM_VERSION",
"description":"Version of the cyclonedx-php-composer used for SBOM analysis",
"advanced":true
},
{
"name":"PHP_SBOM_OPTS",
"description":"[`cyclonedx/cyclonedx-php` options](https://github.com/CycloneDX/cyclonedx-php-composer#usage) used for SBOM analysis",