Skip to content

OAUTH support for AdobeIMS #4

OAUTH support for AdobeIMS

OAUTH support for AdobeIMS #4

Triggered via pull request October 15, 2025 10:13
@amuraruamuraru
synchronize #15
ims
Status Failure
Total duration 59s
Artifacts

ci.yaml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors
Lint: kafka/client_config_helper.go#L9
SA1019: "io/ioutil" has been deprecated since Go 1.19: As of Go 1.16, the same functionality is now provided by package [io] or package [os], and those implementations should be preferred in new code. See the specific function documentation for details. (staticcheck)
Lint: e2e/message_tracker.go#L99
S1012: should use time.Since instead of time.Now().Sub (staticcheck)
Lint: e2e/message_tracker.go#L64
S1024: should use time.Until instead of t.Sub(time.Now()) (staticcheck)
Lint: config.go#L91
QF1004: could use strings.ReplaceAll instead (staticcheck)
Lint: prometheus/collect_consumer_group_lags.go#L127
ineffectual assignment to err (ineffassign)
Lint: minion/service.go#L129
Error return value of `w.Write` is not checked (errcheck)
Lint: kafka/config_sasl_oauthbearer.go#L59
Error return value of `resp.Body.Close` is not checked (errcheck)
Lint: e2e/message_tracker.go#L117
Error return value of `t.cache.Remove` is not checked (errcheck)
Lint: e2e/message_tracker.go#L46
Error return value of `t.cache.Set` is not checked (errcheck)
Lint: e2e/message_tracker.go#L31
Error return value of `cache.SetTTL` is not checked (errcheck)