Skip to content

Commit

Permalink
Updates insights handler source
Browse files Browse the repository at this point in the history
  • Loading branch information
bomoko committed Oct 23, 2023
1 parent 2d7a938 commit 434ef4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/handler/trivyProcessing.go
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 434ef4b

Please sign in to comment.