Skip to content

PROP-27 - Implement Registry proxy #17

PROP-27 - Implement Registry proxy

PROP-27 - Implement Registry proxy #17

Triggered via pull request December 11, 2024 12:41
Status Failure
Total duration 43s
Artifacts

ci.yml

on: pull_request
Lint and Build
34s
Lint and Build
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 1 warning
Lint and Build: proxy/config/http.go#L17
tag is not aligned, should be: env:"REGISTRY_URL" envDefault:"localhost:5000" (tagalign)
Lint and Build: proxy/config/http.go#L18
tag is not aligned, should be: env:"AUTHENTICATE" envDefault:"false" (tagalign)
Lint and Build: proxy/config/http.go#L19
tag is not aligned, should be: env:"USERNAME" envDefault:"" (tagalign)
Lint and Build: proxy/config/http.go#L20
tag is not aligned, should be: env:"PASSWORD" envDefault:"" (tagalign)
Lint and Build: proxy/config/mqtt.go#L8
tag is not aligned, should be: env:"BROKER_URL" envDefault:"" (tagalign)
Lint and Build: proxy/config/mqtt.go#L9
tag is not aligned, should be: env:"PASSWORD" envDefault:"" (tagalign)
Lint and Build: proxy/config/mqtt.go#L10
tag is not aligned, should be: env:"PROPLET_ID" envDefault:"" (tagalign)
Lint and Build: proxy/config/mqtt.go#L11
tag is not aligned, should be: env:"CHANNEL_ID" envDefault:"" (tagalign)
Lint and Build: proxy/mqtt/mqtt.go#L28
fmt.Sprintf can be replaced with string concatenation (perfsprint)
Lint and Build
issues found
Lint and Build
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636