Skip to content

Commit

Permalink
🧹 Bump cnquery to v11.41.0 (#1574)
Browse files Browse the repository at this point in the history
Co-authored-by: Mondoo Tools <[email protected]>
  • Loading branch information
github-actions[bot] and mondoo-tools authored Feb 11, 2025
1 parent 4f8306f commit 18156f9
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v11.40.0
v11.41.0
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ require (
github.com/spf13/viper v1.19.0
github.com/stretchr/testify v1.10.0
github.com/zclconf/go-cty v1.16.2
go.mondoo.com/cnquery/v11 v11.40.1-0.20250210194124-e3c2a4674b14
go.mondoo.com/cnquery/v11 v11.41.0
go.mondoo.com/mondoo-go v0.0.0-20250205000345-690a9b35d697
go.mondoo.com/ranger-rpc v0.6.5
go.opentelemetry.io/otel v1.34.0
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -1003,8 +1003,8 @@ github.com/zclconf/go-cty-debug v0.0.0-20240509010212-0d6042c53940/go.mod h1:CmB
go.etcd.io/etcd/api/v3 v3.5.1/go.mod h1:cbVKeC6lCfl7j/8jBhAK6aIYO9XOjdptoxU/nLQcPvs=
go.etcd.io/etcd/client/pkg/v3 v3.5.1/go.mod h1:IJHfcCEKxYu1Os13ZdwCwIUTUVGYTSAM3YSwc9/Ac1g=
go.etcd.io/etcd/client/v2 v2.305.1/go.mod h1:pMEacxZW7o8pg4CrFE7pquyCJJzZvkvdD2RibOCCCGs=
go.mondoo.com/cnquery/v11 v11.40.1-0.20250210194124-e3c2a4674b14 h1:jcmWodMc40dRRc/IcPL1Zx7FgeAHhUvFej8VYGv9nHs=
go.mondoo.com/cnquery/v11 v11.40.1-0.20250210194124-e3c2a4674b14/go.mod h1:wJctqqiV+9CkNOqqUE5fQzJhF768GTWdspmxHcCMAR8=
go.mondoo.com/cnquery/v11 v11.41.0 h1:TaeuTsUe260JnAIRK/MnP+X+1prfetNi8hRo4W0ExFU=
go.mondoo.com/cnquery/v11 v11.41.0/go.mod h1:wJctqqiV+9CkNOqqUE5fQzJhF768GTWdspmxHcCMAR8=
go.mondoo.com/mondoo-go v0.0.0-20250205000345-690a9b35d697 h1:tzrXhjEbdxy/qNlBfoWG9N4BkAfMKFvP8sgIrn5y/v0=
go.mondoo.com/mondoo-go v0.0.0-20250205000345-690a9b35d697/go.mod h1:0HMHhLaS0V1himFIJQxABmvqEAdWv1NUScXpSjrhxqo=
go.mondoo.com/ranger-rpc v0.6.5 h1:KKoeTGPonJI3T6lrT9oxdH9eNlZC6pdqYvsuWZWyB6w=
Expand Down

1 comment on commit 18156f9

@github-actions
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ Performance Alert ⚠️

Possible performance regression was detected for benchmark.
Benchmark result of this commit is worse than the previous benchmark result exceeding threshold 1.50.

Benchmark suite Current: 18156f9 Previous: 4f8306f Ratio
BenchmarkScan_SingleAsset 4230286009 ns/op 248511800 B/op 5418630 allocs/op 2136031185 ns/op 248548992 B/op 5418591 allocs/op 1.98
BenchmarkScan_SingleAsset - ns/op 4230286009 ns/op 2136031185 ns/op 1.98

This comment was automatically generated by workflow using github-action-benchmark.

Please sign in to comment.