diff --git a/go.mod b/go.mod index 51efc8b0..9a5857cb 100644 --- a/go.mod +++ b/go.mod @@ -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 diff --git a/go.sum b/go.sum index f04a9ebc..426bd448 100644 --- a/go.sum +++ b/go.sum @@ -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= diff --git a/internal/bundle/fmt_test.go b/internal/bundle/fmt_test.go index e0ce6795..38a0dbc6 100644 --- a/internal/bundle/fmt_test.go +++ b/internal/bundle/fmt_test.go @@ -27,7 +27,7 @@ policies: checks: - uid: query1 version: "1.0.0" - scoring_system: 2 + scoring_system: highest impact queries: - uid: query1 docs: @@ -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 @@ -100,7 +100,7 @@ policies: - uid: variant2 - uid: variant1 version: "1.0.0" - scoring_system: 2 + scoring_system: highest impact queries: - uid: query2 variants: @@ -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 @@ -202,7 +202,7 @@ policies: checks: - uid: query1 version: "1.0.0" - scoring_system: 2 + scoring_system: highest impact queries: - uid: query1 mql: | @@ -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