-
Notifications
You must be signed in to change notification settings - Fork 109
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support pnpm-lock.yaml #65
Comments
Hi, |
You can search how to make Pull Request on GitHub. |
And for creating new PR, I need to push my branch in repository, but i have
|
You need fork the repo and then push the branch to your repo and then after you pushed it should be able to make a PR. |
I opened new pr, but could not update the reviewers |
@WorldVirus any intention on taking it further? I might take it if not. |
@eranshapira are you actually going to take it? |
In a different project I have been working on a PNPM lock file parsing, you can find it here: Feel free to use it |
Cool! Do you mind if we ask you to contribute? |
Description
Parse pnpm-lock.yaml so as to extract package names/versions.
Specification:
https://github.com/pnpm/spec/blob/master/lockfile/5.md
Example:
https://github.com/pnpm/pnpm/blob/main/pnpm-lock.yaml
Issue
aquasecurity/trivy#1200
The text was updated successfully, but these errors were encountered: