Skip to content

Commit

Permalink
Remove installDeps workaround
Browse files Browse the repository at this point in the history
Signed-off-by: Prabhu Subramanian <[email protected]>
  • Loading branch information
prabhu committed Jan 28, 2025
1 parent dd3f0d3 commit 99ad9eb
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions bin/cdxgen.js
Original file line number Diff line number Diff line change
Expand Up @@ -433,10 +433,6 @@ if (options.includeFormulation) {
* @param {object} options CLI options
*/
const applyAdvancedOptions = (options) => {
// Temporary fix till we figure out a better logic
if (options["install-deps"]) {
options.installDeps = true;
}
switch (options.profile) {
case "appsec":
options.deep = true;
Expand Down

0 comments on commit 99ad9eb

Please sign in to comment.