Skip to content

Implement annotations proxy-ssl-client-secret and proxy-ssl-ca-configmap #1919

Implement annotations proxy-ssl-client-secret and proxy-ssl-ca-configmap

Implement annotations proxy-ssl-client-secret and proxy-ssl-ca-configmap #1919

Triggered via pull request December 10, 2024 13:37
Status Failure
Total duration 2m 33s
Artifacts

golangci-lint.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

5 errors and 1 warning
lint: internal/ingress/controller/store/backend_ssl.go#L55
paramTypeCombine: func(key string, resourceKind string, getPermCert func(string) (*ingress.SSLCert, error)) could be replaced with func(key, resourceKind string, getPermCert func(string) (*ingress.SSLCert, error)) (gocritic)
lint: internal/ingress/controller/store/backend_ssl.go#L245
paramTypeCombine: func(resourceName string, resourceKind string, resourceUID string, ca []byte, crl []byte) (*ingress.SSLCert, error) could be replaced with func(resourceName, resourceKind, resourceUID string, ca, crl []byte) (*ingress.SSLCert, error) (gocritic)
lint: internal/ingress/annotations/proxyssl/main.go#L49
G101: Potential hardcoded credentials (gosec)
lint: internal/ingress/controller/store/backend_ssl.go#L166
ineffectual assignment to err (ineffassign)
lint
issues found
lint
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636