CycloneDX/cyclonedx-node-yarn

feat: Support for projects with multiple/nested workspaces

Offen

#35 geöffnet am 15.03.2024

 (8 Kommentare) (0 Reaktionen) (0 zugewiesene Personen)JavaScript (10 Forks)auto 404
enhancementhelp wanted

Repository-Metriken

Stars
 (27 Sterne)
PR-Merge-Metriken
 (PR-Metriken ausstehend)

Beschreibung

Currently this plugin will only resolve the dependencies/components for a single workspace at a time, which can introduce additional complexity/complication when working in a multi-workspace monorepo. Enhancing the plugin to recursively traverse all nested workspaces is quite a small change and would simplify the usage of this plugin in more complex projects, especially in cases where isolated reporting of BOM information is not required.

Contributor Guide