Skip to content

Commit

Permalink
add
Browse files Browse the repository at this point in the history
  • Loading branch information
rchincha committed Apr 12, 2024
1 parent 7c218a8 commit 5b8e104
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/bom/adapter.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ func ConvertFromSyftFile(fil *v2_3.File) *spdx.File {
kfil := &spdx.File{
Entity: spdx.Entity{
ID: string(fil.FileSPDXIdentifier),
Name: fil.FileName,
FileName: fil.FileName,
CopyrightText: fil.FileCopyrightText,
LicenseConcluded: fil.LicenseConcluded,
LicenseComments: fil.LicenseComments,
Expand Down

0 comments on commit 5b8e104

Please sign in to comment.