mirror of
https://github.com/aquasecurity/trivy.git
synced 2025-12-22 23:26:39 -08:00
feat(python): add support for requirements.txt (#1169)
This commit is contained in:
@@ -33,7 +33,7 @@ func NewDriver(libType string) (Driver, error) {
|
||||
driver = newComposerDriver()
|
||||
case ftypes.Npm, ftypes.Yarn:
|
||||
driver = newNpmDriver()
|
||||
case ftypes.Pipenv, ftypes.Poetry:
|
||||
case ftypes.Pipenv, ftypes.Poetry, ftypes.Pip:
|
||||
driver = newPipDriver()
|
||||
case ftypes.NuGet:
|
||||
driver = newNugetDriver()
|
||||
|
||||
Reference in New Issue
Block a user