Skip to content
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

Restore lockfile in phylum parse output #1317

Merged
merged 1 commit into from
Dec 12, 2023
Merged

Restore lockfile in phylum parse output #1317

merged 1 commit into from
Dec 12, 2023

Conversation

kylewillmon
Copy link
Contributor

@kylewillmon kylewillmon commented Dec 12, 2023

Fix #1316

Note

This patch causes phylum parse to use the same format that is currently used by API. This means using the lockfile key just like CLI v5.9.0 rather than a more broad origin key.

> phylum parse ./requirements.txt
Generating lockfile for manifest "requirements.txt" using Pip…
[
  {
    "name": "PyYAML",
    "version": "6.0.1",
    "type": "pypi",
    "lockfile": "requirements.txt"
  }
]                                                                                                                                                                                                                                                                                                                               

@kylewillmon kylewillmon requested a review from a team as a code owner December 12, 2023 20:59
@kylewillmon kylewillmon merged commit 344554c into main Dec 12, 2023
14 checks passed
@kylewillmon kylewillmon deleted the parse-lockfile branch December 12, 2023 21:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Lockfile information missing phylum parse
2 participants