Skip to content

validate options: check for secure connection for h2c and identity headers #572

validate options: check for secure connection for h2c and identity headers

validate options: check for secure connection for h2c and identity headers #572

Triggered via pull request April 2, 2024 19:38
Status Failure
Total duration 2m 4s
Artifacts

build.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

18 errors and 14 warnings
Generate: cmd/kube-rbac-proxy/app/options/proxyoptions.go#L168
syntax error: unexpected newline in argument list; possibly missing comma or )
Generate
Process completed with exit code 2.
Lint: cmd/kube-rbac-proxy/app/kube-rbac-proxy.go#L49
could not import github.com/brancz/kube-rbac-proxy/cmd/kube-rbac-proxy/app/options (-: # github.com/brancz/kube-rbac-proxy/cmd/kube-rbac-proxy/app/options
Lint: cmd/kube-rbac-proxy/app/kube-rbac-proxy.go#L122
o.SecureServing undefined (type *completedProxyRunOptions has no field or method SecureServing) (typecheck)
Lint: cmd/kube-rbac-proxy/app/kube-rbac-proxy.go#L123
o.DelegatingAuthentication undefined (type *completedProxyRunOptions has no field or method DelegatingAuthentication) (typecheck)
Lint: cmd/kube-rbac-proxy/app/kube-rbac-proxy.go#L124
o.DelegatingAuthorization undefined (type *completedProxyRunOptions has no field or method DelegatingAuthorization) (typecheck)
Lint: cmd/kube-rbac-proxy/app/kube-rbac-proxy.go#L125
o.ProxyOptions undefined (type *completedProxyRunOptions has no field or method ProxyOptions) (typecheck)
Lint: cmd/kube-rbac-proxy/app/kube-rbac-proxy.go#L126
o.OIDCOptions undefined (type *completedProxyRunOptions has no field or method OIDCOptions) (typecheck)
Lint: cmd/kube-rbac-proxy/app/kube-rbac-proxy.go#L134
opts.SecureServing undefined (type *completedProxyRunOptions has no field or method SecureServing) (typecheck)
Lint: cmd/kube-rbac-proxy/app/kube-rbac-proxy.go#L138
opts.ProxySecureServing undefined (type *completedProxyRunOptions has no field or method ProxySecureServing) (typecheck)
Lint: cmd/kube-rbac-proxy/app/kube-rbac-proxy.go#L139
opts.ProxySecureServing undefined (type *completedProxyRunOptions has no field or method ProxySecureServing) (typecheck)
Lint: cmd/kube-rbac-proxy/app/kube-rbac-proxy.go#L143
opts.DelegatingAuthentication undefined (type *completedProxyRunOptions has no field or method DelegatingAuthentication) (typecheck)
Build: cmd/kube-rbac-proxy/app/options/proxyoptions.go#L168
syntax error: unexpected newline in argument list; possibly missing comma or )
Build
Process completed with exit code 2.
Unit tests: cmd/kube-rbac-proxy/app/options/proxyoptions.go#L168
syntax error: unexpected newline in argument list; possibly missing comma or )
Unit tests
Process completed with exit code 2.
E2E tests: cmd/kube-rbac-proxy/app/options/proxyoptions.go#L168
syntax error: unexpected newline in argument list; possibly missing comma or )
E2E tests
Process completed with exit code 2.
Check license
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Check license
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Generate
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, actions/setup-go@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Generate
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-go@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Lint
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, golangci/golangci-lint-action@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Lint
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, golangci/golangci-lint-action@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Lint
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Lint
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Build
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, actions/setup-go@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Build
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-go@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Unit tests
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, actions/setup-go@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Unit tests
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-go@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
E2E tests
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, engineerd/setup-kind@v0.5.0, actions/setup-go@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
E2E tests
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, engineerd/setup-kind@v0.5.0, actions/setup-go@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/