When updating a sensitive variable, the value needs to be null. This … #1083
Annotations
9 errors
test:
pkg/scriptmodules/script_module_service.go#L51
cannot use scriptModule.ScriptBody (variable of type string) as *string value in assignment
|
test:
pkg/scriptmodules/script_module_service.go#L55
cannot use scriptModule.Syntax (variable of type string) as *string value in assignment
|
test:
pkg/scriptmodules/script_module_service.go#L176
cannot use scriptModule.ScriptBody (variable of type string) as *string value in assignment
|
test:
pkg/scriptmodules/script_module_service.go#L180
cannot use scriptModule.Syntax (variable of type string) as *string value in assignment
|
test:
pkg/scriptmodules/script_module_service.go#L188
cannot use variable.Value (variable of type *string) as string value in assignment
|
test:
pkg/scriptmodules/script_module_service.go#L192
cannot use variable.Value (variable of type *string) as string value in assignment
|
test:
pkg/scriptmodules/script_module_service.go#L231
cannot use variable.Value (variable of type *string) as string value in assignment
|
test:
pkg/scriptmodules/script_module_service.go#L235
cannot use variable.Value (variable of type *string) as string value in assignment
|
test
Process completed with exit code 1.
|