Skip to content

fix(webhook): only send one response to client #13809

fix(webhook): only send one response to client

fix(webhook): only send one response to client #13809

Triggered via push June 28, 2024 03:24
Status Success
Total duration 1m 44s
Artifacts

validate.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

29 errors and 1 warning
[golangci] database/pipeline/create.go#L3: database/pipeline/create.go#L3
3-54 lines are duplicate of `database/pipeline/update.go:3-55` (dupl)
[golangci] database/pipeline/update.go#L3: database/pipeline/update.go#L3
3-55 lines are duplicate of `database/pipeline/create.go:3-54` (dupl)
[golangci] database/deployment/create.go#L3: database/deployment/create.go#L3
3-34 lines are duplicate of `database/deployment/update.go:3-34` (dupl)
[golangci] database/deployment/update.go#L3: database/deployment/update.go#L3
3-34 lines are duplicate of `database/deployment/create.go:3-34` (dupl)
[golangci] mock/server/schedule.go#L3: mock/server/schedule.go#L3
3-284 lines are duplicate of `mock/server/secret.go:4-181` (dupl)
[golangci] database/worker/create.go#L3: database/worker/create.go#L3
3-38 lines are duplicate of `database/worker/update.go:3-38` (dupl)
[golangci] database/worker/update.go#L3: database/worker/update.go#L3
3-38 lines are duplicate of `database/worker/create.go:3-38` (dupl)
[golangci] api/pipeline/validate.go#L78: api/pipeline/validate.go#L78
78-109 lines are duplicate of `api/pipeline/compile.go:80-111` (dupl)
[golangci] api/pipeline/validate.go#L3: api/pipeline/validate.go#L3
3-109 lines are duplicate of `api/pipeline/expand.go:4-111` (dupl)
[golangci] compiler/native/expand.go#L47: compiler/native/expand.go#L47
Function 'ExpandSteps' has too many statements (77 > 70) (funlen)
[golangci] mock/server/authentication.go#L81: mock/server/authentication.go#L81
string `error` has 4 occurrences, make it a constant (goconst)
[golangci] database/executable/pop.go#L16: database/executable/pop.go#L16
unused-parameter: parameter 'ctx' seems to be unused, consider removing or renaming it as _ (revive)
[golangci] database/executable/table.go#L38: database/executable/table.go#L38
unused-parameter: parameter 'ctx' seems to be unused, consider removing or renaming it as _ (revive)
[golangci] database/executable/create.go#L17: database/executable/create.go#L17
unused-parameter: parameter 'ctx' seems to be unused, consider removing or renaming it as _ (revive)
[golangci] scm/github/authentication.go#L59: scm/github/authentication.go#L59
unused-parameter: parameter 'w' seems to be unused, consider removing or renaming it as _ (revive)
[golangci] secret/vault/refresh_test.go#L45: secret/vault/refresh_test.go#L45
unused-parameter: parameter 'r' seems to be unused, consider removing or renaming it as _ (revive)
[golangci] secret/vault/refresh_test.go#L71: secret/vault/refresh_test.go#L71
unused-parameter: parameter 'in' seems to be unused, consider removing or renaming it as _ (revive)
[golangci] secret/vault/refresh_test.go#L108: secret/vault/refresh_test.go#L108
unused-parameter: parameter 'in' seems to be unused, consider removing or renaming it as _ (revive)
[golangci] secret/vault/refresh_test.go#L128: secret/vault/refresh_test.go#L128
unused-parameter: parameter 'in' seems to be unused, consider removing or renaming it as _ (revive)
[golangci] secret/vault/refresh_test.go#L201: secret/vault/refresh_test.go#L201
unused-parameter: parameter 'r' seems to be unused, consider removing or renaming it as _ (revive)
[golangci] router/middleware/logger.go#L48: router/middleware/logger.go#L48
unused-parameter: parameter 'timeFormat' seems to be unused, consider removing or renaming it as _ (revive)
[golangci] api/webhook/post.go#L193: api/webhook/post.go#L193
Non-inherited new context, use function like `context.WithXXX` instead (contextcheck)
[golangci] api/webhook/post.go#L598: api/webhook/post.go#L598
Non-inherited new context, use function like `context.WithXXX` instead (contextcheck)
[golangci] api/webhook/post.go#L609: api/webhook/post.go#L609
Non-inherited new context, use function like `context.WithXXX` instead (contextcheck)
[golangci] scm/github/access.go#L34: scm/github/access.go#L34
Function `newClientToken` should pass the context parameter (contextcheck)
[golangci] scm/github/access.go#L103: scm/github/access.go#L103
Function `newClientToken` should pass the context parameter (contextcheck)
[golangci] scm/github/access.go#L153: scm/github/access.go#L153
Function `newClientToken` should pass the context parameter (contextcheck)
[golangci] compiler/template/starlark/starlark.go#L131: compiler/template/starlark/starlark.go#L131
only one cuddle assignment allowed before if statement (wsl)
[golangci] secret/vault/get.go#L40: secret/vault/get.go#L40
directive `//nolint:ineffassign,staticcheck // ignore false positive` is unused for linter "staticcheck" (nolintlint)
validate
Failed to restore: "/usr/bin/tar" failed with error: The process '/usr/bin/tar' failed with exit code 2