Skip to content

Commit

Permalink
refactor: remove unneeded function
Browse files Browse the repository at this point in the history
  • Loading branch information
DmitriyLewen committed Jul 25, 2024
1 parent 7259cbf commit b1ca52e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions pkg/sbom/spdx/marshal.go
Original file line number Diff line number Diff line change
Expand Up @@ -194,8 +194,6 @@ func (m *Marshaler) Marshal(ctx context.Context, bom *core.BOM) (*spdx.Document,
}
}

bom.Vulnerabilities()

sortPackages(packages)
sortRelationships(relationShips)
sortFiles(files)
Expand Down

0 comments on commit b1ca52e

Please sign in to comment.