-
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
pipenv check --auto-install --scan fails #6405
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
Comments
I am getting a slightly different failure from CI environment, which seems related to
`pipenv --support`
$ pipenv --support $ pipenv --supportPipenv version: Pipenv location: Python location: OS Name: User pip version: user Python installations found:
PEP 508 Information:
System environment variables:
Pipenv–specific environment variables: |
Uh oh!
There was an error while loading. Please reload this page.
Issue description
pipenv check --auto-install --scan --use-installed --key -API_KEY
fails with an output value error during the vulnerability scan.Expected result
The command should successfully complete the vulnerability scan and display the results.
Actual result
Error: Invalid value for '--output' (env var: 'None'): <ScanOutput.SCREEN: 'screen'> is not one of 'json', 'spdx', '[email protected]', '[email protected]', 'html', 'screen', 'none'.
And if I run
pipenv check --auto-install --scan --use-installed --key API_KEY --ouput json
it gives
Steps to replicate
pipenv check --auto-install --scan --use-installed --key -API_KEY
$ pipenv --support
Pipenv version:
'2025.0.2'
Pipenv location:
'/usr/local/lib/python3.12/site-packages/pipenv'
Python location:
'/usr/local/bin/python3.12'
OS Name:
'posix'
User pip version:
'25.0.1'
user Python installations found:
3.12.8
:/home/user/.local/share/virtualenvs/source-ULxectDb/bin/python3
3.12.8
:/home/user/.local/share/virtualenvs/source-ULxectDb/bin/python
3.12.8
:/usr/local/bin/python3
3.12.8
:/usr/local/bin/python
PEP 508 Information:
System environment variables:
HOSTNAME
DEBUG
SHLVL
HOME
USER_SELF_API_ENDPOINT
PYTHONUNBUFFERED
GPG_KEY
APPLICATION_VERSION
PS1
PYTHON_SHA256
PYTHONDONTWRITEBYTECODE
DJANGO_SUPERUSER_PASSWORD
USER_IDENTITY_API_ENDPOINT
PIP_DISABLE_PIP_VERSION_CHECK
TERM
PATH
POSTGRES_HOST
PIPENV_ACTIVE
LANG
VIRTUAL_ENV_PROMPT
PYTHON_VERSION
PIP_PYTHON_PATH
VIRTUAL_ENV
PWD
Pipenv–specific environment variables:
PIPENV_ACTIVE
:1
The text was updated successfully, but these errors were encountered: