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),