Skip to content

Commit 5cf2da4

Browse files
committed
fix: cyclonedx-node-npm
Signed-off-by: Jan Kowalleck <[email protected]>
1 parent 30af56c commit 5cf2da4

File tree

1 file changed

+21
-16
lines changed

1 file changed

+21
-16
lines changed

tools.json

Lines changed: 21 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -227,7 +227,8 @@
227227
"SBOM"
228228
],
229229
"availability": [
230-
"OPEN_SOURCE"
230+
"OPEN_SOURCE",
231+
"OSI_APPROVED"
231232
],
232233
"functions": [
233234
"AUTHOR",
@@ -266,38 +267,45 @@
266267
{
267268
"name": "CycloneDX for NPM",
268269
"publisher": "CycloneDX",
269-
"description": "Command-line utility and TypeScript library that generates CycloneDX Software Bills of Materials (SBOMs) for Node.js (npm/yarn/pnpm) projects.",
270+
"description": "Create CycloneDX Software Bill of Materials (SBOM) from npm projects.",
270271
"repository_url": "https://github.com/CycloneDX/cyclonedx-node-npm",
271272
"website_url": "https://www.npmjs.com/package/@cyclonedx/cyclonedx-npm",
272273
"capabilities": [
273274
"SBOM"
274275
],
275276
"availability": [
276-
"OPEN_SOURCE"
277+
"OPEN_SOURCE",
278+
"OSI_APPROVED"
277279
],
278280
"functions": [
279281
"AUTHOR",
280-
"ANALYSIS",
281282
"PACKAGE_MANAGER_INTEGRATION"
282283
],
283-
"transform": [
284-
"BOM_SERIALIZATION_FORMAT",
285-
"BOM_VERSION"
284+
"library": [
285+
"JAVASCRIPT_TYPESCRIPT",
286+
"NODE.JS"
286287
],
287-
"packaging": [
288-
"COMMAND_LINE_UTILITY",
289-
"LIBRARY"
288+
"supportedLanguages": [
289+
"JAVASCRIPT/TYPESCRIPT",
290+
"NODE.JS"
290291
],
291-
"library": [
292-
"JAVASCRIPT_TYPESCRIPT"
292+
"analysis": [
293+
"LICENSE_REPORTING"
294+
],
295+
"packaging": [
296+
"COMMAND_LINE_UTILITY"
293297
],
294298
"platform": [
295299
"LINUX",
296300
"MAC",
297301
"WINDOWS"
298302
],
299303
"lifecycle": [
300-
"BUILD"
304+
"DESIGN",
305+
"PRE-BUILD",
306+
"BUILD",
307+
"POST-BUILD",
308+
"OPERATIONS"
301309
],
302310
"supportedStandards": [
303311
"CYCLONEDX",
@@ -309,9 +317,6 @@
309317
"CYCLONEDX_V1.4",
310318
"CYCLONEDX_V1.3",
311319
"CYCLONEDX_V1.2"
312-
],
313-
"supportedLanguages": [
314-
"JAVASCRIPT/TYPESCRIPT"
315320
]
316321
},
317322
{

0 commit comments

Comments
 (0)