diff --git a/syft/pkg/relationships_by_file_ownership.go b/syft/pkg/relationships_by_file_ownership.go index 691dbbacb2b..20079a893b6 100644 --- a/syft/pkg/relationships_by_file_ownership.go +++ b/syft/pkg/relationships_by_file_ownership.go @@ -13,6 +13,7 @@ var globsForbiddenFromBeingOwned = []string{ ApkDBGlob, DpkgDBGlob, RpmDBGlob, + "**/rpm/{Packages,Packages.db,rpmdb.sqlite}", // DEB packages share common copyright info between, this does not mean that sharing these paths implies ownership. "/usr/share/doc/**/copyright", }