mirror of
https://github.com/anchore/syft.git
synced 2025-11-17 16:33:21 +01:00
pkg: add a new type to identify setup.py packages
Signed-off-by: Alfredo Deza <adeza@anchore.com>
This commit is contained in:
parent
afce14388b
commit
27c207bbca
@ -16,6 +16,7 @@ const (
|
|||||||
NpmPkg Type = "npm"
|
NpmPkg Type = "npm"
|
||||||
YarnPkg Type = "yarn"
|
YarnPkg Type = "yarn"
|
||||||
PythonRequirementsPkg Type = "python-requirements"
|
PythonRequirementsPkg Type = "python-requirements"
|
||||||
|
PythonSetupPkg Type = "python-setup"
|
||||||
JavaPkg Type = "java-archive"
|
JavaPkg Type = "java-archive"
|
||||||
JenkinsPluginPkg Type = "jenkins-plugin"
|
JenkinsPluginPkg Type = "jenkins-plugin"
|
||||||
GoModulePkg Type = "go-module"
|
GoModulePkg Type = "go-module"
|
||||||
@ -32,6 +33,7 @@ var AllPkgs = []Type{
|
|||||||
NpmPkg,
|
NpmPkg,
|
||||||
YarnPkg,
|
YarnPkg,
|
||||||
PythonRequirementsPkg,
|
PythonRequirementsPkg,
|
||||||
|
PythonSetupPkg,
|
||||||
JavaPkg,
|
JavaPkg,
|
||||||
JenkinsPluginPkg,
|
JenkinsPluginPkg,
|
||||||
GoModulePkg,
|
GoModulePkg,
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user