Skip to content

[Feat]: Support for AWS ECR Authentication with Temporary Tokens #70

[Feat]: Support for AWS ECR Authentication with Temporary Tokens

[Feat]: Support for AWS ECR Authentication with Temporary Tokens #70

Triggered via pull request January 9, 2025 14:58
Status Failure
Total duration 4m 20s
Artifacts

golangci-lint.yaml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 1 warning
lint: pkg/test/mocks/ecr_credentials_helper_mock.go#L22
Comment should end in a period (godot)
lint: pkg/test/mocks/ecr_credentials_helper_mock.go#L27
Comment should end in a period (godot)
lint: pkg/test/mocks/ecr_credentials_helper_mock.go#L35
Comment should end in a period (godot)
lint: pkg/test/mocks/ecr_credentials_helper_mock.go#L39
do not define dynamic errors, use wrapped static errors instead: "fmt.Errorf(\"invalid URL format: %s\", url)" (err113)
lint: pkg/test/mocks/ecr_credentials_helper_mock.go#L67
do not define dynamic errors, use wrapped static errors instead: "fmt.Errorf(\"mock error for remote address: %s\", remoteAddress)" (err113)
lint: pkg/test/mocks/ecr_credentials_helper_mock.go#L61
Magic number: 12, in <argument> detected (mnd)
lint: pkg/test/mocks/ecr_credentials_helper_mock.go#L38
Magic number: 6, in <condition> detected (mnd)
lint: pkg/test/mocks/ecr_credentials_helper_mock.go#L86
return with no blank line before (nlreturn)
lint: pkg/test/mocks/ecr_credentials_helper_mock.go#L94
return with no blank line before (nlreturn)
lint: pkg/test/mocks/ecr_credentials_helper_mock.go#L103
return with no blank line before (nlreturn)
lint
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636