Skip to content

Commit

Permalink
Set installDeps to true by default
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 2cde0ad commit 959e8b3
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions bin/cdxgen.js
Original file line number Diff line number Diff line change
Expand Up @@ -433,6 +433,10 @@ 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 959e8b3

Please sign in to comment.