Skip to content

migrate CI to github action #1

migrate CI to github action

migrate CI to github action #1

Triggered via pull request June 28, 2024 06:03
Status Failure
Total duration 1m 46s
Artifacts

code-scan.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

8 errors
lint: pkg/northbound/a1/a1p-service.go#L130
Error return value of `json.Unmarshal` is not checked (errcheck)
lint: pkg/northbound/a1/a1p-service.go#L226
Error return value of `json.Unmarshal` is not checked (errcheck)
lint: pkg/northbound/a1/a1p-service.go#L321
Error return value of `json.Unmarshal` is not checked (errcheck)
lint: pkg/sdran/manager.go#L101
Error return value of `m.startNorthboundServer` is not checked (errcheck)
lint: pkg/policy/manager.go#L280
func `(*PolicyManager).isSimilarEnforced` is unused (unused)
lint: pkg/manager/manager.go#L520
func `(*Manager).changeCellsTypes` is unused (unused)
lint: pkg/sdran/manager.go#L335
S1008: should use 'return servingCgi != cgi' instead of 'if servingCgi == cgi { return false }; return true' (gosimple)
lint
Process completed with exit code 2.