Skip to content

Commit cb40883

Browse files
committed
Bug fix
Signed-off-by: Prabhu Subramanian <prabhu@appthreat.com>
1 parent 8890b7d commit cb40883

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

lib/helpers/utils.js

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4626,8 +4626,11 @@ export function parsePixiLockFile(pixiLockFileName, path) {
46264626
},
46274627
properties: [
46284628
{ name: "cdx:pixi:operating_system", value: packageData["subdir"] },
4629-
{ name: "cdx:pixi:build_number", value: packageData["build_number"] },
4630-
{ name: "cdx:pixi:build", value: packageData["build"] },
4629+
{
4630+
name: "cdx:pixi:build_number",
4631+
value: `${packageData["build_number"]}`,
4632+
},
4633+
{ name: "cdx:pixi:build", value: `${packageData["build"]}` },
46314634
],
46324635
};
46334636
}

types/lib/helpers/utils.d.ts.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)