CycloneDX/cyclonedx-node-yarn

feat: Support for projects with multiple/nested workspaces

Ouverte

#35 ouverte le 15 mars 2024

 (8 commentaires) (0 réaction) (0 personne assignée)JavaScript (10 forks)auto 404
enhancementhelp wanted

Métriques du dépôt

Stars
 (27 étoiles)
Métriques de merge PR
 (Métriques PR en attente)

Description

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.

Guide contributeur