Skip to content

Fix for failing Windows SCEP enrollment certificates #1651

Fix for failing Windows SCEP enrollment certificates

Fix for failing Windows SCEP enrollment certificates #1651

Triggered via pull request October 1, 2024 12:08
Status Failure
Total duration 2m 51s
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
2m 6s
ci / lint / lint
ci  /  ...  /  govulncheck
31s
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: test/integration/scep/internal/x509/oid.go#L30
evalOrder: may want to evaluate o.unmarshalOIDText(oid) before the return statement (gocritic)
ci / lint / lint: test/integration/scep/internal/x509/oid.go#L236
importShadow: shadow of imported package 'bytes' (gocritic)
ci / lint / lint: test/integration/scep/internal/x509/parser.go#L628
emptyStringTest: replace `len(domain) > 0` with `domain != ""` (gocritic)
ci / lint / lint: test/integration/scep/internal/x509/parser.go#L578
emptyStringTest: replace `len(trimmedDomain) > 0` with `trimmedDomain != ""` (gocritic)
ci / lint / lint: test/integration/scep/internal/x509/parser.go#L648
emptyStringTest: replace `len(trimmedDomain) > 0` with `trimmedDomain != ""` (gocritic)
ci / lint / lint: test/integration/scep/internal/x509/parser.go#L413
emptyStringTest: replace `len(uri.Host) > 0` with `uri.Host != ""` (gocritic)
ci / lint / lint: test/integration/scep/internal/x509/parser.go#L684
ifElseChain: rewrite if-else to switch statement (gocritic)
ci / lint / lint: test/integration/scep/internal/x509/verify.go#L158
emptyStringTest: replace `len(domain) > 0` with `domain != ""` (gocritic)
ci / lint / lint: test/integration/scep/internal/x509/verify.go#L20
emptyStringTest: replace `len(in) == 0` with `in == ""` (gocritic)
ci / lint / lint: test/integration/scep/internal/x509/verify.go#L40
emptyStringTest: replace `len(in) == 0` with `in == ""` (gocritic)