diff --git a/syft/pkg/type.go b/syft/pkg/type.go index e57be7836..3c43d0613 100644 --- a/syft/pkg/type.go +++ b/syft/pkg/type.go @@ -16,6 +16,7 @@ const ( NpmPkg Type = "npm" YarnPkg Type = "yarn" PythonRequirementsPkg Type = "python-requirements" + PythonSetupPkg Type = "python-setup" JavaPkg Type = "java-archive" JenkinsPluginPkg Type = "jenkins-plugin" GoModulePkg Type = "go-module" @@ -32,6 +33,7 @@ var AllPkgs = []Type{ NpmPkg, YarnPkg, PythonRequirementsPkg, + PythonSetupPkg, JavaPkg, JenkinsPluginPkg, GoModulePkg,