Skip to content

Add TLS certificates API support #400

Add TLS certificates API support

Add TLS certificates API support #400

Re-run triggered June 12, 2024 15:20
Status Success
Total duration 4m 6s
Artifacts

ci.yaml

on: pull_request
Matrix: test
release
0s
release
Matrix: assets
Fit to window
Zoom out
Zoom in

Annotations

24 errors and 6 warnings
test (ubuntu-latest): pkg/prom/registry.go#L137
parameter 'req' seems to be unused, consider removing or renaming it as _
test (ubuntu-latest): pkg/prom/registry.go#L183
parameter 'candidate' seems to be unused, consider removing or renaming it as _
test (ubuntu-latest): pkg/api/certificate_cache.go#L65
should omit type string from declaration of var uri; it will be inferred from the right-hand side
test (ubuntu-latest): pkg/api/certificate_cache.go#L25
struct field Id should be ID
test (ubuntu-latest): pkg/api/certificate_cache.go#L32
don't use underscores in Go names; struct field Not_after should be NotAfter
test (ubuntu-latest): pkg/api/certificate_cache.go#L19
exported type Certificates should have comment or be unexported
test (ubuntu-latest): pkg/api/certificate_cache.go#L23
exported type Certificate should have comment or be unexported
test (ubuntu-latest): pkg/api/certificate_cache.go#L28
exported type Attributes should have comment or be unexported
test (macos-latest): pkg/prom/registry.go#L137
parameter 'req' seems to be unused, consider removing or renaming it as _
test (macos-latest): pkg/prom/registry.go#L183
parameter 'candidate' seems to be unused, consider removing or renaming it as _
test (macos-latest): pkg/api/certificate_cache.go#L65
should omit type string from declaration of var uri; it will be inferred from the right-hand side
test (macos-latest): pkg/api/certificate_cache.go#L25
struct field Id should be ID
test (macos-latest): pkg/api/certificate_cache.go#L32
don't use underscores in Go names; struct field Not_after should be NotAfter
test (macos-latest): pkg/api/certificate_cache.go#L19
exported type Certificates should have comment or be unexported
test (macos-latest): pkg/api/certificate_cache.go#L23
exported type Certificate should have comment or be unexported
test (macos-latest): pkg/api/certificate_cache.go#L28
exported type Attributes should have comment or be unexported
test (windows-latest): pkg/prom/registry.go#L137
parameter 'req' seems to be unused, consider removing or renaming it as _
test (windows-latest): pkg/prom/registry.go#L183
parameter 'candidate' seems to be unused, consider removing or renaming it as _
test (windows-latest): pkg/api/certificate_cache.go#L25
struct field Id should be ID
test (windows-latest): pkg/api/certificate_cache.go#L32
don't use underscores in Go names; struct field Not_after should be NotAfter
test (windows-latest): pkg/api/certificate_cache.go#L19
exported type Certificates should have comment or be unexported
test (windows-latest): pkg/api/certificate_cache.go#L23
exported type Certificate should have comment or be unexported
test (windows-latest): pkg/api/certificate_cache.go#L28
exported type Attributes should have comment or be unexported
test (windows-latest): pkg/api/certificate_cache.go#L65
should omit type string from declaration of var uri; it will be inferred from the right-hand side
test (ubuntu-latest)
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/.
test (ubuntu-latest)
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/
test (macos-latest)
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/.
test (macos-latest)
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/
test (windows-latest)
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/.
test (windows-latest)
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/