Skip to content

[pull] master from smallstep:master #563

[pull] master from smallstep:master

[pull] master from smallstep:master #563

Triggered via pull request July 25, 2024 05:52
Status Failure
Total duration 2m 36s
Artifacts

ci.yml

on: pull_request
ci  /  ...  /  set-go-matrix
0s
ci / build / set-go-matrix
ci  /  ...  /  set-go-matrix
0s
ci / test / set-go-matrix
ci  /  actionlint
5s
ci / actionlint
ci  /  ...  /  lint
1m 42s
ci / lint / lint
ci  /  ...  /  govulncheck
47s
ci / govulncheck / govulncheck
Matrix: ci / codeql / CodeQL Analyze
Matrix: ci / build / build
Matrix: ci / test / test
Fit to window
Zoom out
Zoom in

Annotations

10 errors
ci / lint / lint: authority/tls_test.go#L2036
importShadow: shadow of imported package 'context' (gocritic)
ci / lint / lint: authority/tls_test.go#L2039
importShadow: shadow of imported package 'context' (gocritic)
ci / lint / lint: authority/tls_test.go#L2042
importShadow: shadow of imported package 'context' (gocritic)
ci / lint / lint: cmd/step-agent/main.go#L159
unlambda: replace `func(c *cli.Context) error {
ci / lint / lint: cmd/step-agent/main.go#L105
`marshalling` is a misspelling of `marshaling` (misspell)
ci / lint / lint: acme/validation/client.go#L57
superfluous-else: if block ends with call to panic function, so drop this else and outdent its block (move short variable declaration to its own line if necessary) (revive)
ci / lint / lint: acme/validation/client.go#L9
exported: type name will be used as validation.ValidationResponse by other packages, and that stutters; consider calling this Response (revive)
ci / lint / lint: acme/validation/client.go#L15
exported: type name will be used as validation.ValidationRequest by other packages, and that stutters; consider calling this Request (revive)
ci / lint / lint: cas/vaultcas/vaultcas.go#L175
unused-parameter: parameter 'req' seems to be unused, consider removing or renaming it as _ (revive)
ci / lint / lint: cas/sectigocas/eab/client.go#L30
superfluous-else: if block ends with call to panic function, so drop this else and outdent its block (move short variable declaration to its own line if necessary) (revive)