Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Try to support nested all queries #4360

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from

Try to support nested all queries

6e2d7b1
Select commit
Loading
Failed to load commit list.
Sign in for the full log view
Draft

Try to support nested all queries #4360

Try to support nested all queries
6e2d7b1
Select commit
Loading
Failed to load commit list.
GitHub Actions / Test Results failed Jul 17, 2024 in 0s

2 fail, 835 pass in 26s

837 tests   835 ✅  26s ⏱️
 97 suites    0 💤
  1 files      2 ❌

Results for commit 6e2d7b1.

Annotations

Check warning on line 0 in go.mondoo.com/cnquery/v11/cli/printer

See this annotation in the file changed.

@github-actions github-actions / Test Results

TestPrinter_Assessment/users.all(sshkeys.length_>_2)_ (go.mondoo.com/cnquery/v11/cli/printer) failed

artifacts/test-results/report.xml [took 0s]
Raw output
Failed
=== RUN   TestPrinter_Assessment/users.all(sshkeys.length_>_2)_
7:49PM DBG starting query execution qrid=NNLvdO5Bi0U=
7:49PM DBG finished query execution qrid=NNLvdO5Bi0U=
7:49PM DBG RDeZQ2YVhnc0mFAXOZoLU+1jSHP8UPbOsGkO0wY0ofJRXysG6JQdMsvv5kt8/K9SCwWIL5WermhPFPAL9oeaag== finished
7:49PM DBG NRgSymfrQnPepAzcmAlkhdhdN/4ia98rfVCF1xg5Q4jkdKTI6wacFW8HuJ6aL7YXL012a9JPWwhFP6B5NaBPcg== finished
7:49PM DBG graph has received all datapoints
    printer_test.go:80: 
        	Error Trace:	/home/runner/_work/cnquery/cnquery/cli/printer/printer_test.go:80
        	Error:      	Not equal: 
        	            	expected: "[failed] users.all()\n  actual:   [\n    0: user name=\"root\" gid=0 uid=0 {\n      sshkeys: []\n      sshkeys.length: 0\n    }\n    1: user name=\"bin\" gid=1 uid=1 {\n      sshkeys: []\n      sshkeys.length: 0\n    }\n    2: user name=\"chris\" gid=1000 uid=1000 {\n      sshkeys: []\n      sshkeys.length: 0\n    }\n    3: user name=\"christopher\" gid=1000 uid=1001 {\n      sshkeys: []\n      sshkeys.length: 0\n    }\n  ]\n"
        	            	actual  : "[failed] users.all()\n  actual:   [\n    0: user name=\"root\" gid=0 uid=0 {\n      sshkeys.length: 0\n    }\n    1: user name=\"bin\" gid=1 uid=1 {\n      sshkeys.length: 0\n    }\n    2: user name=\"chris\" gid=1000 uid=1000 {\n      sshkeys.length: 0\n    }\n    3: user name=\"christopher\" gid=1000 uid=1001 {\n      sshkeys.length: 0\n    }\n  ]\n"
        	            	
        	            	Diff:
        	            	--- Expected
        	            	+++ Actual
        	            	@@ -3,3 +3,2 @@
        	            	     0: user name="root" gid=0 uid=0 {
        	            	-      sshkeys: []
        	            	       sshkeys.length: 0
        	            	@@ -7,3 +6,2 @@
        	            	     1: user name="bin" gid=1 uid=1 {
        	            	-      sshkeys: []
        	            	       sshkeys.length: 0
        	            	@@ -11,3 +9,2 @@
        	            	     2: user name="chris" gid=1000 uid=1000 {
        	            	-      sshkeys: []
        	            	       sshkeys.length: 0
        	            	@@ -15,3 +12,2 @@
        	            	     3: user name="christopher" gid=1000 uid=1001 {
        	            	-      sshkeys: []
        	            	       sshkeys.length: 0
        	Test:       	TestPrinter_Assessment/users.all(sshkeys.length_>_2)_
--- FAIL: TestPrinter_Assessment/users.all(sshkeys.length_>_2)_ (0.00s)

Check warning on line 0 in go.mondoo.com/cnquery/v11/cli/printer

See this annotation in the file changed.

@github-actions github-actions / Test Results

TestPrinter_Assessment (go.mondoo.com/cnquery/v11/cli/printer) failed

artifacts/test-results/report.xml [took 0s]
Raw output
Failed
=== RUN   TestPrinter_Assessment
--- FAIL: TestPrinter_Assessment (0.01s)

Check notice on line 0 in .github

See this annotation in the file changed.

@github-actions github-actions / Test Results

837 tests found

There are 837 tests, see "Raw output" for the full list of tests.
Raw output
go.mondoo.com/cnquery/v11 ‑ TestFeatureFlags
go.mondoo.com/cnquery/v11 ‑ TestGetLatestVersion
go.mondoo.com/cnquery/v11/apps/provider-scaffold ‑ TestGenerator
go.mondoo.com/cnquery/v11/checksums ‑ TestChecksums
go.mondoo.com/cnquery/v11/cli/config ‑ TestConfigParsing
go.mondoo.com/cnquery/v11/cli/config ‑ TestConfigParsing/test_config_with_space_mrn
go.mondoo.com/cnquery/v11/cli/config ‑ TestConfigParsing/test_org_service_account_with_scope_mrn
go.mondoo.com/cnquery/v11/cli/config ‑ TestConfigParsing/test_space_service_account_with_scope_mrn
go.mondoo.com/cnquery/v11/cli/config ‑ TestNewSSMParameter
go.mondoo.com/cnquery/v11/cli/config ‑ TestNewSSMParameterPathReturnsErrWhenNoRegion
go.mondoo.com/cnquery/v11/cli/config ‑ TestParseSSMParameterPath
go.mondoo.com/cnquery/v11/cli/config ‑ TestParseSSMParameterPathBadPathReturnsError
go.mondoo.com/cnquery/v11/cli/config ‑ Test_autodetectConfig
go.mondoo.com/cnquery/v11/cli/config ‑ Test_autodetectConfig/test_homeConfig_returned_even_if_systemConfig_exists
go.mondoo.com/cnquery/v11/cli/config ‑ Test_autodetectConfig/test_homeConfig_returned_if_exists
go.mondoo.com/cnquery/v11/cli/config ‑ Test_autodetectConfig/test_systemConfig_returned
go.mondoo.com/cnquery/v11/cli/config ‑ Test_inventoryPath
go.mondoo.com/cnquery/v11/cli/config ‑ Test_probeConfigMemFs
go.mondoo.com/cnquery/v11/cli/config ‑ Test_probeConfigOsFs
go.mondoo.com/cnquery/v11/cli/execruntime ‑ TestAzureRuntimeEnv
go.mondoo.com/cnquery/v11/cli/execruntime ‑ TestCircleCIRuntimeEnv
go.mondoo.com/cnquery/v11/cli/execruntime ‑ TestDetectGitlab
go.mondoo.com/cnquery/v11/cli/execruntime ‑ TestGithubRuntimeEnv
go.mondoo.com/cnquery/v11/cli/execruntime ‑ TestGitlabRuntimeEnv
go.mondoo.com/cnquery/v11/cli/execruntime ‑ TestJenkinsRuntimeEnv
go.mondoo.com/cnquery/v11/cli/execruntime ‑ TestMondooOperatorRuntimeEnv
go.mondoo.com/cnquery/v11/cli/inventoryloader ‑ TestInventoryTemplate
go.mondoo.com/cnquery/v11/cli/printer ‑ TestPrinter
go.mondoo.com/cnquery/v11/cli/printer ‑ TestPrinter/['1-2']_{__.split('-')_}
go.mondoo.com/cnquery/v11/cli/printer ‑ TestPrinter/[1].where(___>_0_)
go.mondoo.com/cnquery/v11/cli/printer ‑ TestPrinter/[]
go.mondoo.com/cnquery/v11/cli/printer ‑ TestPrinter/a_=_3__if(true)_{__a_==_3__}
go.mondoo.com/cnquery/v11/cli/printer ‑ TestPrinter/file('zzz')_{_content_}
go.mondoo.com/cnquery/v11/cli/printer ‑ TestPrinter/if_(_mondoo.version_!=_null_)_{_mondoo.build_}
go.mondoo.com/cnquery/v11/cli/printer ‑ TestPrinter/mondoo
go.mondoo.com/cnquery/v11/cli/printer ‑ TestPrinter/mondoo_{__.version_}
go.mondoo.com/cnquery/v11/cli/printer ‑ TestPrinter/mondoo_{_version_}
go.mondoo.com/cnquery/v11/cli/printer ‑ TestPrinter/users
go.mondoo.com/cnquery/v11/cli/printer ‑ TestPrinter/{}
go.mondoo.com/cnquery/v11/cli/printer ‑ TestPrinter_Assessment
go.mondoo.com/cnquery/v11/cli/printer ‑ TestPrinter_Assessment/#_@msg_Expected_${$expected.length}_users_but_got_${length}_users.none(_uid_==_0_)
go.mondoo.com/cnquery/v11/cli/printer ‑ TestPrinter_Assessment/[1,2,3]._#_@msg_Found_${length}_numbers_none(___>_1_)
go.mondoo.com/cnquery/v11/cli/printer ‑ TestPrinter_Assessment/if(true)_{___#_@msg_Expected_${$expected.length}_users_but_got_${length}___users.none(_uid_==_0_)_}
go.mondoo.com/cnquery/v11/cli/printer ‑ TestPrinter_Assessment/mondoo.build_==_1
go.mondoo.com/cnquery/v11/cli/printer ‑ TestPrinter_Assessment/mondoo.build_==_1;_mondoo.version
go.mondoo.com/cnquery/v11/cli/printer ‑ TestPrinter_Assessment/mondoo.build_==_1;_user(name:_'notthere').authorizedkeys.file
go.mondoo.com/cnquery/v11/cli/printer ‑ TestPrinter_Assessment/mondoo.build_==_1;mondoo.version_=='unstable';
go.mondoo.com/cnquery/v11/cli/printer ‑ TestPrinter_Assessment/parse.json("/dummy.json").params.f.where(ff_==_3)_!=_empty_parse.json("/dummy.json").params.f.where(ff_==_3).all(ff_<_0)
go.mondoo.com/cnquery/v11/cli/printer ‑ TestPrinter_Assessment/sshd.config_{_params['test']_}
go.mondoo.com/cnquery/v11/cli/printer ‑ TestPrinter_Assessment/users.all(_1000_>_uid_)_
go.mondoo.com/cnquery/v11/cli/printer ‑ TestPrinter_Assessment/users.all(_uid_<_1000_)_
go.mondoo.com/cnquery/v11/cli/printer ‑ TestPrinter_Assessment/users.all(_uid_==_0_&&_enabled_==_true_)_
go.mondoo.com/cnquery/v11/cli/printer ‑ TestPrinter_Assessment/users.all(sshkeys.length_>_2)_
go.mondoo.com/cnquery/v11/cli/printer ‑ TestPrinter_Assessment/users.list.duplicates(gid).none()_
go.mondoo.com/cnquery/v11/cli/printer ‑ TestPrinter_Assessment/users.none(_'/root'_==_home_);_users.all(_name_!=_'root'_)_
go.mondoo.com/cnquery/v11/cli/printer ‑ TestPrinter_Blocks
go.mondoo.com/cnquery/v11/cli/printer ‑ TestPrinter_Blocks/['a',_'b']_{_x=____x_==_'a'_}
go.mondoo.com/cnquery/v11/cli/printer ‑ TestPrinter_Blocks/['a',_'b']_{_x=____x_}
go.mondoo.com/cnquery/v11/cli/printer ‑ TestPrinter_Buggy
go.mondoo.com/cnquery/v11/cli/printer ‑ TestPrinter_Buggy/mondoo
go.mondoo.com/cnquery/v11/cli/prof ‑ TestParse
go.mondoo.com/cnquery/v11/cli/prof ‑ TestParse/all_together
go.mondoo.com/cnquery/v11/cli/prof ‑ TestParse/enable
go.mondoo.com/cnquery/v11/cli/prof ‑ TestParse/enabled
go.mondoo.com/cnquery/v11/cli/prof ‑ TestParse/listen
go.mondoo.com/cnquery/v11/cli/prof ‑ TestParse/memprofilerate
go.mondoo.com/cnquery/v11/cli/prof ‑ TestParse/no_options_provided
go.mondoo.com/cnquery/v11/cli/progress ‑ TestMultiProgressBar
go.mondoo.com/cnquery/v11/cli/progress ‑ TestMultiProgressBarError
go.mondoo.com/cnquery/v11/cli/progress ‑ TestMultiProgressBarErrored
go.mondoo.com/cnquery/v11/cli/progress ‑ TestMultiProgressBarFinished
go.mondoo.com/cnquery/v11/cli/progress ‑ TestMultiProgressBarLastErrored
go.mondoo.com/cnquery/v11/cli/progress ‑ TestMultiProgressBarLimitedOneMore
go.mondoo.com/cnquery/v11/cli/progress ‑ TestMultiProgressBarNotApplicable
go.mondoo.com/cnquery/v11/cli/progress ‑ TestMultiProgressBarOnlyOneErrored
go.mondoo.com/cnquery/v11/cli/progress ‑ TestMultiProgressBarOrdering
go.mondoo.com/cnquery/v11/cli/progress ‑ TestMultiProgressBarSingleAsset
go.mondoo.com/cnquery/v11/cli/reporter ‑ TestCSVExport
go.mondoo.com/cnquery/v11/cli/reporter ‑ TestJsonReporter
go.mondoo.com/cnquery/v11/cli/reporter ‑ TestProtoReporter
go.mondoo.com/cnquery/v11/cli/reporter ‑ TestQueryConversion
go.mondoo.com/cnquery/v11/cli/reporter ‑ TestQueryConversion/users.where(uid==0)
go.mondoo.com/cnquery/v11/cli/shell ‑ TestShell_Centos8
go.mondoo.com/cnquery/v11/cli/shell ‑ TestShell_Help
go.mondoo.com/cnquery/v11/cli/shell ‑ TestShell_RunOnce
go.mondoo.com/cnquery/v11/examples ‑ TestExampleLint
go.mondoo.com/cnquery/v11/explorer ‑ TestBundleAssetFilter
go.mondoo.com/cnquery/v11/explorer ‑ TestBundleLoad
go.mondoo.com/cnquery/v11/explorer ‑ TestBundleLoad/compile_complex_bundle
go.mondoo.com/cnquery/v11/explorer ‑ TestBundleLoad/load_bundle_from_file
go.mondoo.com/cnquery/v11/explorer ‑ TestBundleLoad/load_bundle_from_memory
go.mondoo.com/cnquery/v11/explorer ‑ TestFilterQueriesIgnoreError
go.mondoo.com/cnquery/v11/explorer ‑ TestFilterQueriesWontCompile
go.mondoo.com/cnquery/v11/explorer ‑ TestLocalServicesInterface
go.mondoo.com/cnquery/v11/explorer ‑ TestMatchFilters
go.mondoo.com/cnquery/v11/explorer ‑ TestMatchFilters/no_matching_filter_(matching_is_empty)
go.mondoo.com/cnquery/v11/explorer ‑ TestMatchFilters/no_matching_filter_(matching_is_provided)
go.mondoo.com/cnquery/v11/explorer ‑ TestMatchFilters/one_matching_filter
go.mondoo.com/cnquery/v11/explorer ‑ TestMerging
go.mondoo.com/cnquery/v11/explorer ‑ TestMerging/empty_base
go.mondoo.com/cnquery/v11/explorer ‑ TestMerging/empty_main
go.mondoo.com/cnquery/v11/explorer ‑ TestMerging/inherit_scoring_(explicit)
go.mondoo.com/cnquery/v11/explorer ‑ TestMerging/inherit_value
go.mondoo.com/cnquery/v11/explorer ‑ TestMerging/nil_base
go.mondoo.com/cnquery/v11/explorer ‑ TestMissingUidMrnWontCompile
go.mondoo.com/cnquery/v11/explorer ‑ TestMissingUidMrnWontCompile/missing_pack_UID/MRN
go.mondoo.com/cnquery/v11/explorer ‑ TestMissingUidMrnWontCompile/missing_query_UID/MRN
go.mondoo.com/cnquery/v11/explorer ‑ TestMqueryMerge
go.mondoo.com/cnquery/v11/explorer ‑ TestMquery_Refresh
go.mondoo.com/cnquery/v11/explorer ‑ TestMquery_RefreshAsAssetFilterStableChecksum
go.mondoo.com/cnquery/v11/explorer ‑ TestMquery_Remediation
go.mondoo.com/cnquery/v11/explorer ‑ TestMquery_Remediation/marshal_remediation_to_json
go.mondoo.com/cnquery/v11/explorer ‑ TestMquery_Remediation/parse_default_remediation,_string-only
go.mondoo.com/cnquery/v11/explorer ‑ TestMquery_Remediation/parse_internal_structure,_which_uses_items
go.mondoo.com/cnquery/v11/explorer ‑ TestMquery_Remediation/parse_multiple_remediation_via_array
go.mondoo.com/cnquery/v11/explorer ‑ TestNewFilters
go.mondoo.com/cnquery/v11/explorer ‑ TestNewFilters/empty
go.mondoo.com/cnquery/v11/explorer ‑ TestNewFilters/two_filters
go.mondoo.com/cnquery/v11/explorer ‑ TestPackWithoutQueries
go.mondoo.com/cnquery/v11/explorer ‑ TestParsing
go.mondoo.com/cnquery/v11/explorer ‑ TestParsing/complex_definition
go.mondoo.com/cnquery/v11/explorer ‑ TestParsing/invalid_high_impact
go.mondoo.com/cnquery/v11/explorer ‑ TestParsing/invalid_high_impact_in_complex_struct
go.mondoo.com/cnquery/v11/explorer ‑ TestParsing/invalid_low_impact
go.mondoo.com/cnquery/v11/explorer ‑ TestParsing/invalid_low_impact_in_complex_struct
go.mondoo.com/cnquery/v11/explorer ‑ TestParsing/simple_number
go.mondoo.com/cnquery/v11/explorer ‑ TestProperty_MustCompile
go.mondoo.com/cnquery/v11/explorer ‑ TestProperty_MustCompile/fails_on_invalid_MQL
go.mondoo.com/cnquery/v11/explorer ‑ TestProperty_MustCompile/works_with_a_valid_query
go.mondoo.com/cnquery/v11/explorer ‑ TestProperty_MustNotBeEmpty
go.mondoo.com/cnquery/v11/explorer ‑ TestProperty_RefreshMrn
go.mondoo.com/cnquery/v11/explorer ‑ TestQueryPackMrn
go.mondoo.com/cnquery/v11/explorer ‑ TestSummarize
go.mondoo.com/cnquery/v11/explorer ‑ TestSummarize/with_NewFilters_initialization
go.mondoo.com/cnquery/v11/explorer ‑ TestSummarize/with_mixed_filters
go.mondoo.com/cnquery/v11/explorer/executor ‑ TestMustCompile
go.mondoo.com/cnquery/v11/explorer/scan ‑ TestDiscoverAssets
go.mondoo.com/cnquery/v11/explorer/scan ‑ TestDiscoverAssets/copy_root_asset_annotations
go.mondoo.com/cnquery/v11/explorer/scan ‑ TestDiscoverAssets/copy_root_asset_managedBy
go.mondoo.com/cnquery/v11/explorer/scan ‑ TestDiscoverAssets/normal
go.mondoo.com/cnquery/v11/explorer/scan ‑ TestDiscoverAssets/scannable_root_asset
go.mondoo.com/cnquery/v11/explorer/scan ‑ TestDiscoverAssets/set_ci/cd_labels
go.mondoo.com/cnquery/v11/explorer/scan ‑ TestDiscoverAssets/set_ci/cd_labels_for_scannable_root_assets
go.mondoo.com/cnquery/v11/explorer/scan ‑ TestDiscoverAssets/with_duplicate_discovered_assets
go.mondoo.com/cnquery/v11/explorer/scan ‑ TestDiscoverAssets/with_duplicate_root_assets
go.mondoo.com/cnquery/v11/explorer/scan ‑ TestDiscoveredAssets_Add
go.mondoo.com/cnquery/v11/explorer/scan ‑ TestDiscoveredAssets_Add_MultiplePlatformIDs
go.mondoo.com/cnquery/v11/explorer/scan ‑ TestDiscoveredAssets_GetAssetsByPlatformID
go.mondoo.com/cnquery/v11/explorer/scan ‑ TestDiscoveredAssets_GetAssetsByPlatformID_Empty
go.mondoo.com/cnquery/v11/explorer/scan ‑ TestFilterPreprocess
go.mondoo.com/cnquery/v11/llx ‑ TestArrayFlat
go.mondoo.com/cnquery/v11/llx ‑ TestArrayFlat/empty_array_with_missing_type_info
go.mondoo.com/cnquery/v11/llx ‑ TestPrimitiveArray
go.mondoo.com/cnquery/v11/llx ‑ TestPrimitiveBool
go.mondoo.com/cnquery/v11/llx ‑ TestPrimitiveFloat
go.mondoo.com/cnquery/v11/llx ‑ TestPrimitiveFunction
go.mondoo.com/cnquery/v11/llx ‑ TestPrimitiveInt
go.mondoo.com/cnquery/v11/llx ‑ TestPrimitiveMap
go.mondoo.com/cnquery/v11/llx ‑ TestPrimitiveNil
go.mondoo.com/cnquery/v11/llx ‑ TestPrimitiveNil/array_type_with_empty_value_is_not_nil
go.mondoo.com/cnquery/v11/llx ‑ TestPrimitiveNil/array_type_without_value_is_empty_array_(not_nil)
go.mondoo.com/cnquery/v11/llx ‑ TestPrimitiveNil/map_type_with_empty_value_is_not_nil
go.mondoo.com/cnquery/v11/llx ‑ TestPrimitiveNil/map_type_without_value_is_empty_map_(not_nil)
go.mondoo.com/cnquery/v11/llx ‑ TestPrimitiveNil/nil_type
go.mondoo.com/cnquery/v11/llx ‑ TestPrimitiveNil/string_with_value_is_not_nil
go.mondoo.com/cnquery/v11/llx ‑ TestPrimitiveNil/string_without_value_is_an_empty_string_(not_nil)
go.mondoo.com/cnquery/v11/llx ‑ TestPrimitiveRegex
go.mondoo.com/cnquery/v11/llx ‑ TestPrimitiveString
go.mondoo.com/cnquery/v11/llx ‑ TestPrimitiveTime
go.mondoo.com/cnquery/v11/llx ‑ TestRange
go.mondoo.com/cnquery/v11/llx ‑ TestRange/column_range
go.mondoo.com/cnquery/v11/llx ‑ TestRange/line_and_column_range
go.mondoo.com/cnquery/v11/llx ‑ TestRange/line_range
go.mondoo.com/cnquery/v11/llx ‑ TestRange/single_line
go.mondoo.com/cnquery/v11/llx ‑ TestRawDataJson_Umlauts
go.mondoo.com/cnquery/v11/llx ‑ TestRawDataJson_nevertime
go.mondoo.com/cnquery/v11/llx ‑ TestRawDataJson_removeUnderscoreKeys
go.mondoo.com/cnquery/v11/llx ‑ TestRawDataJson_removeUnderscoreKeys/all_underscores
go.mondoo.com/cnquery/v11/llx ‑ TestRawDataJson_removeUnderscoreKeys/alternating_underscores
go.mondoo.com/cnquery/v11/llx ‑ TestRawDataJson_removeUnderscoreKeys/leading_underscore
go.mondoo.com/cnquery/v11/llx ‑ TestRawDataJson_removeUnderscoreKeys/no_underscores
go.mondoo.com/cnquery/v11/llx ‑ TestRawDataJson_removeUnderscoreKeys/trailing_underscore
go.mondoo.com/cnquery/v11/llx ‑ TestRawData_JSON
go.mondoo.com/cnquery/v11/llx ‑ TestRawData_JSON/""
go.mondoo.com/cnquery/v11/llx ‑ TestRawData_JSON/"b"
go.mondoo.com/cnquery/v11/llx ‑ TestRawData_JSON///
go.mondoo.com/cnquery/v11/llx ‑ TestRawData_JSON//r/
go.mondoo.com/cnquery/v11/llx ‑ TestRawData_JSON/0
go.mondoo.com/cnquery/v11/llx ‑ TestRawData_JSON/0#01
go.mondoo.com/cnquery/v11/llx ‑ TestRawData_JSON/0001-01-01_00:00:00_+0000_UTC
go.mondoo.com/cnquery/v11/llx ‑ TestRawData_JSON/1.23
go.mondoo.com/cnquery/v11/llx ‑ TestRawData_JSON/123
go.mondoo.com/cnquery/v11/llx ‑ TestRawData_JSON/292277026596-12-04_15:30:07_+0000_UTC
go.mondoo.com/cnquery/v11/llx ‑ TestRawData_JSON/292277026596-12-04_15:30:09_+0000_UTC
go.mondoo.com/cnquery/v11/llx ‑ TestRawData_JSON/<null>
go.mondoo.com/cnquery/v11/llx ‑ TestRawData_JSON/<null>#01
go.mondoo.com/cnquery/v11/llx ‑ TestRawData_JSON/["a","b"]
go.mondoo.com/cnquery/v11/llx ‑ TestRawData_JSON/false
go.mondoo.com/cnquery/v11/llx ‑ TestRawData_JSON/true
go.mondoo.com/cnquery/v11/llx ‑ TestRawData_JSON/{"a":"b"}
go.mondoo.com/cnquery/v11/llx ‑ TestRawData_Semver_Result
go.mondoo.com/cnquery/v11/llx ‑ TestRawData_String
go.mondoo.com/cnquery/v11/llx ‑ TestSuccess
go.mondoo.com/cnquery/v11/llx ‑ TestSuccess/""
go.mondoo.com/cnquery/v11/llx ‑ TestSuccess/"b"
go.mondoo.com/cnquery/v11/llx ‑ TestSuccess///
go.mondoo.com/cnquery/v11/llx ‑ TestSuccess//r/
go.mondoo.com/cnquery/v11/llx ‑ TestSuccess/0
go.mondoo.com/cnquery/v11/llx ‑ TestSuccess/0#01
go.mondoo.com/cnquery/v11/llx ‑ TestSuccess/0001-01-01_00:00:00_+0000_UTC
go.mondoo.com/cnquery/v11/llx ‑ TestSuccess/1.23
go.mondoo.com/cnquery/v11/llx ‑ TestSuccess/123
go.mondoo.com/cnquery/v11/llx ‑ TestSuccess/2024-05-16_15:42:49.000000001_+0000_UTC
go.mondoo.com/cnquery/v11/llx ‑ TestSuccess/<null>
go.mondoo.com/cnquery/v11/llx ‑ TestSuccess/<null>#01
go.mondoo.com/cnquery/v11/llx ‑ TestSuccess/<null>#02
go.mondoo.com/cnquery/v11/llx ‑ TestSuccess/<null>#03
go.mondoo.com/cnquery/v11/llx ‑ TestSuccess/?value?_(typ:block)
go.mondoo.com/cnquery/v11/llx ‑ TestSuccess/?value?_(typ:block)#01
go.mondoo.com/cnquery/v11/llx ‑ TestSuccess/?value?_(typ:block)#02
go.mondoo.com/cnquery/v11/llx ‑ TestSuccess/?value?_(typ:block)#03
go.mondoo.com/cnquery/v11/llx ‑ TestSuccess/[]
go.mondoo.com/cnquery/v11/llx ‑ TestSuccess/[true,false,true]
go.mondoo.com/cnquery/v11/llx ‑ TestSuccess/[true,true]
go.mondoo.com/cnquery/v11/llx ‑ TestSuccess/false
go.mondoo.com/cnquery/v11/llx ‑ TestSuccess/true
go.mondoo.com/cnquery/v11/llx ‑ TestTruthy
go.mondoo.com/cnquery/v11/llx ‑ TestTruthy/""
go.mondoo.com/cnquery/v11/llx ‑ TestTruthy/"b"
go.mondoo.com/cnquery/v11/llx ‑ TestTruthy/"yo"
go.mondoo.com/cnquery/v11/llx ‑ TestTruthy///
go.mondoo.com/cnquery/v11/llx ‑ TestTruthy//r/
go.mondoo.com/cnquery/v11/llx ‑ TestTruthy/0
go.mondoo.com/cnquery/v11/llx ‑ TestTruthy/0#01
go.mondoo.com/cnquery/v11/llx ‑ TestTruthy/0001-01-01_00:00:00_+0000_UTC
go.mondoo.com/cnquery/v11/llx ‑ TestTruthy/1.23
go.mondoo.com/cnquery/v11/llx ‑ TestTruthy/123
go.mondoo.com/cnquery/v11/llx ‑ TestTruthy/2024-05-16_15:42:49.000000001_+0000_UTC
go.mondoo.com/cnquery/v11/llx ‑ TestTruthy/2024-05-16_15:42:49.000000001_+0000_UTC#01
go.mondoo.com/cnquery/v11/llx ‑ TestTruthy/<null>
go.mondoo.com/cnquery/v11/llx ‑ TestTruthy/<null>#01
go.mondoo.com/cnquery/v11/llx ‑ TestTruthy/<null>#02
go.mondoo.com/cnquery/v11/llx ‑ TestTruthy/<null>#03
go.mondoo.com/cnquery/v11/llx ‑ TestTruthy/<null>#04
go.mondoo.com/cnquery/v11/llx ‑ TestTruthy/[]
go.mondoo.com/cnquery/v11/llx ‑ TestTruthy/[false]
go.mondoo.com/cnquery/v11/llx ‑ TestTruthy/[true]
go.mondoo.com/cnquery/v11/llx ‑ TestTruthy/false
go.mondoo.com/cnquery/v11/llx ‑ TestTruthy/true
go.mondoo.com/cnquery/v11/llx ‑ TestTruthy/{"a":false}
go.mondoo.com/cnquery/v11/llx ‑ TestTruthy/{"a":true}
go.mondoo.com/cnquery/v11/llx ‑ TestTruthy/{}
go.mondoo.com/cnquery/v11/logger ‑ TestRequestIDLoggingContext
go.mondoo.com/cnquery/v11/logger ‑ TestRequestIDLoggingContext/generates_a_request_id_if_one_is_not_provided
go.mondoo.com/cnquery/v11/logger ‑ TestRequestIDLoggingContext/outputs_the_provided_request_id_with_the_log_message
go.mondoo.com/cnquery/v11/mql ‑ TestCustomData
go.mondoo.com/cnquery/v11/mql ‑ TestDictMethods
go.mondoo.com/cnquery/v11/mql ‑ TestDictMethods/muser.dict.nonexisting.contains('abc')
go.mondoo.com/cnquery/v11/mql ‑ TestMqlIfAndProps
go.mondoo.com/cnquery/v11/mql ‑ TestMqlIfElseProps
go.mondoo.com/cnquery/v11/mql ‑ TestMqlProps
go.mondoo.com/cnquery/v11/mql ‑ TestMqlSimple
go.mondoo.com/cnquery/v11/mql ‑ TestMqlSimple/asset.platform
go.mondoo.com/cnquery/v11/mql ‑ TestMqlSimple/asset_{_platform_version_}
go.mondoo.com/cnquery/v11/mql ‑ TestMqlSimple/users_{_name_uid_}
go.mondoo.com/cnquery/v11/mql ‑ TestNamedFunctions
go.mondoo.com/cnquery/v11/mql ‑ TestNamedFunctions/muser.dict.listInt.where(x:_x_==_2)
go.mondoo.com/cnquery/v11/mql ‑ TestNamedFunctions/muser.groups.where(_:___!=_empty).length
go.mondoo.com/cnquery/v11/mql ‑ TestNamedFunctions/muser.groups.where(group:_group_!=_empty).length
go.mondoo.com/cnquery/v11/mql ‑ TestNullResources
go.mondoo.com/cnquery/v11/mql ‑ TestNullResources/muser.group
go.mondoo.com/cnquery/v11/mql ‑ TestNullResources/muser.groups
go.mondoo.com/cnquery/v11/mql ‑ TestNullResources/muser.groups.where(name_==_'').map(name)_+_['one']
go.mondoo.com/cnquery/v11/mql ‑ TestNullResources/muser.groups.where(name_==_'')_==_empty
go.mondoo.com/cnquery/v11/mql ‑ TestNullResources/muser.groups.where(null)_==_empty
go.mondoo.com/cnquery/v11/mql ‑ TestNullResources/muser.nullgroup
go.mondoo.com/cnquery/v11/mql ‑ TestNullResources/muser.nullgroup.name
go.mondoo.com/cnquery/v11/mql ‑ TestNullResources/muser.nullgroup_==_empty
go.mondoo.com/cnquery/v11/mql ‑ TestNullResources/muser.nullgroup_==_null
go.mondoo.com/cnquery/v11/mql ‑ TestNullResources/muser_{_nullgroup_}
go.mondoo.com/cnquery/v11/mql ‑ TestNullString
go.mondoo.com/cnquery/v11/mql ‑ TestNullString/muser.nullstring.contains('123')
go.mondoo.com/cnquery/v11/mql ‑ TestResourceAliases
go.mondoo.com/cnquery/v11/mql ‑ TestResourceAliases/os.unix.sshd.config.file.path
go.mondoo.com/cnquery/v11/mql ‑ TestResourceAliases/os.unix.sshd_{_config.file.path_}
go.mondoo.com/cnquery/v11/mql ‑ TestTypeCasts
go.mondoo.com/cnquery/v11/mql ‑ TestTypeCasts//regex2string/
go.mondoo.com/cnquery/v11/mql ‑ TestTypeCasts/bool('false')
go.mondoo.com/cnquery/v11/mql ‑ TestTypeCasts/bool('true')
go.mondoo.com/cnquery/v11/mql ‑ TestTypeCasts/bool(0)
go.mondoo.com/cnquery/v11/mql ‑ TestTypeCasts/bool(1.23)
go.mondoo.com/cnquery/v11/mql ‑ TestTypeCasts/float('123')
go.mondoo.com/cnquery/v11/mql ‑ TestTypeCasts/float(123)
go.mondoo.com/cnquery/v11/mql ‑ TestTypeCasts/int('12')
go.mondoo.com/cnquery/v11/mql ‑ TestTypeCasts/int(1.23)
go.mondoo.com/cnquery/v11/mql ‑ TestTypeCasts/int(float('1.23'))
go.mondoo.com/cnquery/v11/mql ‑ TestTypeCasts/regex('s.*g')_==_'string'
go.mondoo.com/cnquery/v11/mql/internal ‑ TestBuilder
go.mondoo.com/cnquery/v11/mql/internal ‑ TestCollectionFinisherNode
go.mondoo.com/cnquery/v11/mql/internal ‑ TestCollectionFinisherNode/consume/recalculate
go.mondoo.com/cnquery/v11/mql/internal ‑ TestCollectionFinisherNode/consume/recalculate/notifies_progress_and_signals_finish_when_fully_complete
go.mondoo.com/cnquery/v11/mql/internal ‑ TestCollectionFinisherNode/consume/recalculate/notifies_progress_when_partially_complete
go.mondoo.com/cnquery/v11/mql/internal ‑ TestCollectionFinisherNode/initialize/recalculate
go.mondoo.com/cnquery/v11/mql/internal ‑ TestCollectionFinisherNode/initialize/recalculate/does_not_recalculate_if_there_are_remaining_datapoints
go.mondoo.com/cnquery/v11/mql/internal ‑ TestCollectionFinisherNode/initialize/recalculate/recalculates_if_there_are_no_remaining_datapoints
go.mondoo.com/cnquery/v11/mql/internal ‑ TestDatapointCollectorNode
go.mondoo.com/cnquery/v11/mql/internal ‑ TestDatapointCollectorNode/consume/recalculate
go.mondoo.com/cnquery/v11/mql/internal ‑ TestDatapointCollectorNode/consume/recalculate/recalculates_if_unreported_datapoints_are_available
go.mondoo.com/cnquery/v11/mql/internal ‑ TestDatapointCollectorNode/initialize/recalculate
go.mondoo.com/cnquery/v11/mql/internal ‑ TestDatapointCollectorNode/initialize/recalculate/does_not_recalculate_if_no_unreported_data
go.mondoo.com/cnquery/v11/mql/internal ‑ TestDatapointCollectorNode/initialize/recalculate/recalculates_if_unreported_datapoints_are_available
go.mondoo.com/cnquery/v11/mql/internal ‑ TestDatapointNode
go.mondoo.com/cnquery/v11/mql/internal ‑ TestDatapointNode/consume/recalculate
go.mondoo.com/cnquery/v11/mql/internal ‑ TestDatapointNode/consume/recalculate/casts_if_required_type_is_provided
go.mondoo.com/cnquery/v11/mql/internal ‑ TestDatapointNode/consume/recalculate/doesn't_recalculate_multiple_times
go.mondoo.com/cnquery/v11/mql/internal ‑ TestDatapointNode/consume/recalculate/ignores_nils
go.mondoo.com/cnquery/v11/mql/internal ‑ TestDatapointNode/consume/recalculate/recalculate_when_data_arrives
go.mondoo.com/cnquery/v11/mql/internal ‑ TestDatapointNode/consume/recalculate/skips_cast_if_datapoint_is_error
go.mondoo.com/cnquery/v11/mql/internal ‑ TestDatapointNode/consume/recalculate/skips_cast_if_expected_type_is_unset
go.mondoo.com/cnquery/v11/mql/internal ‑ TestDatapointNode/consume/recalculate/skips_cast_if_required_type_are_same
go.mondoo.com/cnquery/v11/mql/internal ‑ TestDatapointNode/initialize/recalculate
go.mondoo.com/cnquery/v11/mql/internal ‑ TestDatapointNode/initialize/recalculate/casts_if_required_type_is_provided
go.mondoo.com/cnquery/v11/mql/internal ‑ TestDatapointNode/initialize/recalculate/does_not_recalculate_if_data_is_not_provided
go.mondoo.com/cnquery/v11/mql/internal ‑ TestDatapointNode/initialize/recalculate/recalculates_if_data_is_provided
go.mondoo.com/cnquery/v11/mql/internal ‑ TestExecutionQueryNode
go.mondoo.com/cnquery/v11/mql/internal ‑ TestExecutionQueryNode/consume/recalculate
go.mondoo.com/cnquery/v11/mql/internal ‑ TestExecutionQueryNode/consume/recalculate/does_not_recalculate_if_dependencies_not_satisfied
go.mondoo.com/cnquery/v11/mql/internal ‑ TestExecutionQueryNode/consume/recalculate/only_recalculates_once
go.mondoo.com/cnquery/v11/mql/internal ‑ TestExecutionQueryNode/consume/recalculate/recalculates_after_all_dependencies_are_satisfied
go.mondoo.com/cnquery/v11/mql/internal ‑ TestExecutionQueryNode/initialize/recalculate
go.mondoo.com/cnquery/v11/mql/internal ‑ TestExecutionQueryNode/initialize/recalculate/does_not_recalculate_if_dependencies_not_satisfied
go.mondoo.com/cnquery/v11/mql/internal ‑ TestExecutionQueryNode/initialize/recalculate/recalculates_if_dependencies_are_satisfied
go.mondoo.com/cnquery/v11/mql/internal ‑ TestPrioritizeNode
go.mondoo.com/cnquery/v11/mql/internal ‑ TestWaitGroup
go.mondoo.com/cnquery/v11/mql/internal ‑ TestWaitGroup/decommissioning_unblocks_Wait
go.mondoo.com/cnquery/v11/mql/internal ‑ TestWaitGroup/finishing_completed_workIDs_unblocks_Wait
go.mondoo.com/cnquery/v11/mql/internal ‑ TestWaitGroup/usable_after_decommission
go.mondoo.com/cnquery/v11/mql/internal ‑ TestWaitGroupInvalidUsage
go.mondoo.com/cnquery/v11/mql/internal ‑ TestWaitGroupInvalidUsage/calling_Add_with_an_active_workID_panics
go.mondoo.com/cnquery/v11/mql/internal ‑ TestWaitGroupInvalidUsage/calling_Done_with_an_id_that_was_never_added_panics
go.mondoo.com/cnquery/v11/mqlc ‑ TestChecksums
go.mondoo.com/cnquery/v11/mqlc ‑ TestChecksums/no_duplicate_code_IDs
go.mondoo.com/cnquery/v11/mqlc ‑ TestChecksums/no_duplicate_code_IDs/asset.platform_asset.version_!=_asset.platform
go.mondoo.com/cnquery/v11/mqlc ‑ TestChecksums/no_duplicate_code_IDs/asset.platform_asset.version_!=_asset.version
go.mondoo.com/cnquery/v11/mqlc ‑ TestChecksums/no_duplicate_code_IDs/if_(true)_{_2_}_!=_if_(true)_{_3_}
go.mondoo.com/cnquery/v11/mqlc ‑ TestChecksums/no_duplicate_code_IDs/mondoo_{_version_==_'a'}_!=_mondoo_{_version_==_'b'_version_==_'a'}
go.mondoo.com/cnquery/v11/mqlc ‑ TestChecksums/no_duplicate_code_IDs/users.list_{_uid_==_1_}_!=_users.list_{_uid_==_2_}
go.mondoo.com/cnquery/v11/mqlc ‑ TestChecksums_block
go.mondoo.com/cnquery/v11/mqlc ‑ TestCompiler_All_Issue1316
go.mondoo.com/cnquery/v11/mqlc ‑ TestCompiler_All_Issue919
go.mondoo.com/cnquery/v11/mqlc ‑ TestCompiler_Arithmetics
go.mondoo.com/cnquery/v11/mqlc ‑ TestCompiler_Arithmetics/concat_arrays
go.mondoo.com/cnquery/v11/mqlc ‑ TestCompiler_ArrayAll
go.mondoo.com/cnquery/v11/mqlc ‑ TestCompiler_ArrayContains
go.mondoo.com/cnquery/v11/mqlc ‑ TestCompiler_ArrayEmptyWhere
go.mondoo.com/cnquery/v11/mqlc ‑ TestCompiler_ArrayOne
go.mondoo.com/cnquery/v11/mqlc ‑ TestCompiler_ArrayResource
go.mondoo.com/cnquery/v11/mqlc ‑ TestCompiler_ArrayResource/packages.length
go.mondoo.com/cnquery/v11/mqlc ‑ TestCompiler_ArrayResource/packages[123]
go.mondoo.com/cnquery/v11/mqlc ‑ TestCompiler_ArrayResourceFieldGlob
go.mondoo.com/cnquery/v11/mqlc ‑ TestCompiler_ArrayWhereStatic
go.mondoo.com/cnquery/v11/mqlc ‑ TestCompiler_Assignment
go.mondoo.com/cnquery/v11/mqlc ‑ TestCompiler_Basics
go.mondoo.com/cnquery/v11/mqlc ‑ TestCompiler_Basics/#00
go.mondoo.com/cnquery/v11/mqlc ‑ TestCompiler_Basics///_some_comment
go.mondoo.com/cnquery/v11/mqlc ‑ TestCompiler_Basics///_some_comment_
go.mondoo.com/cnquery/v11/mqlc ‑ TestCompiler_Block
go.mondoo.com/cnquery/v11/mqlc ‑ TestCompiler_BlockWithSelf
go.mondoo.com/cnquery/v11/mqlc ‑ TestCompiler_Buggy
go.mondoo.com/cnquery/v11/mqlc ‑ TestCompiler_Buggy/#_.._mondoo_{__#_.._version_#_.._}_#_..
go.mondoo.com/cnquery/v11/mqlc ‑ TestCompiler_Buggy/file(not-there)
go.mondoo.com/cnquery/v11/mqlc ‑ TestCompiler_Buggy/if(true)_{
go.mondoo.com/cnquery/v11/mqlc ‑ TestCompiler_Buggy/if(true)_{_return_1_}_else_{_return_2_}_return_3
go.mondoo.com/cnquery/v11/mqlc ‑ TestCompiler_Buggy/mondoo_{_version_}
go.mondoo.com/cnquery/v11/mqlc ‑ TestCompiler_Buggy/parse.date
go.mondoo.com/cnquery/v11/mqlc ‑ TestCompiler_Buggy/parse.date()
go.mondoo.com/cnquery/v11/mqlc ‑ TestCompiler_Buggy/parse_#_mondoo
go.mondoo.com/cnquery/v11/mqlc ‑ TestCompiler_Buggy/parse_)
go.mondoo.com/cnquery/v11/mqlc ‑ TestCompiler_Buggy/parse_]
go.mondoo.com/cnquery/v11/mqlc ‑ TestCompiler_Buggy/parse_parse
go.mondoo.com/cnquery/v11/mqlc ‑ TestCompiler_Buggy/parse_}
go.mondoo.com/cnquery/v11/mqlc ‑ TestCompiler_Buggy/switch(mondoo)_{_case
go.mondoo.com/cnquery/v11/mqlc ‑ TestCompiler_Buggy/user(name:_"z").authorizedkeys.all()
go.mondoo.com/cnquery/v11/mqlc ‑ TestCompiler_Buggy/users.list[]
go.mondoo.com/cnquery/v11/mqlc ‑ TestCompiler_CallWithResource
go.mondoo.com/cnquery/v11/mqlc ‑ TestCompiler_Comparisons
go.mondoo.com/cnquery/v11/mqlc ‑ TestCompiler_Comparisons/"str"_!=_"str"
go.mondoo.com/cnquery/v11/mqlc ‑ TestCompiler_Comparisons/"str"_<=_"str"
go.mondoo.com/cnquery/v11/mqlc ‑ TestCompiler_Comparisons/"str"_<_"str"
go.mondoo.com/cnquery/v11/mqlc ‑ TestCompiler_Comparisons/"str"_==_"str"
go.mondoo.com/cnquery/v11/mqlc ‑ TestCompiler_Comparisons/"str"_>=_"str"
go.mondoo.com/cnquery/v11/mqlc ‑ TestCompiler_Comparisons/"str"_>_"str"
go.mondoo.com/cnquery/v11/mqlc ‑ TestCompiler_Comparisons/1.2_!=_1.2
go.mondoo.com/cnquery/v11/mqlc ‑ TestCompiler_Comparisons/1.2_<=_1.2
go.mondoo.com/cnquery/v11/mqlc ‑ TestCompiler_Comparisons/1.2_<_1.2
go.mondoo.com/cnquery/v11/mqlc ‑ TestCompiler_Comparisons/1.2_==_1.2
go.mondoo.com/cnquery/v11/mqlc ‑ TestCompiler_Comparisons/1.2_>=_1.2
go.mondoo.com/cnquery/v11/mqlc ‑ TestCompiler_Comparisons/1.2_>_1.2
go.mondoo.com/cnquery/v11/mqlc ‑ TestCompiler_Comparisons/1_!=_1
go.mondoo.com/cnquery/v11/mqlc ‑ TestCompiler_Comparisons/1_<=_1
go.mondoo.com/cnquery/v11/mqlc ‑ TestCompiler_Comparisons/1_<_1
go.mondoo.com/cnquery/v11/mqlc ‑ TestCompiler_Comparisons/1_==_1
go.mondoo.com/cnquery/v11/mqlc ‑ TestCompiler_Comparisons/1_>=_1
go.mondoo.com/cnquery/v11/mqlc ‑ TestCompiler_Comparisons/1_>_1
go.mondoo.com/cnquery/v11/mqlc ‑ TestCompiler_ContainsWithResource
go.mondoo.com/cnquery/v11/mqlc ‑ TestCompiler_DeterministicChecksum
go.mondoo.com/cnquery/v11/mqlc ‑ TestCompiler_Dict
go.mondoo.com/cnquery/v11/mqlc ‑ TestCompiler_EmptyBlock
go.mondoo.com/cnquery/v11/mqlc ‑ TestCompiler_Entrypoints
go.mondoo.com/cnquery/v11/mqlc ‑ TestCompiler_Entrypoints/1
go.mondoo.com/cnquery/v11/mqlc ‑ TestCompiler_Entrypoints/_____a_=_"a"_____b_=_"b"_____a_==_"a"_____b_==_"b"_____c_=_"c"_____c_==_"c"____
go.mondoo.com/cnquery/v11/mqlc ‑ TestCompiler_Entrypoints/_____a_=_"a"_____b_=_"b"_____a_==_"a"_____b_==_"b"_____c_=_a_==_b_____c_==_false____
go.mondoo.com/cnquery/v11/mqlc ‑ TestCompiler_Entrypoints/mondoo.version_==_1
go.mondoo.com/cnquery/v11/mqlc ‑ TestCompiler_Entrypoints/mondoo.version_==_mondoo.build
go.mondoo.com/cnquery/v11/mqlc ‑ TestCompiler_Error
go.mondoo.com/cnquery/v11/mqlc ‑ TestCompiler_Error/unknown_term
go.mondoo.com/cnquery/v11/mqlc ‑ TestCompiler_ExpectEq
go.mondoo.com/cnquery/v11/mqlc ‑ TestCompiler_ExpectSimplest
go.mondoo.com/cnquery/v11/mqlc ‑ TestCompiler_If
go.mondoo.com/cnquery/v11/mqlc ‑ TestCompiler_List
go.mondoo.com/cnquery/v11/mqlc ‑ TestCompiler_LogicalOps
go.mondoo.com/cnquery/v11/mqlc ‑ TestCompiler_LogicalOps/"str"_&&_"str"
go.mondoo.com/cnquery/v11/mqlc ‑ TestCompiler_LogicalOps/"str"_&&_/str/
go.mondoo.com/cnquery/v11/mqlc ‑ TestCompiler_LogicalOps/"str"_&&_1
go.mondoo.com/cnquery/v11/mqlc ‑ TestCompiler_LogicalOps/"str"_&&_1.2
go.mondoo.com/cnquery/v11/mqlc ‑ TestCompiler_LogicalOps/"str"_&&_[]
go.mondoo.com/cnquery/v11/mqlc ‑ TestCompiler_LogicalOps/"str"_&&_true
go.mondoo.com/cnquery/v11/mqlc ‑ TestCompiler_LogicalOps/"str"_&&_{}
go.mondoo.com/cnquery/v11/mqlc ‑ TestCompiler_LogicalOps/"str"_||_"str"
go.mondoo.com/cnquery/v11/mqlc ‑ TestCompiler_LogicalOps/"str"_||_/str/
go.mondoo.com/cnquery/v11/mqlc ‑ TestCompiler_LogicalOps/"str"_||_1
go.mondoo.com/cnquery/v11/mqlc ‑ TestCompiler_LogicalOps/"str"_||_1.2
go.mondoo.com/cnquery/v11/mqlc ‑ TestCompiler_LogicalOps/"str"_||_[]
go.mondoo.com/cnquery/v11/mqlc ‑ TestCompiler_LogicalOps/"str"_||_true
go.mondoo.com/cnquery/v11/mqlc ‑ TestCompiler_LogicalOps/"str"_||_{}
go.mondoo.com/cnquery/v11/mqlc ‑ TestCompiler_LogicalOps//str/_&&_"str"
go.mondoo.com/cnquery/v11/mqlc ‑ TestCompiler_LogicalOps//str/_&&_/str/
go.mondoo.com/cnquery/v11/mqlc ‑ TestCompiler_LogicalOps//str/_&&_1
go.mondoo.com/cnquery/v11/mqlc ‑ TestCompiler_LogicalOps//str/_&&_1.2
go.mondoo.com/cnquery/v11/mqlc ‑ TestCompiler_LogicalOps//str/_&&_[]
go.mondoo.com/cnquery/v11/mqlc ‑ TestCompiler_LogicalOps//str/_&&_true
go.mondoo.com/cnquery/v11/mqlc ‑ TestCompiler_LogicalOps//str/_&&_{}
go.mondoo.com/cnquery/v11/mqlc ‑ TestCompiler_LogicalOps//str/_||_"str"
go.mondoo.com/cnquery/v11/mqlc ‑ TestCompiler_LogicalOps//str/_||_/str/
go.mondoo.com/cnquery/v11/mqlc ‑ TestCompiler_LogicalOps//str/_||_1
go.mondoo.com/cnquery/v11/mqlc ‑ TestCompiler_LogicalOps//str/_||_1.2
go.mondoo.com/cnquery/v11/mqlc ‑ TestCompiler_LogicalOps//str/_||_[]
go.mondoo.com/cnquery/v11/mqlc ‑ TestCompiler_LogicalOps//str/_||_true
go.mondoo.com/cnquery/v11/mqlc ‑ TestCompiler_LogicalOps//str/_||_{}
go.mondoo.com/cnquery/v11/mqlc ‑ TestCompiler_LogicalOps/1.2_&&_"str"
go.mondoo.com/cnquery/v11/mqlc ‑ TestCompiler_LogicalOps/1.2_&&_/str/
go.mondoo.com/cnquery/v11/mqlc ‑ TestCompiler_LogicalOps/1.2_&&_1
go.mondoo.com/cnquery/v11/mqlc ‑ TestCompiler_LogicalOps/1.2_&&_1.2
go.mondoo.com/cnquery/v11/mqlc ‑ TestCompiler_LogicalOps/1.2_&&_[]
go.mondoo.com/cnquery/v11/mqlc ‑ TestCompiler_LogicalOps/1.2_&&_true
go.mondoo.com/cnquery/v11/mqlc ‑ TestCompiler_LogicalOps/1.2_&&_{}
go.mondoo.com/cnquery/v11/mqlc ‑ TestCompiler_LogicalOps/1.2_||_"str"
go.mondoo.com/cnquery/v11/mqlc ‑ TestCompiler_LogicalOps/1.2_||_/str/
go.mondoo.com/cnquery/v11/mqlc ‑ TestCompiler_LogicalOps/1.2_||_1
go.mondoo.com/cnquery/v11/mqlc ‑ TestCompiler_LogicalOps/1.2_||_1.2
go.mondoo.com/cnquery/v11/mqlc ‑ TestCompiler_LogicalOps/1.2_||_[]
go.mondoo.com/cnquery/v11/mqlc ‑ TestCompiler_LogicalOps/1.2_||_true
go.mondoo.com/cnquery/v11/mqlc ‑ TestCompiler_LogicalOps/1.2_||_{}
go.mondoo.com/cnquery/v11/mqlc ‑ TestCompiler_LogicalOps/1_&&_"str"
go.mondoo.com/cnquery/v11/mqlc ‑ TestCompiler_LogicalOps/1_&&_/str/
go.mondoo.com/cnquery/v11/mqlc ‑ TestCompiler_LogicalOps/1_&&_1
go.mondoo.com/cnquery/v11/mqlc ‑ TestCompiler_LogicalOps/1_&&_1.2
go.mondoo.com/cnquery/v11/mqlc ‑ TestCompiler_LogicalOps/1_&&_[]
go.mondoo.com/cnquery/v11/mqlc ‑ TestCompiler_LogicalOps/1_&&_true
go.mondoo.com/cnquery/v11/mqlc ‑ TestCompiler_LogicalOps/1_&&_{}
go.mondoo.com/cnquery/v11/mqlc ‑ TestCompiler_LogicalOps/1_||_"str"
go.mondoo.com/cnquery/v11/mqlc ‑ TestCompiler_LogicalOps/1_||_/str/
go.mondoo.com/cnquery/v11/mqlc ‑ TestCompiler_LogicalOps/1_||_1
go.mondoo.com/cnquery/v11/mqlc ‑ TestCompiler_LogicalOps/1_||_1.2
go.mondoo.com/cnquery/v11/mqlc ‑ TestCompiler_LogicalOps/1_||_[]
go.mondoo.com/cnquery/v11/mqlc ‑ TestCompiler_LogicalOps/1_||_true
go.mondoo.com/cnquery/v11/mqlc ‑ TestCompiler_LogicalOps/1_||_{}
go.mondoo.com/cnquery/v11/mqlc ‑ TestCompiler_LogicalOps/[]_&&_"str"
go.mondoo.com/cnquery/v11/mqlc ‑ TestCompiler_LogicalOps/[]_&&_/str/
go.mondoo.com/cnquery/v11/mqlc ‑ TestCompiler_LogicalOps/[]_&&_1
go.mondoo.com/cnquery/v11/mqlc ‑ TestCompiler_LogicalOps/[]_&&_1.2
go.mondoo.com/cnquery/v11/mqlc ‑ TestCompiler_LogicalOps/[]_&&_[]
go.mondoo.com/cnquery/v11/mqlc ‑ TestCompiler_LogicalOps/[]_&&_true
go.mondoo.com/cnquery/v11/mqlc ‑ TestCompiler_LogicalOps/[]_&&_{}
go.mondoo.com/cnquery/v11/mqlc ‑ TestCompiler_LogicalOps/[]_||_"str"
go.mondoo.com/cnquery/v11/mqlc ‑ TestCompiler_LogicalOps/[]_||_/str/
go.mondoo.com/cnquery/v11/mqlc ‑ TestCompiler_LogicalOps/[]_||_1
go.mondoo.com/cnquery/v11/mqlc ‑ TestCompiler_LogicalOps/[]_||_1.2
go.mondoo.com/cnquery/v11/mqlc ‑ TestCompiler_LogicalOps/[]_||_[]
go.mondoo.com/cnquery/v11/mqlc ‑ TestCompiler_LogicalOps/[]_||_true
go.mondoo.com/cnquery/v11/mqlc ‑ TestCompiler_LogicalOps/[]_||_{}
go.mondoo.com/cnquery/v11/mqlc ‑ TestCompiler_LogicalOps/true_&&_"str"
go.mondoo.com/cnquery/v11/mqlc ‑ TestCompiler_LogicalOps/true_&&_/str/
go.mondoo.com/cnquery/v11/mqlc ‑ TestCompiler_LogicalOps/true_&&_1
go.mondoo.com/cnquery/v11/mqlc ‑ TestCompiler_LogicalOps/true_&&_1.2
go.mondoo.com/cnquery/v11/mqlc ‑ TestCompiler_LogicalOps/true_&&_[]
go.mondoo.com/cnquery/v11/mqlc ‑ TestCompiler_LogicalOps/true_&&_true
go.mondoo.com/cnquery/v11/mqlc ‑ TestCompiler_LogicalOps/true_&&_{}
go.mondoo.com/cnquery/v11/mqlc ‑ TestCompiler_LogicalOps/true_||_"str"
go.mondoo.com/cnquery/v11/mqlc ‑ TestCompiler_LogicalOps/true_||_/str/
go.mondoo.com/cnquery/v11/mqlc ‑ TestCompiler_LogicalOps/true_||_1
go.mondoo.com/cnquery/v11/mqlc ‑ TestCompiler_LogicalOps/true_||_1.2
go.mondoo.com/cnquery/v11/mqlc ‑ TestCompiler_LogicalOps/true_||_[]
go.mondoo.com/cnquery/v11/mqlc ‑ TestCompiler_LogicalOps/true_||_true
go.mondoo.com/cnquery/v11/mqlc ‑ TestCompiler_LogicalOps/true_||_{}
go.mondoo.com/cnquery/v11/mqlc ‑ TestCompiler_LogicalOps/{}_&&_"str"
go.mondoo.com/cnquery/v11/mqlc ‑ TestCompiler_LogicalOps/{}_&&_/str/
go.mondoo.com/cnquery/v11/mqlc ‑ TestCompiler_LogicalOps/{}_&&_1
go.mondoo.com/cnquery/v11/mqlc ‑ TestCompiler_LogicalOps/{}_&&_1.2
go.mondoo.com/cnquery/v11/mqlc ‑ TestCompiler_LogicalOps/{}_&&_[]
go.mondoo.com/cnquery/v11/mqlc ‑ TestCompiler_LogicalOps/{}_&&_true
go.mondoo.com/cnquery/v11/mqlc ‑ TestCompiler_LogicalOps/{}_&&_{}
go.mondoo.com/cnquery/v11/mqlc ‑ TestCompiler_LogicalOps/{}_||_"str"
go.mondoo.com/cnquery/v11/mqlc ‑ TestCompiler_LogicalOps/{}_||_/str/
go.mondoo.com/cnquery/v11/mqlc ‑ TestCompiler_LogicalOps/{}_||_1
go.mondoo.com/cnquery/v11/mqlc ‑ TestCompiler_LogicalOps/{}_||_1.2
go.mondoo.com/cnquery/v11/mqlc ‑ TestCompiler_LogicalOps/{}_||_[]
go.mondoo.com/cnquery/v11/mqlc ‑ TestCompiler_LogicalOps/{}_||_true
go.mondoo.com/cnquery/v11/mqlc ‑ TestCompiler_LogicalOps/{}_||_{}
go.mondoo.com/cnquery/v11/mqlc ‑ TestCompiler_LongResource
go.mondoo.com/cnquery/v11/mqlc ‑ TestCompiler_LongResourceWithUnnamedArgs
go.mondoo.com/cnquery/v11/mqlc ‑ TestCompiler_Multiline
go.mondoo.com/cnquery/v11/mqlc ‑ TestCompiler_NestedEntrypoints
go.mondoo.com/cnquery/v11/mqlc ‑ TestCompiler_NestedEntrypoints/_____[1,2,3]_{______x_=_"x"______y_=_"y"______x_==_y_____}____
go.mondoo.com/cnquery/v11/mqlc ‑ TestCompiler_NestedEntrypoints/______z_=_"z"_____if(z_==_"z")_{______a_=_"a"______b_=_"b"______a_==_b_____}_else_if_(z_==_"a")_{______x_=_"x"______y_=_"y"______x_==_y_____}_else_{______j_=_"j"______k_=_"k"______j_==_k_____}____
go.mondoo.com/cnquery/v11/mqlc ‑ TestCompiler_NestedEntrypoints/_____if(true)_{______a_=_"a"______b_=_"b"______a_==_b_____}____
go.mondoo.com/cnquery/v11/mqlc ‑ TestCompiler_NestedEntrypoints/_____if(true)_{______a_=_"a"______b_=_"b"______a_==_b_____}_else_{______x_=_"x"______y_=_"y"______x_==_y_____}____
go.mondoo.com/cnquery/v11/mqlc ‑ TestCompiler_NestedEntrypoints/_____if(true)_{______a_=_true______a_____}____
go.mondoo.com/cnquery/v11/mqlc ‑ TestCompiler_NestedEntrypoints/_____mondoo_{____________}____
go.mondoo.com/cnquery/v11/mqlc ‑ TestCompiler_NestedEntrypoints/_____mondoo_{______a_=_"a"______b_=_"b"______a_==_b_____}____
go.mondoo.com/cnquery/v11/mqlc ‑ TestCompiler_NestedEntrypoints/_____mondoo_{______a_=_true______a_____}____
go.mondoo.com/cnquery/v11/mqlc ‑ TestCompiler_NestedEntrypoints/_____switch_{_____case_"a"_==_"a":______a_=_"a"______b_=_"b"______a_==_b;_____case_"b"_==_"b":______x_=_"x"______y_=_"y"______x_==_y_____}____
go.mondoo.com/cnquery/v11/mqlc ‑ TestCompiler_NestedEntrypoints/_____{a:_"a"}_{______x_=_"x"______y_=_"y"______x_==_y_____}____
go.mondoo.com/cnquery/v11/mqlc ‑ TestCompiler_OperatorPrecedence
go.mondoo.com/cnquery/v11/mqlc ‑ TestCompiler_OperatorPrecedence/1_&&_2_||_3
go.mondoo.com/cnquery/v11/mqlc ‑ TestCompiler_OperatorPrecedence/1_||_2_&&_3
go.mondoo.com/cnquery/v11/mqlc ‑ TestCompiler_Props
go.mondoo.com/cnquery/v11/mqlc ‑ TestCompiler_Resource
go.mondoo.com/cnquery/v11/mqlc ‑ TestCompiler_ResourceContains
go.mondoo.com/cnquery/v11/mqlc ‑ TestCompiler_ResourceEmptyWhere
go.mondoo.com/cnquery/v11/mqlc ‑ TestCompiler_ResourceExpansion
go.mondoo.com/cnquery/v11/mqlc ‑ TestCompiler_ResourceExpansion/mondoo
go.mondoo.com/cnquery/v11/mqlc ‑ TestCompiler_ResourceExpansion/pam.conf.entries['.']
go.mondoo.com/cnquery/v11/mqlc ‑ TestCompiler_ResourceExpansion/users
go.mondoo.com/cnquery/v11/mqlc ‑ TestCompiler_ResourceExpansion/users_{_group_}
go.mondoo.com/cnquery/v11/mqlc ‑ TestCompiler_ResourceFieldArrayAccessor
go.mondoo.com/cnquery/v11/mqlc ‑ TestCompiler_ResourceFieldGlob
go.mondoo.com/cnquery/v11/mqlc ‑ TestCompiler_ResourceMap
go.mondoo.com/cnquery/v11/mqlc ‑ TestCompiler_ResourceMapLength
go.mondoo.com/cnquery/v11/mqlc ‑ TestCompiler_ResourceWhere
go.mondoo.com/cnquery/v11/mqlc ‑ TestCompiler_ResourceWithCall
go.mondoo.com/cnquery/v11/mqlc ‑ TestCompiler_ResourceWithNamedArgs
go.mondoo.com/cnquery/v11/mqlc ‑ TestCompiler_ResourceWithUnnamedArgs
go.mondoo.com/cnquery/v11/mqlc ‑ TestCompiler_Resource_versioning
go.mondoo.com/cnquery/v11/mqlc ‑ TestCompiler_Resource_versioning2
go.mondoo.com/cnquery/v11/mqlc ‑ TestCompiler_Semicolon
go.mondoo.com/cnquery/v11/mqlc ‑ TestCompiler_Simple
go.mondoo.com/cnquery/v11/mqlc ‑ TestCompiler_Simple/"hi"
go.mondoo.com/cnquery/v11/mqlc ‑ TestCompiler_Simple//hi/
go.mondoo.com/cnquery/v11/mqlc ‑ TestCompiler_Simple/010
go.mondoo.com/cnquery/v11/mqlc ‑ TestCompiler_Simple/12.3
go.mondoo.com/cnquery/v11/mqlc ‑ TestCompiler_Simple/123
go.mondoo.com/cnquery/v11/mqlc ‑ TestCompiler_Simple/["a","b"]
go.mondoo.com/cnquery/v11/mqlc ‑ TestCompiler_Simple/[1,_2]
go.mondoo.com/cnquery/v11/mqlc ‑ TestCompiler_Simple/[1.2,1]
go.mondoo.com/cnquery/v11/mqlc ‑ TestCompiler_Simple/[1.2,3.4]
go.mondoo.com/cnquery/v11/mqlc ‑ TestCompiler_Simple/[___1.2,___1_]
go.mondoo.com/cnquery/v11/mqlc ‑ TestCompiler_Simple/[true,_false]
go.mondoo.com/cnquery/v11/mqlc ‑ TestCompiler_Simple/false
go.mondoo.com/cnquery/v11/mqlc ‑ TestCompiler_Simple/null
go.mondoo.com/cnquery/v11/mqlc ‑ TestCompiler_Simple/true
go.mondoo.com/cnquery/v11/mqlc ‑ TestCompiler_Simple/{a:_123}
go.mondoo.com/cnquery/v11/mqlc ‑ TestCompiler_StringContainsWithInt
go.mondoo.com/cnquery/v11/mqlc ‑ TestCompiler_StructuredErrors
go.mondoo.com/cnquery/v11/mqlc ‑ TestCompiler_StructuredErrors/does_not_exist
go.mondoo.com/cnquery/v11/mqlc ‑ TestCompiler_StructuredErrors/mondoo.does_not_exist
go.mondoo.com/cnquery/v11/mqlc ‑ TestCompiler_StructuredErrors/props.does_not_exist
go.mondoo.com/cnquery/v11/mqlc ‑ TestCompiler_Switch
go.mondoo.com/cnquery/v11/mqlc ‑ TestCompiler_Switch/test_types_fall_back_to_any
go.mondoo.com/cnquery/v11/mqlc ‑ TestDedent
go.mondoo.com/cnquery/v11/mqlc ‑ TestIfChecksumming
go.mondoo.com/cnquery/v11/mqlc ‑ TestImplicitSuggestion
go.mondoo.com/cnquery/v11/mqlc ‑ TestLabels
go.mondoo.com/cnquery/v11/mqlc ‑ TestLabels/"string"
go.mondoo.com/cnquery/v11/mqlc ‑ TestLabels/1
go.mondoo.com/cnquery/v11/mqlc ‑ TestLabels/1.23
go.mondoo.com/cnquery/v11/mqlc ‑ TestLabels/a_=_1;_a
go.mondoo.com/cnquery/v11/mqlc ‑ TestLabels/a_=_1;_b_=_2;_c_=_a+b;_c
go.mondoo.com/cnquery/v11/mqlc ‑ TestLabels/asset.name_asset.version
go.mondoo.com/cnquery/v11/mqlc ‑ TestLabels/asset_{_name_version_}
go.mondoo.com/cnquery/v11/mqlc ‑ TestLabels/mondoo.version_==_'yo'
go.mondoo.com/cnquery/v11/mqlc ‑ TestLabels/sshd
go.mondoo.com/cnquery/v11/mqlc ‑ TestLabels/sshd.config
go.mondoo.com/cnquery/v11/mqlc ‑ TestLabels/sshd.config("/my/path").params
go.mondoo.com/cnquery/v11/mqlc ‑ TestLabels/sshd.config.params
go.mondoo.com/cnquery/v11/mqlc ‑ TestLabels/sshd.config.params["UsePAM"]
go.mondoo.com/cnquery/v11/mqlc ‑ TestLabels/sshd.config_{_file_{_path_}_}
go.mondoo.com/cnquery/v11/mqlc ‑ TestLabels/true
go.mondoo.com/cnquery/v11/mqlc ‑ TestLabels/users.list[0]
go.mondoo.com/cnquery/v11/mqlc ‑ TestLabels/users.list[0]_{_uid_}
go.mondoo.com/cnquery/v11/mqlc ‑ TestLabels/users.list_{_uid_}
go.mondoo.com/cnquery/v11/mqlc ‑ TestSuggestions
go.mondoo.com/cnquery/v11/mqlc ‑ TestSuggestions/docker.containers[0].hostnam
go.mondoo.com/cnquery/v11/mqlc ‑ TestSuggestions/docker.containers[0].hostnam#01
go.mondoo.com/cnquery/v11/mqlc ‑ TestSuggestions/does_not_get_suggestions
go.mondoo.com/cnquery/v11/mqlc ‑ TestSuggestions/parse.d
go.mondoo.com/cnquery/v11/mqlc ‑ TestSuggestions/ssh
go.mondoo.com/cnquery/v11/mqlc ‑ TestSuggestions/sshd.
go.mondoo.com/cnquery/v11/mqlc ‑ TestSuggestions/sshd.config.ciphers.leng
go.mondoo.com/cnquery/v11/mqlc ‑ TestSuggestions/sshd.config.para
go.mondoo.com/cnquery/v11/mqlc ‑ TestSuggestions/sshd.config_{_para_}
go.mondoo.com/cnquery/v11/mqlc ‑ TestSuggestions/users.
go.mondoo.com/cnquery/v11/mqlc ‑ TestSwitchChecksumming
go.mondoo.com/cnquery/v11/mqlc/parser ‑ TestParser_Comments
go.mondoo.com/cnquery/v11/mqlc/parser ‑ TestParser_Comments/#
go.mondoo.com/cnquery/v11/mqlc/parser ‑ TestParser_Comments///
go.mondoo.com/cnquery/v11/mqlc/parser ‑ TestParser_Comments///_1_sshd_//_2__._//_3_config_//_4
go.mondoo.com/cnquery/v11/mqlc/parser ‑ TestParser_Comments/file_//_1_{_//_2_path_//_3_==_//_4_'abc'_//_5_}_//_6
go.mondoo.com/cnquery/v11/mqlc/parser ‑ TestParser_Lex
go.mondoo.com/cnquery/v11/mqlc/parser ‑ TestParser_Multiline
go.mondoo.com/cnquery/v11/mqlc/parser ‑ TestParser_Multiline/true_1_2_
go.mondoo.com/cnquery/v11/mqlc/parser ‑ TestParser_ParseValues
go.mondoo.com/cnquery/v11/mqlc/parser ‑ TestParser_ParseValues/"h\i"
go.mondoo.com/cnquery/v11/mqlc/parser ‑ TestParser_ParseValues/"h\ni"
go.mondoo.com/cnquery/v11/mqlc/parser ‑ TestParser_ParseValues/"hi"
go.mondoo.com/cnquery/v11/mqlc/parser ‑ TestParser_ParseValues/#_this_#_is_a_comment_'hi'
go.mondoo.com/cnquery/v11/mqlc/parser ‑ TestParser_ParseValues/'h\i'
go.mondoo.com/cnquery/v11/mqlc/parser ‑ TestParser_ParseValues/'h\ni'
go.mondoo.com/cnquery/v11/mqlc/parser ‑ TestParser_ParseValues/'hi'
go.mondoo.com/cnquery/v11/mqlc/parser ‑ TestParser_ParseValues///_this_//_is_a_comment_'hi'
go.mondoo.com/cnquery/v11/mqlc/parser ‑ TestParser_ParseValues//hi/
go.mondoo.com/cnquery/v11/mqlc/parser ‑ TestParser_ParseValues/1.23
go.mondoo.com/cnquery/v11/mqlc/parser ‑ TestParser_ParseValues/123
go.mondoo.com/cnquery/v11/mqlc/parser ‑ TestParser_ParseValues/1_&&_2_||_3
go.mondoo.com/cnquery/v11/mqlc/parser ‑ TestParser_ParseValues/1_+_2_==_3
go.mondoo.com/cnquery/v11/mqlc/parser ‑ TestParser_ParseValues/Infinity
go.mondoo.com/cnquery/v11/mqlc/parser ‑ TestParser_ParseValues/NaN
go.mondoo.com/cnquery/v11/mqlc/parser ‑ TestParser_ParseValues/Never
go.mondoo.com/cnquery/v11/mqlc/parser ‑ TestParser_ParseValues/[1,2,]
go.mondoo.com/cnquery/v11/mqlc/parser ‑ TestParser_ParseValues/[1,2.3]
go.mondoo.com/cnquery/v11/mqlc/parser ‑ TestParser_ParseValues/[1]
go.mondoo.com/cnquery/v11/mqlc/parser ‑ TestParser_ParseValues/[]
go.mondoo.com/cnquery/v11/mqlc/parser ‑ TestParser_ParseValues/a(_b(_c,_d_)_)
go.mondoo.com/cnquery/v11/mqlc/parser ‑ TestParser_ParseValues/a(b(c,d))
go.mondoo.com/cnquery/v11/mqlc/parser ‑ TestParser_ParseValues/false
go.mondoo.com/cnquery/v11/mqlc/parser ‑ TestParser_ParseValues/name
go.mondoo.com/cnquery/v11/mqlc/parser ‑ TestParser_ParseValues/name()
go.mondoo.com/cnquery/v11/mqlc/parser ‑ TestParser_ParseValues/name(1)
go.mondoo.com/cnquery/v11/mqlc/parser ‑ TestParser_ParseValues/name(arg)
go.mondoo.com/cnquery/v11/mqlc/parser ‑ TestParser_ParseValues/name(uid:_1)
go.mondoo.com/cnquery/v11/mqlc/parser ‑ TestParser_ParseValues/name.last
go.mondoo.com/cnquery/v11/mqlc/parser ‑ TestParser_ParseValues/name[1]
go.mondoo.com/cnquery/v11/mqlc/parser ‑ TestParser_ParseValues/null
go.mondoo.com/cnquery/v11/mqlc/parser ‑ TestParser_ParseValues/true
go.mondoo.com/cnquery/v11/mqlc/parser ‑ TestParser_ParseValues/true_+_'some'.length()
go.mondoo.com/cnquery/v11/mqlc/parser ‑ TestParser_ParseValues/user_{___name___uid_}
go.mondoo.com/cnquery/v11/mqlc/parser ‑ TestParser_ParseValues/user_{_name_uid_}
go.mondoo.com/cnquery/v11/mqlc/parser ‑ TestParser_ParseValues/users.list_{_uid_}
go.mondoo.com/cnquery/v11/mqlc/parser ‑ TestParser_ParseValues/users.where()
go.mondoo.com/cnquery/v11/mqlc/parser ‑ TestParser_ParseValues/users.where(uid_>_2).list_{_uid_}
go.mondoo.com/cnquery/v11/mqlc/parser ‑ TestParser_ParseValues/{"b":_"there"}
go.mondoo.com/cnquery/v11/mqlc/parser ‑ TestParser_ParseValues/{'a':_'word'}
go.mondoo.com/cnquery/v11/mqlc/parser ‑ TestParser_ParseValues/{a:_1,_b:_2,}
go.mondoo.com/cnquery/v11/mqlc/parser ‑ TestParser_ParseValues/{c:_123}
go.mondoo.com/cnquery/v11/mqlc/parser ‑ TestParser_ParseValues/{}
go.mondoo.com/cnquery/v11/mrn ‑ TestCollectionID
go.mondoo.com/cnquery/v11/mrn ‑ TestEquals
go.mondoo.com/cnquery/v11/mrn ‑ TestMrnParser
go.mondoo.com/cnquery/v11/mrn ‑ TestMrnToPropertyName
go.mondoo.com/cnquery/v11/providers ‑ TestExtensibleSchema
go.mondoo.com/cnquery/v11/providers ‑ TestOsRetry_RetryableError
go.mondoo.com/cnquery/v11/providers ‑ TestProviderShutdown
go.mondoo.com/cnquery/v11/providers ‑ TestRemoveRuntime_AssetMrn
go.mondoo.com/cnquery/v11/providers ‑ TestRemoveRuntime_PlatformId
go.mondoo.com/cnquery/v11/providers ‑ TestRemoveRuntime_RemoveDeadProvider
go.mondoo.com/cnquery/v11/providers ‑ TestRemoveRuntime_StopUnusedProvider
go.mondoo.com/cnquery/v11/providers ‑ TestRemoveRuntime_UsedProvider
go.mondoo.com/cnquery/v11/providers ‑ TestRuntimeClose
go.mondoo.com/cnquery/v11/providers ‑ TestRuntime_LookupFieldProvider
go.mondoo.com/cnquery/v11/providers ‑ TestRuntime_LookupFieldProvider_CoreOverridesAll
go.mondoo.com/cnquery/v11/providers ‑ TestRuntime_LookupFieldProvider_CoreOverridesAll_ResourceInfo
go.mondoo.com/cnquery/v11/providers ‑ TestRuntime_LookupFieldProvider_ProviderOverridesOthers
go.mondoo.com/cnquery/v11/providers ‑ TestRuntime_LookupFieldProvider_ProviderOverridesOthers_ResourceInfo
go.mondoo.com/cnquery/v11/providers ‑ TestRuntime_LookupResource
go.mondoo.com/cnquery/v11/providers ‑ TestRuntime_LookupResource_CoreOverridesAll
go.mondoo.com/cnquery/v11/providers ‑ TestRuntime_LookupResource_ProviderOverridesOthers
go.mondoo.com/cnquery/v11/providers ‑ TestShutdown
go.mondoo.com/cnquery/v11/providers ‑ TestUnprocessedProviders_RemoveClosed
go.mondoo.com/cnquery/v11/providers-sdk/v1/inventory ‑ TestAddAnnotations
go.mondoo.com/cnquery/v11/providers-sdk/v1/inventory ‑ TestAddAnnotations/AddAnnotations
go.mondoo.com/cnquery/v11/providers-sdk/v1/inventory ‑ TestAddAnnotations/test_merge
go.mondoo.com/cnquery/v11/providers-sdk/v1/inventory ‑ TestAddAnnotations/test_nil
go.mondoo.com/cnquery/v11/providers-sdk/v1/inventory ‑ TestAddAnnotations/test_overwrite
go.mondoo.com/cnquery/v11/providers-sdk/v1/inventory ‑ TestAddMondooLabels
go.mondoo.com/cnquery/v11/providers-sdk/v1/inventory ‑ TestAddSubtree
go.mondoo.com/cnquery/v11/providers-sdk/v1/inventory ‑ TestAddSubtree/build_query_with_1_params_and_2_results
go.mondoo.com/cnquery/v11/providers-sdk/v1/inventory ‑ TestAddSubtree/build_query_with_2_params_(incl_root)_and_1_result
go.mondoo.com/cnquery/v11/providers-sdk/v1/inventory ‑ TestAddSubtree/build_query_with_2_params_and_1_result
go.mondoo.com/cnquery/v11/providers-sdk/v1/inventory ‑ TestAddSubtree/find_child_key_of_a_chain
go.mondoo.com/cnquery/v11/providers-sdk/v1/inventory ‑ TestAddSubtree/refresh_cache_and_access_keys
go.mondoo.com/cnquery/v11/providers-sdk/v1/inventory ‑ TestAddSubtree/test_PathTitles
go.mondoo.com/cnquery/v11/providers-sdk/v1/inventory ‑ TestAddSubtree/test_PathToAssetUrlChain
go.mondoo.com/cnquery/v11/providers-sdk/v1/inventory ‑ TestAnnotations
go.mondoo.com/cnquery/v11/providers-sdk/v1/inventory ‑ TestInventoryParser
go.mondoo.com/cnquery/v11/providers-sdk/v1/inventory ‑ TestMarkInsecure
go.mondoo.com/cnquery/v11/providers-sdk/v1/inventory ‑ TestNilPointer
go.mondoo.com/cnquery/v11/providers-sdk/v1/inventory ‑ TestParseGCPInventory
go.mondoo.com/cnquery/v11/providers-sdk/v1/inventory ‑ TestParseSshInventory
go.mondoo.com/cnquery/v11/providers-sdk/v1/inventory ‑ TestParseVaultInventory
go.mondoo.com/cnquery/v11/providers-sdk/v1/inventory ‑ TestParseVsphereInventory
go.mondoo.com/cnquery/v11/providers-sdk/v1/inventory ‑ TestPreprocess
go.mondoo.com/cnquery/v11/providers-sdk/v1/inventory ‑ TestPreprocess/idempotent_preprocess
go.mondoo.com/cnquery/v11/providers-sdk/v1/inventory ‑ TestPreprocess/normal_inventory
go.mondoo.com/cnquery/v11/providers-sdk/v1/inventory ‑ TestPreprocess/preprocess_empty_inventory
go.mondoo.com/cnquery/v11/providers-sdk/v1/inventory ‑ TestPreprocess/preprocess_env
go.mondoo.com/cnquery/v11/providers-sdk/v1/inventory ‑ TestPreprocess/preprocess_pkcs12_credential_with_loading_from_file
go.mondoo.com/cnquery/v11/providers-sdk/v1/inventory ‑ TestPreprocess/preprocess_pkcs12_credential_with_loading_from_file#01
go.mondoo.com/cnquery/v11/providers-sdk/v1/inventory ‑ TestPreprocess/preprocess_private_key
go.mondoo.com/cnquery/v11/providers-sdk/v1/inventory/ansibleinventory ‑ TestFullInventory
go.mondoo.com/cnquery/v11/providers-sdk/v1/inventory/ansibleinventory ‑ TestHostConnectionLocal
go.mondoo.com/cnquery/v11/providers-sdk/v1/inventory/ansibleinventory ‑ TestHostConnectionLocalYaml
go.mondoo.com/cnquery/v11/providers-sdk/v1/inventory/ansibleinventory ‑ TestHostConnectionWinrm
go.mondoo.com/cnquery/v11/providers-sdk/v1/inventory/ansibleinventory ‑ TestHostExtraction
go.mondoo.com/cnquery/v11/providers-sdk/v1/inventory/ansibleinventory ‑ TestHostSSHPrivateKey
go.mondoo.com/cnquery/v11/providers-sdk/v1/inventory/ansibleinventory ‑ TestInventoryConversion
go.mondoo.com/cnquery/v11/providers-sdk/v1/inventory/ansibleinventory ‑ TestInventoryWithUsernameConversion
go.mondoo.com/cnquery/v11/providers-sdk/v1/inventory/ansibleinventory ‑ TestParseInventory
go.mondoo.com/cnquery/v11/providers-sdk/v1/inventory/ansibleinventory ‑ TestParseInventoryUngrouped
go.mondoo.com/cnquery/v11/providers-sdk/v1/inventory/ansibleinventory ‑ TestTagsAndGroups
go.mondoo.com/cnquery/v11/providers-sdk/v1/inventory/ansibleinventory ‑ TestValidInventory
go.mondoo.com/cnquery/v11/providers-sdk/v1/inventory/domainlist ‑ TestParseInventory
go.mondoo.com/cnquery/v11/providers-sdk/v1/inventory/manager ‑ TestSecretKeyIfConditionalReturn
go.mondoo.com/cnquery/v11/providers-sdk/v1/inventory/manager ‑ TestSecretKeyIfReturn
go.mondoo.com/cnquery/v11/providers-sdk/v1/inventory/manager ‑ TestSecretKeySimple
go.mondoo.com/cnquery/v11/providers-sdk/v1/lr ‑ TestParse
go.mondoo.com/cnquery/v11/providers-sdk/v1/lr ‑ TestParse/complex_resource
go.mondoo.com/cnquery/v11/providers-sdk/v1/lr ‑ TestParse/defaults
go.mondoo.com/cnquery/v11/providers-sdk/v1/lr ‑ TestParse/embedded_resource
go.mondoo.com/cnquery/v11/providers-sdk/v1/lr ‑ TestParse/embedded_resource_with_an_alias
go.mondoo.com/cnquery/v11/providers-sdk/v1/lr ‑ TestParse/empty
go.mondoo.com/cnquery/v11/providers-sdk/v1/lr ‑ TestParse/empty_resource
go.mondoo.com/cnquery/v11/providers-sdk/v1/lr ‑ TestParse/empty_resources
go.mondoo.com/cnquery/v11/providers-sdk/v1/lr ‑ TestParse/resource_which_is_a_list_type
go.mondoo.com/cnquery/v11/providers-sdk/v1/lr ‑ TestParse/resource_which_is_a_list_type,_with_args
go.mondoo.com/cnquery/v11/providers-sdk/v1/lr ‑ TestParse/resource_which_is_a_list_type_based_on_resource_chain
go.mondoo.com/cnquery/v11/providers-sdk/v1/lr ‑ TestParse/resource_with_a_dependent_field,_no_args
go.mondoo.com/cnquery/v11/providers-sdk/v1/lr ‑ TestParse/resource_with_a_dependent_field,_with_args
go.mondoo.com/cnquery/v11/providers-sdk/v1/lr ‑ TestParse/resource_with_a_list_type
go.mondoo.com/cnquery/v11/providers-sdk/v1/lr ‑ TestParse/resource_with_a_map_type
go.mondoo.com/cnquery/v11/providers-sdk/v1/lr ‑ TestParse/resource_with_a_static_field
go.mondoo.com/cnquery/v11/providers-sdk/v1/lr ‑ TestParse/resource_with_init,_with_args
go.mondoo.com/cnquery/v11/providers-sdk/v1/lr ‑ TestParseLR
go.mondoo.com/cnquery/v11/providers-sdk/v1/lr ‑ TestParseLR/core/resources/core.lr
go.mondoo.com/cnquery/v11/providers-sdk/v1/lr ‑ TestParseLR/os/resources/os.lr
go.mondoo.com/cnquery/v11/providers-sdk/v1/lr ‑ TestSchema
go.mondoo.com/cnquery/v11/providers-sdk/v1/lr ‑ TestSchema/chain_resource_creation
go.mondoo.com/cnquery/v11/providers-sdk/v1/lr ‑ TestSchema/empty
go.mondoo.com/cnquery/v11/providers-sdk/v1/lr/cli/cmd ‑ TestPlatformMapping
go.mondoo.com/cnquery/v11/providers-sdk/v1/plugin ‑ TestAddRuntime
go.mondoo.com/cnquery/v11/providers-sdk/v1/plugin ‑ TestAddRuntime_Existing
go.mondoo.com/cnquery/v11/providers-sdk/v1/plugin ‑ TestAddRuntime_Parent
go.mondoo.com/cnquery/v11/providers-sdk/v1/plugin ‑ TestAddRuntime_ParentNotExist
go.mondoo.com/cnquery/v11/providers-sdk/v1/plugin ‑ TestConnection_ID
go.mondoo.com/cnquery/v11/providers-sdk/v1/plugin ‑ TestConnection_ParentID
go.mondoo.com/cnquery/v11/providers-sdk/v1/plugin ‑ TestConnection_ParentID_0
go.mondoo.com/cnquery/v11/providers-sdk/v1/plugin ‑ TestConnection_ParentID_Nil
go.mondoo.com/cnquery/v11/providers-sdk/v1/plugin ‑ TestDeprecatedAddRuntime
go.mondoo.com/cnquery/v11/providers-sdk/v1/plugin ‑ TestDeprecatedAddRuntime_DisableDelayedDiscovery
go.mondoo.com/cnquery/v11/providers-sdk/v1/plugin ‑ TestDeprecatedAddRuntime_Parent
go.mondoo.com/cnquery/v11/providers-sdk/v1/plugin ‑ TestDeprecatedAddRuntime_ParentNotExist
go.mondoo.com/cnquery/v11/providers-sdk/v1/plugin ‑ TestDisconnect
go.mondoo.com/cnquery/v11/providers-sdk/v1/plugin ‑ TestDisconnect_Closer
go.mondoo.com/cnquery/v11/providers-sdk/v1/plugin ‑ TestGetRuntime
go.mondoo.com/cnquery/v11/providers-sdk/v1/plugin ‑ TestGetRuntime_DoesNotExist
go.mondoo.com/cnquery/v11/providers-sdk/v1/plugin ‑ TestShutdown
go.mondoo.com/cnquery/v11/providers-sdk/v1/plugin ‑ TestShutdown_Closer
go.mondoo.com/cnquery/v11/providers-sdk/v1/recording ‑ TestLoadRecording
go.mondoo.com/cnquery/v11/providers-sdk/v1/upstream ‑ TestHash
go.mondoo.com/cnquery/v11/providers-sdk/v1/upstream/mvd/cvss ‑ TestCvss2Parsing
go.mondoo.com/cnquery/v11/providers-sdk/v1/upstream/mvd/cvss ‑ TestCvss2Parsing2
go.mondoo.com/cnquery/v11/providers-sdk/v1/upstream/mvd/cvss ‑ TestCvss2Parsing3
go.mondoo.com/cnquery/v11/providers-sdk/v1/upstream/mvd/cvss ‑ TestCvss30Parsing
go.mondoo.com/cnquery/v11/providers-sdk/v1/upstream/mvd/cvss ‑ TestCvss30Parsing2
go.mondoo.com/cnquery/v11/providers-sdk/v1/upstream/mvd/cvss ‑ TestCvss30Parsing3
go.mondoo.com/cnquery/v11/providers-sdk/v1/upstream/mvd/cvss ‑ TestCvss31Parsing1
go.mondoo.com/cnquery/v11/providers-sdk/v1/upstream/mvd/cvss ‑ TestCvss3Comparison
go.mondoo.com/cnquery/v11/providers-sdk/v1/upstream/mvd/cvss ‑ TestCvss3ParseEmpty
go.mondoo.com/cnquery/v11/providers-sdk/v1/upstream/mvd/cvss ‑ TestCvssNone
go.mondoo.com/cnquery/v11/providers-sdk/v1/upstream/mvd/cvss ‑ TestCvssVector
go.mondoo.com/cnquery/v11/providers-sdk/v1/upstream/mvd/cvss ‑ TestCvssVectorWithTrailingSlash
go.mondoo.com/cnquery/v11/providers-sdk/v1/upstream/mvd/cvss ‑ TestCvssVectorWithTrailingSpace
go.mondoo.com/cnquery/v11/providers-sdk/v1/upstream/mvd/cvss ‑ TestMaxCvss
go.mondoo.com/cnquery/v11/providers-sdk/v1/upstream/mvd/cvss ‑ TestMaxCvss2
go.mondoo.com/cnquery/v11/providers-sdk/v1/util/memoize ‑ TestBasic
go.mondoo.com/cnquery/v11/providers-sdk/v1/util/memoize ‑ TestFailure
go.mondoo.com/cnquery/v11/providers-sdk/v1/vault ‑ TestCredentialMarshal
go.mondoo.com/cnquery/v11/providers-sdk/v1/vault ‑ TestCredentialParser
go.mondoo.com/cnquery/v11/providers-sdk/v1/vault ‑ TestSecretCredentialConversion
go.mondoo.com/cnquery/v11/providers-sdk/v1/vault ‑ TestSecretEncoding
go.mondoo.com/cnquery/v11/providers-sdk/v1/vault ‑ TestVaultTypeMarshal
go.mondoo.com/cnquery/v11/providers-sdk/v1/vault ‑ TestVaultTypeParser
go.mondoo.com/cnquery/v11/providers-sdk/v1/vault/config ‑ TestVaultConfiguration
go.mondoo.com/cnquery/v11/providers-sdk/v1/vault/inmemory ‑ TestVault
go.mondoo.com/cnquery/v11/providers-sdk/v1/vault/keyring ‑ TestEncryptedFile
go.mondoo.com/cnquery/v11/providers-sdk/v1/vault/multivault ‑ TestMultiVault
go.mondoo.com/cnquery/v11/sbom ‑ TestCycloneDxJsonDecoding
go.mondoo.com/cnquery/v11/sbom ‑ TestCycloneDxOutput
go.mondoo.com/cnquery/v11/sbom ‑ TestCycloneDxXmlDecoding
go.mondoo.com/cnquery/v11/sbom ‑ TestJsonDecoder
go.mondoo.com/cnquery/v11/sbom ‑ TestSimpleBomOutput
go.mondoo.com/cnquery/v11/sbom ‑ TestSpdxOutput
go.mondoo.com/cnquery/v11/sbom ‑ TestTagValueDecoder
go.mondoo.com/cnquery/v11/sbom/generator ‑ TestArnGeneration
go.mondoo.com/cnquery/v11/sbom/generator ‑ TestSbomGeneration
go.mondoo.com/cnquery/v11/types ‑ TestMaps_StringSet
go.mondoo.com/cnquery/v11/types ‑ TestMaps_StringSet/all_functions
go.mondoo.com/cnquery/v11/types ‑ TestMaps_StringSet/concurrent_runs
go.mondoo.com/cnquery/v11/types ‑ TestMaps_StringToStrings
go.mondoo.com/cnquery/v11/types ‑ TestMaps_StringToStrings/all_functions
go.mondoo.com/cnquery/v11/types ‑ TestMaps_StringToStrings/concurrent_runs
go.mondoo.com/cnquery/v11/types ‑ TestTypes
go.mondoo.com/cnquery/v11/utils/multierr ‑ TestMultiErr
go.mondoo.com/cnquery/v11/utils/multierr ‑ TestMultiErr/add_mixed_errors
go.mondoo.com/cnquery/v11/utils/multierr ‑ TestMultiErr/add_nil_errors
go.mondoo.com/cnquery/v11/utils/multierr ‑ TestMultiErr/test_nil_error_deduplicate
go.mondoo.com/cnquery/v11/utils/slicesx ‑ TestBatch
go.mondoo.com/cnquery/v11/utils/slicesx ‑ TestBatch_Uneven
go.mondoo.com/cnquery/v11/utils/stringx ‑ TestContains
go.mondoo.com/cnquery/v11/utils/stringx ‑ TestContainsAnyOf
go.mondoo.com/cnquery/v11/utils/stringx ‑ TestDedupStringArray
go.mondoo.com/cnquery/v11/utils/stringx ‑ TestIntersection
go.mondoo.com/cnquery/v11/utils/stringx ‑ TestIntersectionNoOverlap
go.mondoo.com/cnquery/v11/utils/stringx ‑ TestMerge
go.mondoo.com/cnquery/v11/utils/stringx ‑ TestRemoveEmpty
go.mondoo.com/cnquery/v11/utils/urlx ‑ TestParseGitSshUrl
go.mondoo.com/cnquery/v11/utils/urlx ‑ TestParseGitSshUrl/[email protected]:mondoohq/lunalectric
go.mondoo.com/cnquery/v11/utils/urlx ‑ TestParseGitSshUrl/[email protected]:mondoohq/lunalectric.git