Skip to content

Commit

Permalink
feat: update full text in encoder
Browse files Browse the repository at this point in the history
Signed-off-by: Christopher Phillips <[email protected]>
  • Loading branch information
spiffcs committed Nov 17, 2024
1 parent c997a8d commit b51f450
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions syft/format/syftjson/to_format_model.go
Original file line number Diff line number Diff line change
Expand Up @@ -230,6 +230,7 @@ func toLicenseModel(pkgLicenses []pkg.License) (modelLicenses []model.License) {

modelLicenses = append(modelLicenses, model.License{
Value: l.Value,
FullText: l.FullText,
SPDXExpression: l.SPDXExpression,
Type: l.Type,
URLs: urls,
Expand Down

0 comments on commit b51f450

Please sign in to comment.