Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Removes Deprecated Item
Browse files Browse the repository at this point in the history
bomoko committed Jan 10, 2024
1 parent e4b51c1 commit 41a3461
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/handler/insightsParserFilter.go
Original file line number Diff line number Diff line change
@@ -96,7 +96,7 @@ func processSbomInsightsData(h *Messaging, insights InsightsData, v string, apiC
//log.Printf("Successfully decoded SBOM of image %s with %s, found %d for '%s:%s'", bom.Metadata.Component.Name, (*bom.Metadata.Tools)[0].Name, len(*bom.Components), resource.Project, resource.Environment)
logger.Info("Successfully decoded SBOM",
"image", bom.Metadata.Component.Name,
"fieldName", (*bom.Metadata.Tools)[0].Name,
"fieldName", (*bom.Metadata.Tools.Components)[0].Name,
"Length", len(*bom.Components),
)

0 comments on commit 41a3461

Please sign in to comment.