hawkeyesec / scanner-cli

A project security/vulnerability/risk scanning tool
Other
358 stars 89 forks source link

Module python-piprot should support Pipfile #88

Open felixhammerl opened 6 years ago

felixhammerl commented 6 years ago

As a python developer I want piprot to run when I use Pipfile instead of requirements.txt So that I can get outdated my dependencies detected.

Description

Currently the module python-piprot runs only when a requirements.txt is present. It does not recognize Pipfile, an alternative to the widely used requirements.txt.

Acceptance Criteria

Unresolved Questions

z0u commented 5 years ago

piprot is no longer maintained. It recommends using pip or pipenv directly:

NOTE: this package is no longer maintained. You can use pip list --outdated or pipenv update --outdated to show outdated packages (with a little less whimsy).

The issue linked to in the previous comment no longer exists.