-
Notifications
You must be signed in to change notification settings - Fork 30
Closed as not planned
Labels
Description
We recently switched our package manager from npm to pnpm since it reduce our install time by multiple minutes in our monorepo. Since then our Snyk scans are failing, as we should have expected. We hacked something to generate a package-lock from the pnpm-lock.yaml but we'd like to have a more robust solution.
Can we start working on a PR to add pnpm support? I saw that you already have a parser for yarn that uses yaml and I think we could reuse some logic.
Thanks!
gdostie, abdulhannanali, vincentwuhrlin, milahu, mrtnpar and 67 more