From 28801f817e33aabcad8f11be1130b62805157c60 Mon Sep 17 00:00:00 2001 From: Fearkin Date: Thu, 21 Nov 2024 23:50:39 +0500 Subject: [PATCH] fixes issue #3346 Signed-off-by: Fearkin --- syft/format/common/spdxhelpers/to_format_model.go | 1 + 1 file changed, 1 insertion(+) diff --git a/syft/format/common/spdxhelpers/to_format_model.go b/syft/format/common/spdxhelpers/to_format_model.go index 643c5aa9f87..3facf511dc2 100644 --- a/syft/format/common/spdxhelpers/to_format_model.go +++ b/syft/format/common/spdxhelpers/to_format_model.go @@ -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),