Skip to content

Commit 6d0e498

Browse files
committed
fix: remove premature return of create SBOM for NodeJs when dockerized app
Signed-off-by: grgau <[email protected]>
1 parent 1a3e948 commit 6d0e498

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

index.js

-6
Original file line numberDiff line numberDiff line change
@@ -1850,12 +1850,6 @@ export async function createNodejsBom(path, options) {
18501850
pkgList = pkgList.concat(dlist);
18511851
}
18521852
}
1853-
return buildBomNSData(options, pkgList, "npm", {
1854-
allImports: {},
1855-
src: path,
1856-
filename: "package.json",
1857-
parentComponent
1858-
});
18591853
}
18601854
}
18611855
let allImports = {};

0 commit comments

Comments
 (0)