Skip to content

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

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

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

Triggered via pull request January 9, 2025 16:50
Status Failure
Total duration 4m 31s
Artifacts

golangci-lint.yaml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 1 warning
lint: pkg/extensions/sync/ecr_credential_helper.go#L133
return with no blank line before (nlreturn)
lint: pkg/extensions/sync/service.go#L165
return with no blank line before (nlreturn)
lint: pkg/test/mocks/ecr_credentials_helper_mock.go#L14
SA9004: only the first constant in this group has an explicit type (staticcheck)
lint: pkg/extensions/sync/ecr_credential_helper.go#L24
SA9004: only the first constant in this group has an explicit type (staticcheck)
lint: pkg/extensions/sync/ecr_credential_helper.go#L145
expressions should not be cuddled with blocks (wsl)
lint: pkg/extensions/sync/ecr_credential_helper.go#L153
only one cuddle assignment allowed before if statement (wsl)
lint: pkg/extensions/sync/ecr_credential_helper.go#L99
only one cuddle assignment allowed before if statement (wsl)
lint: pkg/extensions/sync/ecr_credential_helper.go#L123
only one cuddle assignment allowed before if statement (wsl)
lint: pkg/extensions/sync/service.go#L78
switch statements should only be cuddled with variables switched (wsl)
lint: pkg/extensions/sync/service.go#L64
if statements should only be cuddled with assignments used in the if statement itself (wsl)
lint
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636