Skip to content

chore: bump duty to v1.0.226 #642

chore: bump duty to v1.0.226

chore: bump duty to v1.0.226 #642

Triggered via pull request November 8, 2023 19:58
Status Failure
Total duration 3m 53s
Artifacts

lint.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 1 warning
lint: api/context.go#L1
: # github.com/flanksource/config-db/api
lint: api/context.go#L113
undefined: duty.HydratedConnectionByURL (typecheck)
lint: scrapers/aws/aws.go#L28
could not import github.com/flanksource/config-db/api (-: # github.com/flanksource/config-db/api
lint: api/context.go#L113
undefined: duty.HydratedConnectionByURL) (typecheck)
lint: scrapers/aws/aws.go#L112
cannot use ctx (variable of type *AWSContext) as context.Context value in argument to ECR.DescribeRepositories: *AWSContext does not implement context.Context (missing method Deadline) (typecheck)
lint: scrapers/aws/aws.go#L144
cannot use ctx (variable of type *AWSContext) as context.Context value in argument to EKS.ListClusters: *AWSContext does not implement context.Context (missing method Deadline) (typecheck)
lint: scrapers/aws/aws.go#L150
cannot use ctx (variable of type *AWSContext) as context.Context value in argument to EKS.DescribeCluster: *AWSContext does not implement context.Context (missing method Deadline) (typecheck)
lint: scrapers/aws/aws.go#L183
cannot use ctx (variable of type *AWSContext) as context.Context value in argument to EFS.DescribeFileSystems: *AWSContext does not implement context.Context (missing method Deadline) (typecheck)
lint: scrapers/aws/aws.go#L212
cannot use ctx (variable of type *AWSContext) as context.Context value in argument to ctx.IAM.GetAccountSummary: *AWSContext does not implement context.Context (missing method Deadline) (typecheck)
lint: scrapers/aws/aws.go#L218
cannot use ctx (variable of type *AWSContext) as context.Context value in argument to ctx.IAM.ListAccountAliases: *AWSContext does not implement context.Context (missing method Deadline) (typecheck)
lint
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@ee0669bd1cc54295c223e0bb666b733df41de1c5, actions/setup-go@bfdd3570ce990073878bf10f6b2d79082de49492. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/