Skip to content

fix fips package name (#156) #111

fix fips package name (#156)

fix fips package name (#156) #111

Triggered via push February 4, 2025 07:52
Status Success
Total duration 1m 50s
Artifacts

on_push_pr.yml

on: push
push-pr  /  ...  /  Test binary compilation for all platforms:arch
push-pr / test-build-fake-prerelease / Test binary compilation for all platforms:arch
push-pr  /  ...  /  Run all static analysis checks
40s
push-pr / static-analysis / Run all static analysis checks
push-pr  /  ...  /  Run unit tests on *Nix
46s
push-pr / test-nix / Run unit tests on *Nix
push-pr  /  ...  /  Run unit tests on Windows
1m 10s
push-pr / test-windows / Run unit tests on Windows
push-pr  /  ...  /  Run integration tests on *Nix
1m 27s
push-pr / test-integration-nix / Run integration tests on *Nix
push-pr  /  ...  /  Test binary compilation for all platforms:arch
1m 39s
push-pr / test-build-nix / Test binary compilation for all platforms:arch
Matrix: push-pr / test-build-fake-prerelease / Create MSI
Waiting for pending jobs
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 1 warning
push-pr / static-analysis / Run all static analysis checks: src/entities/collect_test.go#L127
127-173 lines are duplicate of `src/entities/collect_test.go:175-220` (dupl)
push-pr / static-analysis / Run all static analysis checks: src/entities/collect_test.go#L175
175-220 lines are duplicate of `src/entities/collect_test.go:127-173` (dupl)
push-pr / static-analysis / Run all static analysis checks: src/workers_test.go#L66
Error return value of `e.SetInventoryItem` is not checked (errcheck)
push-pr / static-analysis / Run all static analysis checks: src/workers_test.go#L74
Error return value of `ms.SetMetric` is not checked (errcheck)
push-pr / static-analysis / Run all static analysis checks: src/entities/config_test.go#L70
Error return value of `bson.UnmarshalJSON` is not checked (errcheck)
push-pr / static-analysis / Run all static analysis checks: src/entities/config_test.go#L136
Error return value of `bson.UnmarshalJSON` is not checked (errcheck)
push-pr / static-analysis / Run all static analysis checks: src/connection/info.go#L149
cyclomatic complexity 13 of func `parsePEMKeyFile` is high (> 10) (gocyclo)
push-pr / static-analysis / Run all static analysis checks: src/entities/collect.go#L92
cyclomatic complexity 14 of func `collectReplGetStatus` is high (> 10) (gocyclo)
push-pr / static-analysis / Run all static analysis checks: src/entities/collect.go#L226
cyclomatic complexity 12 of func `collectCollStats` is high (> 10) (gocyclo)
push-pr / static-analysis / Run all static analysis checks: tests/integration/jsonschema/jsonschema.go#L27
do not define dynamic errors, use wrapped static errors instead: "fmt.Errorf(\"Error loading JSON schema, error: %v\", err)" (err113)
push-pr / static-analysis / 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/