chore(deps): bump google.golang.org/api from 0.206.0 to 0.210.0 #635
ci.yml
on: pull_request
ci
/
...
/
set-go-matrix
0s
ci
/
...
/
set-go-matrix
0s
ci
/
actionlint
9s
ci
/
...
/
lint
2m 36s
ci
/
...
/
govulncheck
1m 7s
Matrix: ci / codeql / CodeQL Analyze
Matrix: ci / build / build
Matrix: ci / test / test
Annotations
18 errors and 9 warnings
ci / lint / lint:
acme/client.go#L147
nestingReduce: invert if cond, replace body with `continue`, move old body after the statement (gocritic)
|
ci / lint / lint:
cmd/step-agent/main.go#L159
unlambda: replace `func(c *cli.Context) error {
|
ci / lint / lint:
acme/api/handler.go#L176
typeAssertChain: rewrite if-else to type switch statement (gocritic)
|
ci / lint / lint:
cmd/step-agent/main.go#L105
`marshalling` is a misspelling of `marshaling` (misspell)
|
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:
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:
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)
|
ci / lint / lint:
cas/vaultcas/vaultcas.go#L178
unused-parameter: parameter 'req' seems to be unused, consider removing or renaming it as _ (revive)
|
ci / lint / lint:
acme/challenge.go#L171
var-naming: var errHttp should be errHTTP (revive)
|
ci / codeql / CodeQL Analyze (go)
could not import C (no metadata for C)
|
ci / test / test (oldstable):
acme/TestChallenge_Validate/challenge_test.go#L1407
challenge_test.go:1407:
Error Trace: /home/runner/work/pki-acme-service/pki-acme-service/acme/challenge_test.go:1407
Error: Received unexpected error:
unexpected challenge type ""
Test: TestChallenge_Validate/fail/already-invalid
---
|
ci / test / test (oldstable):
acme/wire_integration_test.go#L137
wire_integration_test.go:137: database file name: /tmp/integration-db-39452932
wire_integration_test.go:190: directory: {https://test.ca.smallstep.com/acme/test@acme-%3Ctest%3Eprovisioner.com/new-nonce https://test.ca.smallstep.com/acme/test@acme-%3Ctest%3Eprovisioner.com/new-account https://test.ca.smallstep.com/acme/test@acme-%3Ctest%3Eprovisioner.com/new-order https://test.ca.smallstep.com/acme/test@acme-%3Ctest%3Eprovisioner.com/revoke-cert https://test.ca.smallstep.com/acme/test@acme-%3Ctest%3Eprovisioner.com/key-change <nil>}
wire_integration_test.go:203: nonce: dmhBeWQzQlh0WUphRmdNVnowWGVsYkJWeXVObzlhU1Q
wire_integration_test.go:237: account ID: cqRJe7WWTZJh1aBrGVKxl91GmLtz80Rz
wire_integration_test.go:278: authzs IDs: [1eA3JNMhhS4jKTZH4pbtoyxJqgCCNf1i N7NWqKIXwmqV7ytAaXJXNY8k7vEb4z4x]
time="2024-12-09T15:47:39Z" level=warning msg="marking challenge g9UqjSLE2gcZuWJredQhOWsXNM0D6G6y as invalid: keyAuthorization does not match; expected \"wZuHjgPUkHPE1FZT8V1SVAZJlqB3sLhA.5_gOR7c_aygSGucLE_9-2Lv4YQXZ2wOsIARJxxkp_p8\", but got \"token.5_gOR7c_aygSGucLE_9-2Lv4YQXZ2wOsIARJxxkp_p8\""
wire_integration_test.go:428: challenge: g9UqjSLE2gcZuWJredQhOWsXNM0D6G6y invalid
time="2024-12-09T15:47:39Z" level=warning msg="marking challenge kjLY38ktRdEwYZ9uOneYQaY8fMxPg6tE as invalid: failed validating Wire access token: failed validation: go-jose/go-jose/jwt: validation failed, invalid audience claim (aud)"
wire_integration_test.go:428: challenge: kjLY38ktRdEwYZ9uOneYQaY8fMxPg6tE invalid
wire_integration_test.go:452: updated challenge: g9UqjSLE2gcZuWJredQhOWsXNM0D6G6y valid
wire_integration_test.go:452: updated challenge: kjLY38ktRdEwYZ9uOneYQaY8fMxPg6tE valid
wire_integration_test.go:490: updated order status: ready
wire_integration_test.go:580:
Error Trace: /home/runner/work/pki-acme-service/pki-acme-service/acme/api/wire_integration_test.go:580
/home/runner/work/pki-acme-service/pki-acme-service/acme/api/wire_integration_test.go:586
Error: Not equal:
expected: "valid"
actual : "processing"
Diff:
--- Expected
+++ Actual
@@ -1,2 +1,2 @@
-(acme.Status) (len=5) "valid"
+(acme.Status) (len=10) "processing"
Test: TestWireIntegration
---
|
ci / test / test (oldstable)
Process completed with exit code 2.
|
ci / test / test (stable)
The job was canceled because "oldstable" failed.
|
ci / test / test (stable):
acme/TestChallenge_Validate/challenge_test.go#L1407
challenge_test.go:1407:
Error Trace: /home/runner/work/pki-acme-service/pki-acme-service/acme/challenge_test.go:1407
Error: Received unexpected error:
unexpected challenge type ""
Test: TestChallenge_Validate/fail/already-invalid
---
|
ci / test / test (stable):
acme/wire_integration_test.go#L137
wire_integration_test.go:137: database file name: /tmp/integration-db-1346429763
wire_integration_test.go:190: directory: {https://test.ca.smallstep.com/acme/test@acme-%3Ctest%3Eprovisioner.com/new-nonce https://test.ca.smallstep.com/acme/test@acme-%3Ctest%3Eprovisioner.com/new-account https://test.ca.smallstep.com/acme/test@acme-%3Ctest%3Eprovisioner.com/new-order https://test.ca.smallstep.com/acme/test@acme-%3Ctest%3Eprovisioner.com/revoke-cert https://test.ca.smallstep.com/acme/test@acme-%3Ctest%3Eprovisioner.com/key-change <nil>}
wire_integration_test.go:203: nonce: S0lzT2JZbFV0dnNGRmFWWkpwOUFDQ1NPVG93MHpiYnM
wire_integration_test.go:237: account ID: 8jovtPZ2Vl2Du4Jgh6s5VByovPhb8MJa
wire_integration_test.go:278: authzs IDs: [MgaSrRmcpkMVDhVsly8PGr95iCDmXRP6 h96YCHzVinotlQX701uLwWRshGtSHjZn]
time="2024-12-09T15:47:40Z" level=warning msg="marking challenge llTdaZNFP6J1rG9wx24CSOFSP6GA6a3y as invalid: keyAuthorization does not match; expected \"KLsvjtCH4GaSibMgWjsS655JKTtVFOk0.I1iznq21s_tnAkSoBuAevxqk5LNnNxs2qrTLmuvWsiM\", but got \"token.I1iznq21s_tnAkSoBuAevxqk5LNnNxs2qrTLmuvWsiM\""
wire_integration_test.go:428: challenge: llTdaZNFP6J1rG9wx24CSOFSP6GA6a3y invalid
time="2024-12-09T15:47:40Z" level=warning msg="marking challenge rUKk7QxKNnj56AjC5opuZQxS7m7KFrd3 as invalid: failed validating Wire access token: failed validation: go-jose/go-jose/jwt: validation failed, invalid audience claim (aud)"
wire_integration_test.go:428: challenge: rUKk7QxKNnj56AjC5opuZQxS7m7KFrd3 invalid
wire_integration_test.go:452: updated challenge: llTdaZNFP6J1rG9wx24CSOFSP6GA6a3y valid
wire_integration_test.go:452: updated challenge: rUKk7QxKNnj56AjC5opuZQxS7m7KFrd3 valid
wire_integration_test.go:490: updated order status: ready
wire_integration_test.go:580:
Error Trace: /home/runner/work/pki-acme-service/pki-acme-service/acme/api/wire_integration_test.go:580
/home/runner/work/pki-acme-service/pki-acme-service/acme/api/wire_integration_test.go:586
Error: Not equal:
expected: "valid"
actual : "processing"
Diff:
--- Expected
+++ Actual
@@ -1,2 +1,2 @@
-(acme.Status) (len=5) "valid"
+(acme.Status) (len=10) "processing"
Test: TestWireIntegration
---
|
ci / test / test (stable)
Process completed with exit code 2.
|
ci / build / set-go-matrix
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
ci / actionlint
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
ci / test / set-go-matrix
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
ci / govulncheck / govulncheck
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
ci / build / build (stable)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
ci / build / build (oldstable)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
ci / lint / lint
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
ci / codeql / CodeQL Analyze (go)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
ci / test / test (oldstable)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|