chore(deps): update elasticsearch docker tag to v8.9.1 #249
This run and associated checks have been archived and are scheduled for deletion.
Learn more about checks retention
push_pr.yml
on: push
Run all static analysis checks
1m 24s
Run unit tests on *Nix
1m 1s
Run unit tests on Windows
1m 54s
Run integration tests on *Nix
2m 12s
Test binary compilation for all platforms:arch
2m 30s
Annotations
10 errors and 4 warnings
Run all static analysis checks:
src/client_test.go#L45
elseif: can replace 'else {if cond {}}' with 'else if cond {}' (gocritic)
|
Run all static analysis checks:
src/metric_definition.go#L4
type `MasterNodeIdResponse` should be `MasterNodeIDResponse` (golint)
|
Run all static analysis checks:
src/metrics.go#L63
func result `nodeId` should be `nodeID` (golint)
|
Run all static analysis checks:
src/metrics.go#L82
func result `masterId` should be `masterID` (golint)
|
Run all static analysis checks:
src/metrics.go#L83
var `masterIdResponseObject` should be `masterIDResponseObject` (golint)
|
Run all static analysis checks:
src/inventory_test.go#L262
G306: Expect WriteFile permissions to be 0600 or less (gosec)
|
Run all static analysis checks:
src/metrics_test.go#L51
G306: Expect WriteFile permissions to be 0600 or less (gosec)
|
Run all static analysis checks:
src/elasticsearch.go#L15
struct of size 240 bytes could be of size 224 bytes:
|
Run all static analysis checks:
src/inventory.go#L29
`retrive` is a misspelling of `retrieve` (misspell)
|
Run all static analysis checks:
src/elasticsearch_test.go#L21
`getTestingEntity` - `entityArgs` always receives `nil` (unparam)
|
Run all static analysis checks
Unexpected input(s) 'auditOn', valid inputs are ['entryPoint', 'args', 'config', 'publishToken']
|
Run all static analysis checks
The `set-output` 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/
|
Run unit tests on Windows
Restore cache failed: Dependencies file is not found in D:\a\nri-elasticsearch\nri-elasticsearch. Supported file pattern: go.sum
|
Run integration tests on *Nix
Restore cache failed: Dependencies file is not found in /home/runner/work/nri-elasticsearch/nri-elasticsearch. Supported file pattern: go.sum
|