Skip to content

Commit

Permalink
fixes issue #3346
Browse files Browse the repository at this point in the history
Signed-off-by: Fearkin <[email protected]>
  • Loading branch information
Fearkin committed Nov 21, 2024
1 parent a8d4202 commit 28801f8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions syft/format/common/spdxhelpers/to_format_model.go
Original file line number Diff line number Diff line change
Expand Up @@ -632,6 +632,7 @@ func toFiles(s sbom.SBOM) (results []*spdx.File) {
FileComment: comment,
// required, no attempt made to determine license information
LicenseConcluded: noAssertion,
FileCopyrightText: noAssertion,
Checksums: toFileChecksums(digests),
FileName: coordinates.RealPath,
FileTypes: toFileTypes(metadata),
Expand Down

0 comments on commit 28801f8

Please sign in to comment.