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: README.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -57,6 +57,7 @@ new CycloneDxWebpackPlugin(options?: object)
57
57
|**`rootComponentName`**| optional `{string}`|`undefined`| If `rootComponentAutodetect` is disabled, then this value is assumed as the "name" of the `package.json`. |
58
58
|**`rootComponentVersion`**| optional `{string}`|`undefined`| If `rootComponentAutodetect` is disabled, then this value is assumed as the "version" of the `package.json`. |
59
59
|**`rootComponentBuildSystem`**| optional `{string}`|`undefined`| Set's the URL for the RootComponent's External References' build-system. |
60
+
|**`rootComponentVCS`**| optional `{string}`|`undefined`| If `rootComponentAutodetect` is disabled or the VCS is not defined in the package.json, then this value is used as the URL for the RootComponent's External Referencees' Version Control System. |
60
61
|**`collectEvidence`**|`{boolean}`|`false`| Whether to collect (license) evidence and attach them to the resulting SBOM. |
0 commit comments