You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Created temporary requirements file: ...
Using requirements file: ...
Safety package is required for vulnerability scanning but not installed.
Installing safety...
Safety installed successfully!
Failed to parse Safety output.
Afaik Pipenv check with ---quiet param does to return valid JSON as it should.
Expected result
A JSON report of vulnerabilities instead of the parse error.
Actual result
Pipenv exits with: "Failed to parse Safety output."
Issue description
When I run:
or just
I get:
Afaik Pipenv check with ---quiet param does to return valid JSON as it should.
Expected result
A JSON report of vulnerabilities instead of the parse error.
Actual result
Pipenv exits with: "Failed to parse Safety output."
Steps to replicate
$ pipenv --support
Pipenv version:
'2025.0.2'
Pipenv location:
'/usr/local/Cellar/pipenv/2025.0.2/libexec/lib/python3.13/site-packages/pipenv'
Python location:
'/usr/local/Cellar/pipenv/2025.0.2/libexec/bin/python'
OS Name:
'posix'
User pip version:
'25.0.1'
user Python installations found:
REDACTED
PEP 508 Information:
System environment variables:
REDACTED
Pipenv–specific environment variables:
Debug–specific environment variables:
PATH
:REDACTED
SHELL
:/bin/zsh
EDITOR
:nvim
LANG
:en_US.UTF-8
PWD
:/tmp/test
Contents of
Pipfile
('/private/tmp/test/Pipfile'):Contents of
Pipfile.lock
('/private/tmp/test/Pipfile.lock'):The text was updated successfully, but these errors were encountered: