Defined application names for all database sessions. Closes #3600 #7232
Annotations
20 errors
Build:
pkg/error_helpers/cancelled.go#L5
missing go.sum entry for module providing package github.com/turbot/steampipe-plugin-sdk/v5/error_helpers (imported by github.com/turbot/steampipe/pkg/error_helpers); to add:
|
Build:
pkg/steampipeconfig/connection_plugin.go#L8
missing go.sum entry for module providing package github.com/turbot/steampipe-plugin-sdk/v5/grpc (imported by github.com/turbot/steampipe/pkg/control/controlexecute); to add:
|
Build:
pkg/steampipeconfig/connection_plugin.go#L9
missing go.sum entry for module providing package github.com/turbot/steampipe-plugin-sdk/v5/grpc/proto (imported by github.com/turbot/steampipe/pkg/connection); to add:
|
Build:
pkg/pluginmanager_service/plugin_manager.go#L23
missing go.sum entry for module providing package github.com/turbot/steampipe-plugin-sdk/v5/grpc/shared (imported by github.com/turbot/steampipe/pkg/pluginmanager_service); to add:
|
Build:
cmd/dashboard.go#L14
missing go.sum entry for module providing package github.com/turbot/steampipe-plugin-sdk/v5/logging (imported by github.com/turbot/steampipe/cmd); to add:
|
Build:
cmd/root.go#L21
missing go.sum entry for module providing package github.com/turbot/steampipe-plugin-sdk/v5/plugin (imported by github.com/turbot/steampipe/cmd); to add:
|
Build:
pkg/pluginmanager_service/plugin_manager.go#L7
missing go.sum entry for module providing package github.com/turbot/steampipe-plugin-sdk/v5/sperr (imported by github.com/turbot/steampipe/pkg/pluginmanager_service); to add:
|
Build:
pkg/initialisation/init_data.go#L10
missing go.sum entry for module providing package github.com/turbot/steampipe-plugin-sdk/v5/telemetry (imported by github.com/turbot/steampipe/pkg/initialisation); to add:
|
Build:
pkg/steampipeconfig/connection_updates_validate.go#L8
missing go.sum entry for module providing package github.com/turbot/steampipe-plugin-sdk/v5/version (imported by github.com/turbot/steampipe/pkg/steampipeconfig); to add:
|
Build
Process completed with exit code 1.
|
Build:
pkg/type_conversion/postgres_conversion.go#L80
elseif: can replace 'else {if cond {}}' with 'else if cond {}' (gocritic)
|
Build:
pkg/type_conversion/slice.go#L11
typeSwitchVar: 1 case can benefit from type switch with assignment (gocritic)
|
Build:
pkg/type_conversion/postgres_conversion.go#L133
error is nil (line 131) but it returns error (nilerr)
|
Build:
pkg/steampipeconfig/inputvars/typeexpr/type_type.go#L86
underef: could simplify (*aPtr).Equals to aPtr.Equals (gocritic)
|
Build:
ui/dashboard/scripts/version.go#L17
G306: Expect WriteFile permissions to be 0600 or less (gosec)
|
Build:
pkg/dashboard/dashboardevents/dashboard_changed.go#L335
diff declared and not used (typecheck)
|
Build:
pkg/dashboard/dashboardexecute/container_run.go#L48
err declared and not used (typecheck)
|
Build:
pkg/dashboard/dashboardexecute/dashboard_run.go#L122
err declared and not used (typecheck)
|
Build:
pkg/dashboard/dashboardexecute/referenced_variables.go#L19
addReferencedVars declared and not used (typecheck)
|
Build:
pkg/dashboard/dashboardexecute/runtime_dependency_subscriber_impl.go#L131
publisher.GetName undefined (type RuntimeDependencyPublisher has no field or method GetName) (typecheck)
|