Skip to content

Commit 502930c

Browse files
committed
fix: cyclonedx-php-composer
Signed-off-by: Jan Kowalleck <[email protected]>
1 parent 30af56c commit 502930c

File tree

1 file changed

+9
-10
lines changed

1 file changed

+9
-10
lines changed

tools.json

Lines changed: 9 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -630,14 +630,15 @@
630630
{
631631
"name": "CycloneDX for PHP Composer",
632632
"publisher": "CycloneDX",
633-
"description": "Composer plugin and CLI that generates CycloneDX SBOMs (JSON or XML) for PHP projects, including license and PURL metadata.",
633+
"description": "Create CycloneDX Software Bill of Materials (SBOM) from PHP Composer projects.",
634634
"repository_url": "https://github.com/CycloneDX/cyclonedx-php-composer",
635635
"website_url": "https://packagist.org/packages/cyclonedx/cyclonedx-php-composer",
636636
"capabilities": [
637637
"SBOM"
638638
],
639639
"availability": [
640-
"OPEN_SOURCE"
640+
"OPEN_SOURCE",
641+
"OSI_APPROVED"
641642
],
642643
"functions": [
643644
"AUTHOR",
@@ -646,25 +647,20 @@
646647
"analysis": [
647648
"LICENSE_REPORTING"
648649
],
649-
"transform": [
650-
"BOM_SERIALIZATION_FORMAT",
651-
"BOM_VERSION"
652-
],
653650
"packaging": [
654651
"COMMAND_LINE_UTILITY",
655652
"LIBRARY"
656653
],
657-
"library": [
658-
"PHP"
659-
],
660654
"platform": [
661655
"LINUX",
662656
"MAC",
663657
"WINDOWS"
664658
],
665659
"lifecycle": [
660+
"PRE-BUILD",
666661
"BUILD",
667-
"POST-BUILD"
662+
"POST-BUILD",
663+
"OPERATIONS"
668664
],
669665
"supportedStandards": [
670666
"CYCLONEDX",
@@ -677,6 +673,9 @@
677673
"CYCLONEDX_V1.3",
678674
"CYCLONEDX_V1.2"
679675
],
676+
"library": [
677+
"PHP"
678+
],
680679
"supportedLanguages": [
681680
"PHP"
682681
]

0 commit comments

Comments
 (0)