Skip to content

Commit

Permalink
fix: conan poco project cpe (anchore#2740)
Browse files Browse the repository at this point in the history
Signed-off-by: Keith Zantow <kzantow@gmail.com>
  • Loading branch information
kzantow authored and brian-ebarb committed Apr 17, 2024
1 parent 4a7a8f1 commit eff2178
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -351,6 +351,12 @@ var defaultCandidateAdditions = buildCandidateLookup(
candidateKey{PkgName: "node"},
candidateAddition{AdditionalProducts: []string{"nodejs", "node.js"}},
},
// Conan packages
{
pkg.ConanPkg,
candidateKey{PkgName: "poco"},
candidateAddition{AdditionalVendors: []string{"pocoproject"}},
},
})

var defaultCandidateRemovals = buildCandidateRemovalLookup(
Expand Down

0 comments on commit eff2178

Please sign in to comment.