Skip to content

Commit 852a0ee

Browse files
committed
fix: gh-php-composer-generate-sbom
Signed-off-by: Jan Kowalleck <[email protected]>
1 parent 30af56c commit 852a0ee

File tree

1 file changed

+9
-8
lines changed

1 file changed

+9
-8
lines changed

tools.json

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1458,26 +1458,27 @@
14581458
"functions": [
14591459
"AUTHOR"
14601460
],
1461-
"analysis": [],
1462-
"transform": [
1463-
"BOM_SERIALIZATION_FORMAT"
1464-
],
14651461
"packaging": [
14661462
"GITHUB_ACTION"
14671463
],
1468-
"library": [],
14691464
"platform": [
14701465
"LINUX",
14711466
"MAC",
14721467
"WINDOWS"
14731468
],
14741469
"lifecycle": [
1475-
"BUILD"
1470+
"PRE-BUILD",
1471+
"BUILD",
1472+
"POST-BUILD"
14761473
],
14771474
"supportedStandards": [
1478-
"CYCLONEDX"
1475+
"CYCLONEDX",
1476+
"PACKAGE_URL"
1477+
],
1478+
"cycloneDxVersion": [
1479+
"CYCLONEDX_V1.3",
1480+
"CYCLONEDX_V1.2"
14791481
],
1480-
"cycloneDxVersion": [],
14811482
"supportedLanguages": [
14821483
"PHP"
14831484
]

0 commit comments

Comments
 (0)