You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: resources/metadata/whitesourceExecuteScan.yaml
+10-2
Original file line number
Diff line number
Diff line change
@@ -389,8 +389,7 @@ spec:
389
389
- STEPS
390
390
- name: skipParentProjectResolution
391
391
type: bool
392
-
description: "Parameter for multi-module, multi-images projects to skip the parent project resolution for reporing purpose
393
-
Could be used if parent project is set as just a placeholder for scan and doesn't contain any dependencies."
392
+
description: "Parameter for multi-module, multi-images projects to skip the parent project resolution for reporing purpose. Could be used if parent project is set as just a placeholder for scan and doesn't contain any dependencies."
394
393
scope:
395
394
- PARAMETERS
396
395
- STAGES
@@ -543,6 +542,15 @@ spec:
543
542
- STEPS
544
543
aliases:
545
544
- name: npm/defaultNpmRegistry
545
+
- name: disableNpmSubmodulesAggregation
546
+
type: bool
547
+
description: "The default Mend behavior is to aggregate all submodules of NPM project into one project in Mend. This parameter disables this behavior, thus for each submodule a separate project is created."
0 commit comments