From 2976df5b92bf19f01127a9ad1bac5a4d1f75f170 Mon Sep 17 00:00:00 2001 From: Christopher Phillips <32073428+spiffcs@users.noreply.github.com> Date: Tue, 14 Oct 2025 05:02:15 -0400 Subject: [PATCH] chore: schema and test additions Signed-off-by: Christopher Phillips <32073428+spiffcs@users.noreply.github.com> --- syft/format/internal/spdxutil/helpers/source_info.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/syft/format/internal/spdxutil/helpers/source_info.go b/syft/format/internal/spdxutil/helpers/source_info.go index 6729e6d49..a26c1d74b 100644 --- a/syft/format/internal/spdxutil/helpers/source_info.go +++ b/syft/format/internal/spdxutil/helpers/source_info.go @@ -83,7 +83,7 @@ func SourceInfo(p pkg.Package) string { case pkg.TerraformPkg: answer = "acquired package info from Terraform dependency lock file" case pkg.ModelPkg: - answer = "acquired package info from AI artifact (e.g. GGUF File" + answer = "acquired package info from AI artifact (e.g. GGUF File)" default: answer = "acquired package info from the following paths" }