mirror of
https://github.com/anchore/syft.git
synced 2025-11-18 00:43:20 +01:00
Fix CPE gen for k8s python client (#1921)
Signed-off-by: Dan Luhring <dluhring@chainguard.dev> Co-authored-by: Christopher Phillips <christopher.phillips@anchore.com>
This commit is contained in:
parent
d21fa84335
commit
9744f4c009
@ -356,6 +356,11 @@ var defaultCandidateRemovals = buildCandidateRemovalLookup(
|
|||||||
candidateKey{PkgName: "redis"},
|
candidateKey{PkgName: "redis"},
|
||||||
candidateRemovals{VendorsToRemove: []string{"redis"}},
|
candidateRemovals{VendorsToRemove: []string{"redis"}},
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
pkg.PythonPkg,
|
||||||
|
candidateKey{PkgName: "kubernetes"},
|
||||||
|
candidateRemovals{ProductsToRemove: []string{"kubernetes"}},
|
||||||
|
},
|
||||||
// NPM packages
|
// NPM packages
|
||||||
{
|
{
|
||||||
pkg.NpmPkg,
|
pkg.NpmPkg,
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user