CycloneDX/cyclonedx-node-yarn

option to not interact with installed project(cache/fs)

已关闭

#49 创建于 2024年3月26日

 (4 条评论) (0 个反应) (1 位负责人)JavaScript (10 个派生)auto 404
enhancementhacktoberfesthelp wanted

仓库指标

星标
 (27 个星标)
PR 合并指标
 (PR 指标待抓取)

描述

current implementation requires a fully setup env.

yarn runs under the hood an install, if the setup is not complete. This is a yarn-internal process.

what about analysis of a not-installed setup in a no-network environment?

lets have a CLI switch --package-lock-only, that causes no interaction with the cache/fs

贡献者指南