mirror of
https://github.com/anchore/syft
synced 2024-11-10 06:14:16 +00: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
1 changed files with 5 additions and 0 deletions
|
@ -356,6 +356,11 @@ var defaultCandidateRemovals = buildCandidateRemovalLookup(
|
|||
candidateKey{PkgName: "redis"},
|
||||
candidateRemovals{VendorsToRemove: []string{"redis"}},
|
||||
},
|
||||
{
|
||||
pkg.PythonPkg,
|
||||
candidateKey{PkgName: "kubernetes"},
|
||||
candidateRemovals{ProductsToRemove: []string{"kubernetes"}},
|
||||
},
|
||||
// NPM packages
|
||||
{
|
||||
pkg.NpmPkg,
|
||||
|
|
Loading…
Reference in a new issue