Skip to content

9291 - Install node_module dependencies prior to scan

Lucas Charles requested to merge 9291-install-deps-before-scan into master

What does this MR do?

Add an install step that executes either yarn install (preferred) or npm install, if node_modules are not found within the target directory. This can be skipped with -install=false or DS_INSTALL=false

What are the relevant issue numbers?

https://gitlab.com/gitlab-org/gitlab-ee/issues/9291

Does this MR meet the acceptance criteria?

Edited by Lucas Charles

Merge request reports