Skip to content

Commit

Permalink
fix: remove premature return of create SBOM for NodeJs when dockerize…
Browse files Browse the repository at this point in the history
…d app

Signed-off-by: grgau <pedro.ferracini@alumni.usp.br>
  • Loading branch information
grgau committed Mar 19, 2024
1 parent 1a3e948 commit 6d0e498
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -1850,12 +1850,6 @@ export async function createNodejsBom(path, options) {
pkgList = pkgList.concat(dlist);
}
}
return buildBomNSData(options, pkgList, "npm", {
allImports: {},
src: path,
filename: "package.json",
parentComponent
});
}
}
let allImports = {};
Expand Down

0 comments on commit 6d0e498

Please sign in to comment.