From 434ef4b165b182586d3e4c291eaf6369913fceba Mon Sep 17 00:00:00 2001 From: Blaize M Kaye Date: Tue, 24 Oct 2023 07:24:38 +1300 Subject: [PATCH] Updates insights handler source --- internal/handler/trivyProcessing.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/handler/trivyProcessing.go b/internal/handler/trivyProcessing.go index e1a4e11..7aa8178 100644 --- a/internal/handler/trivyProcessing.go +++ b/internal/handler/trivyProcessing.go @@ -17,7 +17,7 @@ import ( "time" ) -const problemSource = "insights-handler-grype" +const problemSource = "insights-handler-trivy" func SbomToProblems(apiClient graphql.Client, trivyRemoteAddress string, bomWriteDirectory string, environmentId int, service string, sbom cdx.BOM) error { rep, err := executeProcessingTrivy(trivyRemoteAddress, bomWriteDirectory, sbom)