Skip to content

Commit

Permalink
🧹 Bump cnquery to v11.13.1 (#1373)
Browse files Browse the repository at this point in the history
* 🧹 Bump cnquery to v11.13.1

* fix: tests data related to scoring system MarshalJSON (#1374)

---------

Co-authored-by: Mondoo Tools <tools@mondoo.com>
Co-authored-by: Mikita Iwanowski <info@slnt-opp.xyz>
  • Loading branch information
3 people authored Jul 17, 2024
1 parent 31314c1 commit 6b9168d
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ require (
github.com/spf13/pflag v1.0.6-0.20201009195203-85dd5c8bc61c
github.com/spf13/viper v1.19.0
github.com/stretchr/testify v1.9.0
go.mondoo.com/cnquery/v11 v11.13.1-0.20240716143627-33d21cf2f682
go.mondoo.com/cnquery/v11 v11.13.1
go.mondoo.com/mondoo-go v0.0.0-20240716062427-ec95d879cbe7
go.mondoo.com/ranger-rpc v0.6.2
go.opentelemetry.io/otel v1.28.0
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -948,8 +948,8 @@ github.com/zclconf/go-cty v1.10.0/go.mod h1:vVKLxnk3puL4qRAv72AO+W99LUD4da90g3uU
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.13.1-0.20240716143627-33d21cf2f682 h1:FwgFYv9nAcAGnlmuAZArzxlZm+y8PUG0mX0jaeGMKPE=
go.mondoo.com/cnquery/v11 v11.13.1-0.20240716143627-33d21cf2f682/go.mod h1:jX/3p7Q/xAi4Yrc9AQRAIIhQQSUyTRYhXaY9X6Fnbl0=
go.mondoo.com/cnquery/v11 v11.13.1 h1:zT8pEUxNfG5RXOAhWGhoHofebcadQApWoZnQP6D7dOU=
go.mondoo.com/cnquery/v11 v11.13.1/go.mod h1:jX/3p7Q/xAi4Yrc9AQRAIIhQQSUyTRYhXaY9X6Fnbl0=
go.mondoo.com/mondoo-go v0.0.0-20240716062427-ec95d879cbe7 h1:nsTJvZNM+4VNgzsua3IZ2FeDqiQXT7MvaN5ifoy08Uw=
go.mondoo.com/mondoo-go v0.0.0-20240716062427-ec95d879cbe7/go.mod h1:4032UBD0ph9LyhXq5OQmmxkJv37HdAGi34YLWbhnMDA=
go.mondoo.com/ranger-rpc v0.6.2 h1:HgPprXOblvF3dOWLTz5si+uKnUyJhuOGH9yr96RDDyc=
Expand Down
12 changes: 6 additions & 6 deletions internal/bundle/fmt_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ policies:
checks:
- uid: query1
version: "1.0.0"
scoring_system: 2
scoring_system: highest impact
queries:
- uid: query1
docs:
Expand Down Expand Up @@ -63,7 +63,7 @@ policies:
- filters: asset.family.contains('unix')
checks:
- uid: query1
scoring_system: 2
scoring_system: highest impact
queries:
- uid: query1
title: Ensure Secure Boot is enabled
Expand Down Expand Up @@ -100,7 +100,7 @@ policies:
- uid: variant2
- uid: variant1
version: "1.0.0"
scoring_system: 2
scoring_system: highest impact
queries:
- uid: query2
variants:
Expand Down Expand Up @@ -152,7 +152,7 @@ queries:
variants:
- uid: variant1
- uid: variant2
scoring_system: 2
scoring_system: highest impact
queries:
- uid: query1
title: Ensure Secure Boot is enabled
Expand Down Expand Up @@ -202,7 +202,7 @@ policies:
checks:
- uid: query1
version: "1.0.0"
scoring_system: 2
scoring_system: highest impact
queries:
- uid: query1
mql: |
Expand Down Expand Up @@ -239,7 +239,7 @@ policies:
- filters: asset.family.contains('unix')
checks:
- uid: query1
scoring_system: 2
scoring_system: highest impact
queries:
- uid: query1
title: Ensure Secure Boot is enabled
Expand Down

0 comments on commit 6b9168d

Please sign in to comment.