Skip to content

feat: cloud custom course #971

feat: cloud custom course

feat: cloud custom course #971

Triggered via pull request August 20, 2026 23:10
Status Failure
Total duration 51s
Artifacts

vulncheck.yml

on: pull_request
vulncheck-check
47s
vulncheck-check
Fit to window
Zoom out
Zoom in

Annotations

10 errors
vulncheck-check: internal/course/handler.go#L205
invalid operation: cannot indirect courseItem.Double_ (variable of type bool)
vulncheck-check: internal/course/handler.go#L204
invalid operation: courseItem.Double_ != nil (mismatched types bool and untyped nil)
vulncheck-check: internal/course/handler.go#L201
invalid operation: cannot indirect courseItem.Single (variable of type bool)
vulncheck-check: internal/course/handler.go#L200
invalid operation: courseItem.Single != nil (mismatched types bool and untyped nil)
vulncheck-check: internal/course/handler.go#L160
cannot use courseItem.Double_ (variable of type bool) as *bool value in argument to getBoolValue
vulncheck-check: internal/course/handler.go#L159
cannot use courseItem.Single (variable of type bool) as *bool value in argument to getBoolValue
vulncheck-check: internal/course/handler.go#L132
cannot use courseItem.Double_ (variable of type bool) as *bool value in argument to getBoolValue
vulncheck-check: internal/course/handler.go#L132
cannot use courseItem.Single (variable of type bool) as *bool value in argument to getBoolValue
vulncheck-check: internal/course/pack/custom_course.go#L42
cannot use &c.IsDouble (value of type *bool) as bool value in assignment
vulncheck-check: internal/course/pack/custom_course.go#L41
cannot use &c.IsSingle (value of type *bool) as bool value in assignment