chore(deps): update anchore/sbom-action action to v0.16.0 #4779
Annotations
3 errors
pkg/ai/azureopenai.go#L20
[golangci] reported by reviewdog 🐶
field `organizationId` is unused (unused)
Raw Output:
pkg/ai/azureopenai.go:20:2: field `organizationId` is unused (unused)
organizationId string
^
|
pkg/ai/openai.go#L34
[golangci] reported by reviewdog 🐶
field `organizationId` is unused (unused)
Raw Output:
pkg/ai/openai.go:34:2: field `organizationId` is unused (unused)
organizationId string
^
|
pkg/custom/client.go#L20
[golangci] reported by reviewdog 🐶
SA1019: grpc.Dial is deprecated: use NewClient instead. Will be supported throughout 1.x. (staticcheck)
Raw Output:
pkg/custom/client.go:20:15: SA1019: grpc.Dial is deprecated: use NewClient instead. Will be supported throughout 1.x. (staticcheck)
conn, err := grpc.Dial(fmt.Sprintf("%s:%s", c.Url, c.Port), grpc.WithTransportCredentials(insecure.NewCredentials()))
^
|
This job succeeded
Loading