Skip to content

wip: impl unix sockets and impl trusted proxies #46

wip: impl unix sockets and impl trusted proxies

wip: impl unix sockets and impl trusted proxies #46

Triggered via pull request March 4, 2024 16:28
Status Failure
Total duration 1m 13s
Artifacts

lint.yml

on: pull_request
golangci-lint + codeql
1m 6s
golangci-lint + codeql
Fit to window
Zoom out
Zoom in

Annotations

4 errors and 2 warnings
golangci-lint + codeql: pkg/server/server.go#L203
append to slice `trustedIPs` with non-zero initialized length (makezero)
golangci-lint + codeql: pkg/server/server.go#L63
comparing with != will fail on wrapped errors. Use errors.Is to check for a specific error (errorlint)
golangci-lint + codeql: pkg/server/server.go#L77
comparing with != will fail on wrapped errors. Use errors.Is to check for a specific error (errorlint)
golangci-lint + codeql
issues found
golangci-lint + codeql
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-go@v4, github/codeql-action/init@v2, golangci/golangci-lint-action@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
golangci-lint + codeql
CodeQL Action v2 will be deprecated on December 5th, 2024. Please update all occurrences of the CodeQL Action in your workflow files to v3. For more information, see https://github.blog/changelog/2024-01-12-code-scanning-deprecation-of-codeql-action-v2/