PR #627 #1724
codeql
on: dynamic
Matrix: analyze
Annotations
10 errors
|
Analyze (go)
invalid operation: err != nil (mismatched types bool and untyped nil)
|
|
Analyze (go)
cannot use d.gpuAllocator.Allocate(gpu.AllocationRequest{…}) (value of interface type error) as bool value in assignment
|
|
Analyze (go)
cannot use indices (variable of interface type error) as []int value in struct literal
|
|
Analyze (go)
cannot use strategy (variable of type []int) as string value in struct literal
|
|
Analyze (go)
invalid operation: err != nil (mismatched types bool and untyped nil)
|
|
Analyze (go)
cannot use autoscaler.NewScaler(d.serviceRegistry, d) (value of interface type autoscaler.Scaler) as *autoscaler.Scaler value in assignment: autoscaler.Scaler does not implement *autoscaler.Scaler (type *autoscaler.Scaler is pointer to interface, not interface)
|
|
Analyze (go)
d.healthChecker.Run undefined (type *health.Checker is pointer to interface, not interface)
|
|
Analyze (go)
cannot use health.NewChecker(d.serviceRegistry, d.containerManager) (value of type *health.ConcreteChecker) as *health.Checker value in assignment: *health.ConcreteChecker does not implement *health.Checker (type *health.Checker is pointer to interface, not interface)
|
|
Analyze (go)
too many arguments in call to d.gpuInventory.Refresh
|
|
Analyze (go)
cannot use g.MemoryMB (variable of type uint64) as int64 value in struct literal
|