Any suggestions on how to generate a `Pipfile.lock...
# general
a
Any suggestions on how to generate a
Pipfile.lock
for a given target? The pex lockfile seems similar, but not exactly the same.
e
If you're on new enough Pants you can
./pants package
the target, then run
PEX_TOOLS=1 the.pex venv right/here --pip
Then Pip install what you need in that venv to generate the lock with? If you can create a Pipfile.lock that way.
I don't speak Pipfile so this is a wild guess
a
yeah, i think pipfiles are a pipenv thing. which is yet another tool to do the same thing.
e
Is this for real use or indirect use by a security scanner?
a
ahah ding. Veracode only supports pipfile.lock to do SCA
e
Right. I think @dry-analyst-73584 is working in this area and may or may not have progress or just more info on her direction for you tomorrow.
👌 1