diff --git a/pkg/sbom/spdx/marshal.go b/pkg/sbom/spdx/marshal.go index 07a249d49f13..35bd0448aa5d 100644 --- a/pkg/sbom/spdx/marshal.go +++ b/pkg/sbom/spdx/marshal.go @@ -194,8 +194,6 @@ func (m *Marshaler) Marshal(ctx context.Context, bom *core.BOM) (*spdx.Document, } } - bom.Vulnerabilities() - sortPackages(packages) sortRelationships(relationShips) sortFiles(files)