We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 30af56c commit 852a0eeCopy full SHA for 852a0ee
tools.json
@@ -1458,26 +1458,27 @@
1458
"functions": [
1459
"AUTHOR"
1460
],
1461
- "analysis": [],
1462
- "transform": [
1463
- "BOM_SERIALIZATION_FORMAT"
1464
- ],
1465
"packaging": [
1466
"GITHUB_ACTION"
1467
1468
- "library": [],
1469
"platform": [
1470
"LINUX",
1471
"MAC",
1472
"WINDOWS"
1473
1474
"lifecycle": [
1475
- "BUILD"
+ "PRE-BUILD",
+ "BUILD",
+ "POST-BUILD"
1476
1477
"supportedStandards": [
1478
- "CYCLONEDX"
+ "CYCLONEDX",
+ "PACKAGE_URL"
+ ],
+ "cycloneDxVersion": [
1479
+ "CYCLONEDX_V1.3",
1480
+ "CYCLONEDX_V1.2"
1481
- "cycloneDxVersion": [],
1482
"supportedLanguages": [
1483
"PHP"
1484
]
0 commit comments