Skip to content

Bump contributor-assistant/github-action from 2.4.0 to 2.5.1 (#1162) #112

Bump contributor-assistant/github-action from 2.4.0 to 2.5.1 (#1162)

Bump contributor-assistant/github-action from 2.4.0 to 2.5.1 (#1162) #112

GitHub Actions / Test Results failed Aug 21, 2024 in 0s

4 fail, 315 pass in 2h 10m 0s

  5 files   51 suites   2h 10m 0s ⏱️
319 tests 315 ✅ 0 💤 4 ❌
376 runs  372 ✅ 0 💤 4 ❌

Results for commit 3c263ff.

Annotations

Check warning on line 0 in go.mondoo.com/mondoo-operator/tests/integration

See this annotation in the file changed.

@github-actions github-actions / Test Results

1 out of 4 runs failed: TestAuditConfigOOMSuite (go.mondoo.com/mondoo-operator/tests/integration)

artifacts/test-results-k3d-v1.29.4/integration-tests-k3d-v1.29.4.xml [took 3m 30s]
Raw output
Failed
=== RUN   TestAuditConfigOOMSuite
Using GraphQL endpoint https://api.mondoo.com/query
Using org MRN //captain.api.mondoo.app/organizations/mondoo-operator-testing
2024-08-21T04:20:30Z	INFO	Created Nexus space	{"space": "//captain.api.mondoo.app/spaces/charming-austin-795167"}
2024-08-21T04:20:30.115Z	INFO	installer/installer.go:91	Installing Mondoo operator with local manifest
2024-08-21T04:20:30.115Z	INFO	utils/manifest_utils.go:54	Reading file: /home/runner/work/mondoo-operator/mondoo-operator/mondoo-operator-manifests.yaml
2024-08-21T04:20:30.115Z	INFO	utils/exec_utils.go:45	Running kubectl [apply -f -]
namespace/mondoo-operator created
customresourcedefinition.apiextensions.k8s.io/mondooauditconfigs.k8s.mondoo.com created
customresourcedefinition.apiextensions.k8s.io/mondoooperatorconfigs.k8s.mondoo.com created
serviceaccount/mondoo-operator-controller-manager created
serviceaccount/mondoo-operator-k8s-resources-scanning created
serviceaccount/mondoo-operator-webhook created
role.rbac.authorization.k8s.io/mondoo-operator-leader-election-role created
clusterrole.rbac.authorization.k8s.io/mondoo-operator-k8s-resources-scanning created
clusterrole.rbac.authorization.k8s.io/mondoo-operator-manager-role created
rolebinding.rbac.authorization.k8s.io/mondoo-operator-leader-election-rolebinding created
clusterrolebinding.rbac.authorization.k8s.io/mondoo-operator-k8s-resources-scanning created
clusterrolebinding.rbac.authorization.k8s.io/mondoo-operator-manager-rolebinding created
configmap/mondoo-operator-manager-config created
service/mondoo-operator-controller-manager-metrics-service created
deployment.apps/mondoo-operator-controller-manager created
2024-08-21T04:20:32.557Z	INFO	installer/installer.go:204	Created Мondoo client secret "mondoo-token".
2024-08-21T04:23:52.919Z	ERROR	integration/test_cluster.go:40	Mondoo operator was not installed successfully: mondoo operator is not in a ready state
go.mondoo.com/mondoo-operator/tests/integration.StartTestCluster
	/home/runner/work/mondoo-operator/mondoo-operator/tests/integration/test_cluster.go:40
go.mondoo.com/mondoo-operator/tests/integration.(*AuditConfigBaseSuite).SetupSuite
	/home/runner/work/mondoo-operator/mondoo-operator/tests/integration/audit_config_base_suite.go:95
go.mondoo.com/mondoo-operator/tests/integration.(*AuditConfigOOMSuite).SetupSuite
	/home/runner/work/mondoo-operator/mondoo-operator/tests/integration/audit_config_oom_test.go:31
github.com/stretchr/testify/suite.Run
	/home/runner/go/pkg/mod/github.com/stretchr/[email protected]/suite/suite.go:157
go.mondoo.com/mondoo-operator/tests/integration.TestAuditConfigOOMSuite
	/home/runner/work/mondoo-operator/mondoo-operator/tests/integration/audit_config_oom_test.go:378
testing.tRunner
	/home/runner/go/pkg/mod/golang.org/[email protected]/src/testing/testing.go:1689
2024-08-21T04:23:52.919Z	INFO	installer/installer.go:212	gathering all logs from the test
2024-08-21T04:23:52.919Z	INFO	utils/k8s_helper.go:257	Gathering logs for all pods in namespace mondoo-operator
2024-08-21T04:23:52.922Z	DEBUG	utils/k8s_helper.go:562	created log file: /home/runner/work/mondoo-operator/mondoo-operator/tests/integration/_output/tests/TestAuditConfigOOMSuite/mondoo-operator_mondoo-operator-controller-manager-59594659f6-2tscq_1724214232.log
2024-08-21T04:23:52.929Z	DEBUG	utils/executor.go:271	Running command: kubectl -n mondoo-operator logs mondoo-operator-controller-manager-59594659f6-2tscq -c manager
2024-08-21T04:23:52.979Z	ERROR	utils/k8s_helper.go:106	failed to execute: kubectl [-n mondoo-operator logs mondoo-operator-controller-manager-59594659f6-2tscq -c manager] : exit status 1. Error from server (BadRequest): container "manager" in pod "mondoo-operator-controller-manager-59594659f6-2tscq" is waiting to start: trying and failing to pull image
go.mondoo.com/mondoo-operator/tests/framework/utils.(*K8sHelper).Kubectl
	/home/runner/work/mondoo-operator/mondoo-operator/tests/framework/utils/k8s_helper.go:106
go.mondoo.com/mondoo-operator/tests/framework/utils.(*K8sHelper).appendContainerLogs
	/home/runner/work/mondoo-operator/mondoo-operator/tests/framework/utils/k8s_helper.go:607
go.mondoo.com/mondoo-operator/tests/framework/utils.(*K8sHelper).getPodLogs
	/home/runner/work/mondoo-operator/mondoo-operator/tests/framework/utils/k8s_helper.go:581
go.mondoo.com/mondoo-operator/tests/framework/utils.(*K8sHelper).getPodsLogs
	/home/runner/work/mondoo-operator/mondoo-operator/tests/framework/utils/k8s_helper.go:516
go.mondoo.com/mondoo-operator/tests/framework/utils.(*K8sHelper).GetLogsFromNamespace
	/home/runner/work/mondoo-operator/mondoo-operator/tests/framework/utils/k8s_helper.go:263
go.mondoo.com/mondoo-operator/tests/framework/installer.(*MondooInstaller).GatherAllMondooLogs
	/home/runner/work/mondoo-operator/mondoo-operator/tests/framework/installer/installer.go:214
go.mondoo.com/mondoo-operator/tests/integration.StartTestCluster
	/home/runner/work/mondoo-operator/mondoo-operator/tests/integration/test_cluster.go:42
go.mondoo.com/mondoo-operator/tests/integration.(*AuditConfigBaseSuite).SetupSuite
	/home/runner/work/mondoo-operator/mondoo-operator/tests/integration/audit_config_base_suite.go:95
go.mondoo.com/mondoo-operator/tests/integration.(*AuditConfigOOMSuite).SetupSuite
	/home/runner/work/mondoo-operator/mondoo-operator/tests/integration/audit_config_oom_test.go:31
github.com/stretchr/testify/suite.Run
	/home/runner/go/pkg/mod/github.com/stretchr/[email protected]/suite/suite.go:157
go.mondoo.com/mondoo-operator/tests/integration.TestAuditConfigOOMSuite
	/home/runner/work/mondoo-operator/mondoo-operator/tests/integration/audit_config_oom_test.go:378
testing.tRunner
	/home/runner/go/pkg/mod/golang.org/[email protected]/src/testing/testing.go:1689
2024-08-21T04:23:52.979Z	ERROR	utils/k8s_helper.go:609	Cannot get logs for pod mondoo-operator-controller-manager-59594659f6-2tscq and container manager. failed to run: kubectl [-n mondoo-operator logs mondoo-operator-controller-manager-59594659f6-2tscq -c manager] : exit status 1
go.mondoo.com/mondoo-operator/tests/framework/utils.(*K8sHelper).appendContainerLogs
	/home/runner/work/mondoo-operator/mondoo-operator/tests/framework/utils/k8s_helper.go:609
go.mondoo.com/mondoo-operator/tests/framework/utils.(*K8sHelper).getPodLogs
	/home/runner/work/mondoo-operator/mondoo-operator/tests/framework/utils/k8s_helper.go:581
go.mondoo.com/mondoo-operator/tests/framework/utils.(*K8sHelper).getPodsLogs
	/home/runner/work/mondoo-operator/mondoo-operator/tests/framework/utils/k8s_helper.go:516
go.mondoo.com/mondoo-operator/tests/framework/utils.(*K8sHelper).GetLogsFromNamespace
	/home/runner/work/mondoo-operator/mondoo-operator/tests/framework/utils/k8s_helper.go:263
go.mondoo.com/mondoo-operator/tests/framework/installer.(*MondooInstaller).GatherAllMondooLogs
	/home/runner/work/mondoo-operator/mondoo-operator/tests/framework/installer/installer.go:214
go.mondoo.com/mondoo-operator/tests/integration.StartTestCluster
	/home/runner/work/mondoo-operator/mondoo-operator/tests/integration/test_cluster.go:42
go.mondoo.com/mondoo-operator/tests/integration.(*AuditConfigBaseSuite).SetupSuite
	/home/runner/work/mondoo-operator/mondoo-operator/tests/integration/audit_config_base_suite.go:95
go.mondoo.com/mondoo-operator/tests/integration.(*AuditConfigOOMSuite).SetupSuite
	/home/runner/work/mondoo-operator/mondoo-operator/tests/integration/audit_config_oom_test.go:31
github.com/stretchr/testify/suite.Run
	/home/runner/go/pkg/mod/github.com/stretchr/[email protected]/suite/suite.go:157
go.mondoo.com/mondoo-operator/tests/integration.TestAuditConfigOOMSuite
	/home/runner/work/mondoo-operator/mondoo-operator/tests/integration/audit_config_oom_test.go:378
testing.tRunner
	/home/runner/go/pkg/mod/golang.org/[email protected]/src/testing/testing.go:1689
2024-08-21T04:23:52.979Z	DEBUG	utils/k8s_helper.go:562	created log file: /home/runner/work/mondoo-operator/mondoo-operator/tests/integration/_output/tests/TestAuditConfigOOMSuite/mondoo-operator_mondoo-operator-controller-manager-59594659f6-2tscq_previous_1724214232.log
2024-08-21T04:23:52.982Z	DEBUG	utils/executor.go:271	Running command: kubectl -n mondoo-operator logs mondoo-operator-controller-manager-59594659f6-2tscq -c manager
2024-08-21T04:23:53.030Z	ERROR	utils/k8s_helper.go:106	failed to execute: kubectl [-n mondoo-operator logs mondoo-operator-controller-manager-59594659f6-2tscq -c manager] : exit status 1. Error from server (BadRequest): container "manager" in pod "mondoo-operator-controller-manager-59594659f6-2tscq" is waiting to start: trying and failing to pull image
go.mondoo.com/mondoo-operator/tests/framework/utils.(*K8sHelper).Kubectl
	/home/runner/work/mondoo-operator/mondoo-operator/tests/framework/utils/k8s_helper.go:106
go.mondoo.com/mondoo-operator/tests/framework/utils.(*K8sHelper).appendContainerLogs
	/home/runner/work/mondoo-operator/mondoo-operator/tests/framework/utils/k8s_helper.go:607
go.mondoo.com/mondoo-operator/tests/framework/utils.(*K8sHelper).getPodLogs
	/home/runner/work/mondoo-operator/mondoo-operator/tests/framework/utils/k8s_helper.go:581
go.mondoo.com/mondoo-operator/tests/framework/utils.(*K8sHelper).getPodsLogs
	/home/runner/work/mondoo-operator/mondoo-operator/tests/framework/utils/k8s_helper.go:519
go.mondoo.com/mondoo-operator/tests/framework/utils.(*K8sHelper).GetLogsFromNamespace
	/home/runner/work/mondoo-operator/mondoo-operator/tests/framework/utils/k8s_helper.go:263
go.mondoo.com/mondoo-operator/tests/framework/installer.(*MondooInstaller).GatherAllMondooLogs
	/home/runner/work/mondoo-operator/mondoo-operator/tests/framework/installer/installer.go:214
go.mondoo.com/mondoo-operator/tests/integration.StartTestCluster
	/home/runner/work/mondoo-operator/mondoo-operator/tests/integration/test_cluster.go:42
go.mondoo.com/mondoo-operator/tests/integration.(*AuditConfigBaseSuite).SetupSuite
	/home/runner/work/mondoo-operator/mondoo-operator/tests/integration/audit_config_base_suite.go:95
go.mondoo.com/mondoo-operator/tests/integration.(*AuditConfigOOMSuite).SetupSuite
	/home/runner/work/mondoo-operator/mondoo-operator/tests/integration/audit_config_oom_test.go:31
github.com/stretchr/testify/suite.Run
	/home/runner/go/pkg/mod/github.com/stretchr/[email protected]/suite/suite.go:157
go.mondoo.com/mondoo-operator/tests/integration.TestAuditConfigOOMSuite
	/home/runner/work/mondoo-operator/mondoo-operator/tests/integration/audit_config_oom_test.go:378
testing.tRunner
	/home/runner/go/pkg/mod/golang.org/[email protected]/src/testing/testing.go:1689
2024-08-21T04:23:53.030Z	ERROR	utils/k8s_helper.go:609	Cannot get logs for pod mondoo-operator-controller-manager-59594659f6-2tscq and container manager. failed to run: kubectl [-n mondoo-operator logs mondoo-operator-controller-manager-59594659f6-2tscq -c manager] : exit status 1
go.mondoo.com/mondoo-operator/tests/framework/utils.(*K8sHelper).appendContainerLogs
	/home/runner/work/mondoo-operator/mondoo-operator/tests/framework/utils/k8s_helper.go:609
go.mondoo.com/mondoo-operator/tests/framework/utils.(*K8sHelper).getPodLogs
	/home/runner/work/mondoo-operator/mondoo-operator/tests/framework/utils/k8s_helper.go:581
go.mondoo.com/mondoo-operator/tests/framework/utils.(*K8sHelper).getPodsLogs
	/home/runner/work/mondoo-operator/mondoo-operator/tests/framework/utils/k8s_helper.go:519
go.mondoo.com/mondoo-operator/tests/framework/utils.(*K8sHelper).GetLogsFromNamespace
	/home/runner/work/mondoo-operator/mondoo-operator/tests/framework/utils/k8s_helper.go:263
go.mondoo.com/mondoo-operator/tests/framework/installer.(*MondooInstaller).GatherAllMondooLogs
	/home/runner/work/mondoo-operator/mondoo-operator/tests/framework/installer/installer.go:214
go.mondoo.com/mondoo-operator/tests/integration.StartTestCluster
	/home/runner/work/mondoo-operator/mondoo-operator/tests/integration/test_cluster.go:42
go.mondoo.com/mondoo-operator/tests/integration.(*AuditConfigBaseSuite).SetupSuite
	/home/runner/work/mondoo-operator/mondoo-operator/tests/integration/audit_config_base_suite.go:95
go.mondoo.com/mondoo-operator/tests/integration.(*AuditConfigOOMSuite).SetupSuite
	/home/runner/work/mondoo-operator/mondoo-operator/tests/integration/audit_config_oom_test.go:31
github.com/stretchr/testify/suite.Run
	/home/runner/go/pkg/mod/github.com/stretchr/[email protected]/suite/suite.go:157
go.mondoo.com/mondoo-operator/tests/integration.TestAuditConfigOOMSuite
	/home/runner/work/mondoo-operator/mondoo-operator/tests/integration/audit_config_oom_test.go:378
testing.tRunner
	/home/runner/go/pkg/mod/golang.org/[email protected]/src/testing/testing.go:1689
2024-08-21T04:23:53.031Z	DEBUG	utils/k8s_helper.go:562	created log file: /home/runner/work/mondoo-operator/mondoo-operator/tests/integration/_output/tests/TestAuditConfigOOMSuite/mondoo-operator_mondoo-operator-controller-manager-ddfbf8f8c-mr8dc_1724214233.log
2024-08-21T04:23:53.034Z	DEBUG	utils/executor.go:271	Running command: kubectl -n mondoo-operator logs mondoo-operator-controller-manager-ddfbf8f8c-mr8dc -c manager
2024-08-21T04:23:53.083Z	ERROR	utils/k8s_helper.go:106	failed to execute: kubectl [-n mondoo-operator logs mondoo-operator-controller-manager-ddfbf8f8c-mr8dc -c manager] : exit status 1. Error from server (BadRequest): container "manager" in pod "mondoo-operator-controller-manager-ddfbf8f8c-mr8dc" is waiting to start: trying and failing to pull image
go.mondoo.com/mondoo-operator/tests/framework/utils.(*K8sHelper).Kubectl
	/home/runner/work/mondoo-operator/mondoo-operator/tests/framework/utils/k8s_helper.go:106
go.mondoo.com/mondoo-operator/tests/framework/utils.(*K8sHelper).appendContainerLogs
	/home/runner/work/mondoo-operator/mondoo-operator/tests/framework/utils/k8s_helper.go:607
go.mondoo.com/mondoo-operator/tests/framework/utils.(*K8sHelper).getPodLogs
	/home/runner/work/mondoo-operator/mondoo-operator/tests/framework/utils/k8s_helper.go:581
go.mondoo.com/mondoo-operator/tests/framework/utils.(*K8sHelper).getPodsLogs
	/home/runner/work/mondoo-operator/mondoo-operator/tests/framework/utils/k8s_helper.go:516
go.mondoo.com/mondoo-operator/tests/framework/utils.(*K8sHelper).GetLogsFromNamespace
	/home/runner/work/mondoo-operator/mondoo-operator/tests/framework/utils/k8s_helper.go:263
go.mondoo.com/mondoo-operator/tests/framework/installer.(*MondooInstaller).GatherAllMondooLogs
	/home/runner/work/mondoo-operator/mondoo-operator/tests/framework/installer/installer.go:214
go.mondoo.com/mondoo-operator/tests/integration.StartTestCluster
	/home/runner/work/mondoo-operator/mondoo-operator/tests/integration/test_cluster.go:42
go.mondoo.com/mondoo-operator/tests/integration.(*AuditConfigBaseSuite).SetupSuite
	/home/runner/work/mondoo-operator/mondoo-operator/tests/integration/audit_config_base_suite.go:95
go.mondoo.com/mondoo-operator/tests/integration.(*AuditConfigOOMSuite).SetupSuite
	/home/runner/work/mondoo-operator/mondoo-operator/tests/integration/audit_config_oom_test.go:31
github.com/stretchr/testify/suite.Run
	/home/runner/go/pkg/mod/github.com/stretchr/[email protected]/suite/suite.go:157
go.mondoo.com/mondoo-operator/tests/integration.TestAuditConfigOOMSuite
	/home/runner/work/mondoo-operator/mondoo-operator/tests/integration/audit_config_oom_test.go:378
testing.tRunner
	/home/runner/go/pkg/mod/golang.org/[email protected]/src/testing/testing.go:1689
2024-08-21T04:23:53.084Z	ERROR	utils/k8s_helper.go:609	Cannot get logs for pod mondoo-operator-controller-manager-ddfbf8f8c-mr8dc and container manager. failed to run: kubectl [-n mondoo-operator logs mondoo-operator-controller-manager-ddfbf8f8c-mr8dc -c manager] : exit status 1
go.mondoo.com/mondoo-operator/tests/framework/utils.(*K8sHelper).appendContainerLogs
	/home/runner/work/mondoo-operator/mondoo-operator/tests/framework/utils/k8s_helper.go:609
go.mondoo.com/mondoo-operator/tests/framework/utils.(*K8sHelper).getPodLogs
	/home/runner/work/mondoo-operator/mondoo-operator/tests/framework/utils/k8s_helper.go:581
go.mondoo.com/mondoo-operator/tests/framework/utils.(*K8sHelper).getPodsLogs
	/home/runner/work/mondoo-operator/mondoo-operator/tests/framework/utils/k8s_helper.go:516
go.mondoo.com/mondoo-operator/tests/framework/utils.(*K8sHelper).GetLogsFromNamespace
	/home/runner/work/mondoo-operator/mondoo-operator/tests/framework/utils/k8s_helper.go:263
go.mondoo.com/mondoo-operator/tests/framework/installer.(*MondooInstaller).GatherAllMondooLogs
	/home/runner/work/mondoo-operator/mondoo-operator/tests/framework/installer/installer.go:214
go.mondoo.com/mondoo-operator/tests/integration.StartTestCluster
	/home/runner/work/mondoo-operator/mondoo-operator/tests/integration/test_cluster.go:42
go.mondoo.com/mondoo-operator/tests/integration.(*AuditConfigBaseSuite).SetupSuite
	/home/runner/work/mondoo-operator/mondoo-operator/tests/integration/audit_config_base_suite.go:95
go.mondoo.com/mondoo-operator/tests/integration.(*AuditConfigOOMSuite).SetupSuite
	/home/runner/work/mondoo-operator/mondoo-operator/tests/integration/audit_config_oom_test.go:31
github.com/stretchr/testify/suite.Run
	/home/runner/go/pkg/mod/github.com/stretchr/[email protected]/suite/suite.go:157
go.mondoo.com/mondoo-operator/tests/integration.TestAuditConfigOOMSuite
	/home/runner/work/mondoo-operator/mondoo-operator/tests/integration/audit_config_oom_test.go:378
testing.tRunner
	/home/runner/go/pkg/mod/golang.org/[email protected]/src/testing/testing.go:1689
2024-08-21T04:23:53.084Z	DEBUG	utils/k8s_helper.go:562	created log file: /home/runner/work/mondoo-operator/mondoo-operator/tests/integration/_output/tests/TestAuditConfigOOMSuite/mondoo-operator_mondoo-operator-controller-manager-ddfbf8f8c-mr8dc_previous_1724214233.log
2024-08-21T04:23:53.087Z	DEBUG	utils/executor.go:271	Running command: kubectl -n mondoo-operator logs mondoo-operator-controller-manager-ddfbf8f8c-mr8dc -c manager
2024-08-21T04:23:53.139Z	ERROR	utils/k8s_helper.go:106	failed to execute: kubectl [-n mondoo-operator logs mondoo-operator-controller-manager-ddfbf8f8c-mr8dc -c manager] : exit status 1. Error from server (BadRequest): container "manager" in pod "mondoo-operator-controller-manager-ddfbf8f8c-mr8dc" is waiting to start: trying and failing to pull image
go.mondoo.com/mondoo-operator/tests/framework/utils.(*K8sHelper).Kubectl
	/home/runner/work/mondoo-operator/mondoo-operator/tests/framework/utils/k8s_helper.go:106
go.mondoo.com/mondoo-operator/tests/framework/utils.(*K8sHelper).appendContainerLogs
	/home/runner/work/mondoo-operator/mondoo-operator/tests/framework/utils/k8s_helper.go:607
go.mondoo.com/mondoo-operator/tests/framework/utils.(*K8sHelper).getPodLogs
	/home/runner/work/mondoo-operator/mondoo-operator/tests/framework/utils/k8s_helper.go:581
go.mondoo.com/mondoo-operator/tests/framework/utils.(*K8sHelper).getPodsLogs
	/home/runner/work/mondoo-operator/mondoo-operator/tests/framework/utils/k8s_helper.go:519
go.mondoo.com/mondoo-operator/tests/framework/utils.(*K8sHelper).GetLogsFromNamespace
	/home/runner/work/mondoo-operator/mondoo-operator/tests/framework/utils/k8s_helper.go:263
go.mondoo.com/mondoo-operator/tests/framework/installer.(*MondooInstaller).GatherAllMondooLogs
	/home/runner/work/mondoo-operator/mondoo-operator/tests/framework/installer/installer.go:214
go.mondoo.com/mondoo-operator/tests/integration.StartTestCluster
	/home/runner/work/mondoo-operator/mondoo-operator/tests/integration/test_cluster.go:42
go.mondoo.com/mondoo-operator/tests/integration.(*AuditConfigBaseSuite).SetupSuite
	/home/runner/work/mondoo-operator/mondoo-operator/tests/integration/audit_config_base_suite.go:95
go.mondoo.com/mondoo-operator/tests/integration.(*AuditConfigOOMSuite).SetupSuite
	/home/runner/work/mondoo-operator/mondoo-operator/tests/integration/audit_config_oom_test.go:31
github.com/stretchr/testify/suite.Run
	/home/runner/go/pkg/mod/github.com/stretchr/[email protected]/suite/suite.go:157
go.mondoo.com/mondoo-operator/tests/integration.TestAuditConfigOOMSuite
	/home/runner/work/mondoo-operator/mondoo-operator/tests/integration/audit_config_oom_test.go:378
testing.tRunner
	/home/runner/go/pkg/mod/golang.org/[email protected]/src/testing/testing.go:1689
2024-08-21T04:23:53.139Z	ERROR	utils/k8s_helper.go:609	Cannot get logs for pod mondoo-operator-controller-manager-ddfbf8f8c-mr8dc and container manager. failed to run: kubectl [-n mondoo-operator logs mondoo-operator-controller-manager-ddfbf8f8c-mr8dc -c manager] : exit status 1
go.mondoo.com/mondoo-operator/tests/framework/utils.(*K8sHelper).appendContainerLogs
	/home/runner/work/mondoo-operator/mondoo-operator/tests/framework/utils/k8s_helper.go:609
go.mondoo.com/mondoo-operator/tests/framework/utils.(*K8sHelper).getPodLogs
	/home/runner/work/mondoo-operator/mondoo-operator/tests/framework/utils/k8s_helper.go:581
go.mondoo.com/mondoo-operator/tests/framework/utils.(*K8sHelper).getPodsLogs
	/home/runner/work/mondoo-operator/mondoo-operator/tests/framework/utils/k8s_helper.go:519
go.mondoo.com/mondoo-operator/tests/framework/utils.(*K8sHelper).GetLogsFromNamespace
	/home/runner/work/mondoo-operator/mondoo-operator/tests/framework/utils/k8s_helper.go:263
go.mondoo.com/mondoo-operator/tests/framework/installer.(*MondooInstaller).GatherAllMondooLogs
	/home/runner/work/mondoo-operator/mondoo-operator/tests/framework/installer/installer.go:214
go.mondoo.com/mondoo-operator/tests/integration.StartTestCluster
	/home/runner/work/mondoo-operator/mondoo-operator/tests/integration/test_cluster.go:42
go.mondoo.com/mondoo-operator/tests/integration.(*AuditConfigBaseSuite).SetupSuite
	/home/runner/work/mondoo-operator/mondoo-operator/tests/integration/audit_config_base_suite.go:95
go.mondoo.com/mondoo-operator/tests/integration.(*AuditConfigOOMSuite).SetupSuite
	/home/runner/work/mondoo-operator/mondoo-operator/tests/integration/audit_config_oom_test.go:31
github.com/stretchr/testify/suite.Run
	/home/runner/go/pkg/mod/github.com/stretchr/[email protected]/suite/suite.go:157
go.mondoo.com/mondoo-operator/tests/integration.TestAuditConfigOOMSuite
	/home/runner/work/mondoo-operator/mondoo-operator/tests/integration/audit_config_oom_test.go:378
testing.tRunner
	/home/runner/go/pkg/mod/golang.org/[email protected]/src/testing/testing.go:1689
2024-08-21T04:23:53.139Z	INFO	utils/k8s_helper.go:268	Gathering pod describe for all pods in namespace mondoo-operator
2024-08-21T04:23:53.142Z	DEBUG	utils/k8s_helper.go:562	created log file: /home/runner/work/mondoo-operator/mondoo-operator/tests/integration/_output/tests/TestAuditConfigOOMSuite/describe_mondoo-operator_1724214233.log
2024-08-21T04:23:53.142Z	DEBUG	utils/executor.go:271	Running command: kubectl get pod -o yaml -n mondoo-operator mondoo-operator-controller-manager-59594659f6-2tscq
2024-08-21T04:23:53.187Z	DEBUG	utils/executor.go:271	Running command: kubectl get pod -o yaml -n mondoo-operator mondoo-operator-controller-manager-ddfbf8f8c-mr8dc
2024-08-21T04:23:53.238Z	DEBUG	utils/executor.go:271	Running command: kubectl get deployment -o yaml -n mondoo-operator mondoo-operator-controller-manager
2024-08-21T04:23:53.288Z	INFO	utils/k8s_helper.go:319	Gathering events in namespace "mondoo-operator"
2024-08-21T04:23:53.288Z	DEBUG	utils/k8s_helper.go:562	created log file: /home/runner/work/mondoo-operator/mondoo-operator/tests/integration/_output/tests/TestAuditConfigOOMSuite/events_mondoo-operator_1724214233.log
2024-08-21T04:23:53.288Z	DEBUG	utils/executor.go:271	Running command: kubectl get events -n mondoo-operator
2024-08-21T04:23:53.335Z	INFO	utils/k8s_helper.go:257	Gathering logs for all pods in namespace mondoo-operator
2024-08-21T04:23:53.338Z	DEBUG	utils/k8s_helper.go:562	created log file: /home/runner/work/mondoo-operator/mondoo-operator/tests/integration/_output/tests/TestAuditConfigOOMSuite/mondoo-operator_mondoo-operator-controller-manager-59594659f6-2tscq_1724214233.log
2024-08-21T04:23:53.341Z	DEBUG	utils/executor.go:271	Running command: kubectl -n mondoo-operator logs mondoo-operator-controller-manager-59594659f6-2tscq -c manager
2024-08-21T04:23:53.389Z	ERROR	utils/k8s_helper.go:106	failed to execute: kubectl [-n mondoo-operator logs mondoo-operator-controller-manager-59594659f6-2tscq -c manager] : exit status 1. Error from server (BadRequest): container "manager" in pod "mondoo-operator-controller-manager-59594659f6-2tscq" is waiting to start: trying and failing to pull image
go.mondoo.com/mondoo-operator/tests/framework/utils.(*K8sHelper).Kubectl
	/home/runner/work/mondoo-operator/mondoo-operator/tests/framework/utils/k8s_helper.go:106
go.mondoo.com/mondoo-operator/tests/framework/utils.(*K8sHelper).appendContainerLogs
	/home/runner/work/mondoo-operator/mondoo-operator/tests/framework/utils/k8s_helper.go:607
go.mondoo.com/mondoo-operator/tests/framework/utils.(*K8sHelper).getPodLogs
	/home/runner/work/mondoo-operator/mondoo-operator/tests/framework/utils/k8s_helper.go:581
go.mondoo.com/mondoo-operator/tests/framework/utils.(*K8sHelper).getPodsLogs
	/home/runner/work/mondoo-operator/mondoo-operator/tests/framework/utils/k8s_helper.go:516
go.mondoo.com/mondoo-operator/tests/framework/utils.(*K8sHelper).GetLogsFromNamespace
	/home/runner/work/mondoo-operator/mondoo-operator/tests/framework/utils/k8s_helper.go:263
go.mondoo.com/mondoo-operator/tests/framework/installer.(*MondooInstaller).UninstallOperator
	/home/runner/work/mondoo-operator/mondoo-operator/tests/framework/installer/installer.go:142
go.mondoo.com/mondoo-operator/tests/integration.StartTestCluster
	/home/runner/work/mondoo-operator/mondoo-operator/tests/integration/test_cluster.go:45
go.mondoo.com/mondoo-operator/tests/integration.(*AuditConfigBaseSuite).SetupSuite
	/home/runner/work/mondoo-operator/mondoo-operator/tests/integration/audit_config_base_suite.go:95
go.mondoo.com/mondoo-operator/tests/integration.(*AuditConfigOOMSuite).SetupSuite
	/home/runner/work/mondoo-operator/mondoo-operator/tests/integration/audit_config_oom_test.go:31
github.com/stretchr/testify/suite.Run
	/home/runner/go/pkg/mod/github.com/stretchr/[email protected]/suite/suite.go:157
go.mondoo.com/mondoo-operator/tests/integration.TestAuditConfigOOMSuite
	/home/runner/work/mondoo-operator/mondoo-operator/tests/integration/audit_config_oom_test.go:378
testing.tRunner
	/home/runner/go/pkg/mod/golang.org/[email protected]/src/testing/testing.go:1689
2024-08-21T04:23:53.389Z	ERROR	utils/k8s_helper.go:609	Cannot get logs for pod mondoo-operator-controller-manager-59594659f6-2tscq and container manager. failed to run: kubectl [-n mondoo-operator logs mondoo-operator-controller-manager-59594659f6-2tscq -c manager] : exit status 1
go.mondoo.com/mondoo-operator/tests/framework/utils.(*K8sHelper).appendContainerLogs
	/home/runner/work/mondoo-operator/mondoo-operator/tests/framework/utils/k8s_helper.go:609
go.mondoo.com/mondoo-operator/tests/framework/utils.(*K8sHelper).getPodLogs
	/home/runner/work/mondoo-operator/mondoo-operator/tests/framework/utils/k8s_helper.go:581
go.mondoo.com/mondoo-operator/tests/framework/utils.(*K8sHelper).getPodsLogs
	/home/runner/work/mondoo-operator/mondoo-operator/tests/framework/utils/k8s_helper.go:516
go.mondoo.com/mondoo-operator/tests/framework/utils.(*K8sHelper).GetLogsFromNamespace
	/home/runner/work/mondoo-operator/mondoo-operator/tests/framework/utils/k8s_helper.go:263
go.mondoo.com/mondoo-operator/tests/framework/installer.(*MondooInstaller).UninstallOperator
	/home/runner/work/mondoo-operator/mondoo-operator/tests/framework/installer/installer.go:142
go.mondoo.com/mondoo-operator/tests/integration.StartTestCluster
	/home/runner/work/mondoo-operator/mondoo-operator/tests/integration/test_cluster.go:45
go.mondoo.com/mondoo-operator/tests/integration.(*AuditConfigBaseSuite).SetupSuite
	/home/runner/work/mondoo-operator/mondoo-operator/tests/integration/audit_config_base_suite.go:95
go.mondoo.com/mondoo-operator/tests/integration.(*AuditConfigOOMSuite).SetupSuite
	/home/runner/work/mondoo-operator/mondoo-operator/tests/integration/audit_config_oom_test.go:31
github.com/stretchr/testify/suite.Run
	/home/runner/go/pkg/mod/github.com/stretchr/[email protected]/suite/suite.go:157
go.mondoo.com/mondoo-operator/tests/integration.TestAuditConfigOOMSuite
	/home/runner/work/mondoo-operator/mondoo-operator/tests/integration/audit_config_oom_test.go:378
testing.tRunner
	/home/runner/go/pkg/mod/golang.org/[email protected]/src/testing/testing.go:1689
2024-08-21T04:23:53.389Z	DEBUG	utils/k8s_helper.go:562	created log file: /home/runner/work/mondoo-operator/mondoo-operator/tests/integration/_output/tests/TestAuditConfigOOMSuite/mondoo-operator_mondoo-operator-controller-manager-59594659f6-2tscq_previous_1724214233.log
2024-08-21T04:23:53.393Z	DEBUG	utils/executor.go:271	Running command: kubectl -n mondoo-operator logs mondoo-operator-controller-manager-59594659f6-2tscq -c manager
2024-08-21T04:23:53.440Z	ERROR	utils/k8s_helper.go:106	failed to execute: kubectl [-n mondoo-operator logs mondoo-operator-controller-manager-59594659f6-2tscq -c manager] : exit status 1. Error from server (BadRequest): container "manager" in pod "mondoo-operator-controller-manager-59594659f6-2tscq" is waiting to start: trying and failing to pull image
go.mondoo.com/mondoo-operator/tests/framework/utils.(*K8sHelper).Kubectl
	/home/runner/work/mondoo-operator/mondoo-operator/tests/framework/utils/k8s_helper.go:106
go.mondoo.com/mondoo-operator/tests/framework/utils.(*K8sHelper).appendContainerLogs
	/home/runner/work/mondoo-operator/mondoo-operator/tests/framework/utils/k8s_helper.go:607
go.mondoo.com/mondoo-operator/tests/framework/utils.(*K8sHelper).getPodLogs
	/home/runner/work/mondoo-operator/mondoo-operator/tests/framework/utils/k8s_helper.go:581
go.mondoo.com/mondoo-operator/tests/framework/utils.(*K8sHelper).getPodsLogs
	/home/runner/work/mondoo-operator/mondoo-operator/tests/framework/utils/k8s_helper.go:519
go.mondoo.com/mondoo-operator/tests/framework/utils.(*K8sHelper).GetLogsFromNamespace
	/home/runner/work/mondoo-operator/mondoo-operator/tests/framework/utils/k8s_helper.go:263
go.mondoo.com/mondoo-operator/tests/framework/installer.(*MondooInstaller).UninstallOperator
	/home/runner/work/mondoo-operator/mondoo-operator/tests/framework/installer/installer.go:142
go.mondoo.com/mondoo-operator/tests/integration.StartTestCluster
	/home/runner/work/mondoo-operator/mondoo-operator/tests/integration/test_cluster.go:45
go.mondoo.com/mondoo-operator/tests/integration.(*AuditConfigBaseSuite).SetupSuite
	/home/runner/work/mondoo-operator/mondoo-operator/tests/integration/audit_config_base_suite.go:95
go.mondoo.com/mondoo-operator/tests/integration.(*AuditConfigOOMSuite).SetupSuite
	/home/runner/work/mondoo-operator/mondoo-operator/tests/integration/audit_config_oom_test.go:31
github.com/stretchr/testify/suite.Run
	/home/runner/go/pkg/mod/github.com/stretchr/[email protected]/suite/suite.go:157
go.mondoo.com/mondoo-operator/tests/integration.TestAuditConfigOOMSuite
	/home/runner/work/mondoo-operator/mondoo-operator/tests/integration/audit_config_oom_test.go:378
testing.tRunner
	/home/runner/go/pkg/mod/golang.org/[email protected]/src/testing/testing.go:1689
2024-08-21T04:23:53.441Z	ERROR	utils/k8s_helper.go:609	Cannot get logs for pod mondoo-operator-controller-manager-59594659f6-2tscq and container manager. failed to run: kubectl [-n mondoo-operator logs mondoo-operator-controller-manager-59594659f6-2tscq -c manager] : exit status 1
go.mondoo.com/mondoo-operator/tests/framework/utils.(*K8sHelper).appendContainerLogs
	/home/runner/work/mondoo-operator/mondoo-operator/tests/framework/utils/k8s_helper.go:609
go.mondoo.com/mondoo-operator/tests/framework/utils.(*K8sHelper).getPodLogs
	/home/runner/work/mondoo-operator/mondoo-operator/tests/framework/utils/k8s_helper.go:581
go.mondoo.com/mondoo-operator/tests/framework/utils.(*K8sHelper).getPodsLogs
	/home/runner/work/mondoo-operator/mondoo-operator/tests/framework/utils/k8s_helper.go:519
go.mondoo.com/mondoo-operator/tests/framework/utils.(*K8sHelper).GetLogsFromNamespace
	/home/runner/work/mondoo-operator/mondoo-operator/tests/framework/utils/k8s_helper.go:263
go.mondoo.com/mondoo-operator/tests/framework/installer.(*MondooInstaller).UninstallOperator
	/home/runner/work/mondoo-operator/mondoo-operator/tests/framework/installer/installer.go:142
go.mondoo.com/mondoo-operator/tests/integration.StartTestCluster
	/home/runner/work/mondoo-operator/mondoo-operator/tests/integration/test_cluster.go:45
go.mondoo.com/mondoo-operator/tests/integration.(*AuditConfigBaseSuite).SetupSuite
	/home/runner/work/mondoo-operator/mondoo-operator/tests/integration/audit_config_base_suite.go:95
go.mondoo.com/mondoo-operator/tests/integration.(*AuditConfigOOMSuite).SetupSuite
	/home/runner/work/mondoo-operator/mondoo-operator/tests/integration/audit_config_oom_test.go:31
github.com/stretchr/testify/suite.Run
	/home/runner/go/pkg/mod/github.com/stretchr/[email protected]/suite/suite.go:157
go.mondoo.com/mondoo-operator/tests/integration.TestAuditConfigOOMSuite
	/home/runner/work/mondoo-operator/mondoo-operator/tests/integration/audit_config_oom_test.go:378
testing.tRunner
	/home/runner/go/pkg/mod/golang.org/[email protected]/src/testing/testing.go:1689
2024-08-21T04:23:53.441Z	DEBUG	utils/k8s_helper.go:562	created log file: /home/runner/work/mondoo-operator/mondoo-operator/tests/integration/_output/tests/TestAuditConfigOOMSuite/mondoo-operator_mondoo-operator-controller-manager-ddfbf8f8c-mr8dc_1724214233.log
2024-08-21T04:23:53.444Z	DEBUG	utils/executor.go:271	Running command: kubectl -n mondoo-operator logs mondoo-operator-controller-manager-ddfbf8f8c-mr8dc -c manager
2024-08-21T04:23:53.492Z	ERROR	utils/k8s_helper.go:106	failed to execute: kubectl [-n mondoo-operator logs mondoo-operator-controller-manager-ddfbf8f8c-mr8dc -c manager] : exit status 1. Error from server (BadRequest): container "manager" in pod "mondoo-operator-controller-manager-ddfbf8f8c-mr8dc" is waiting to start: trying and failing to pull image
go.mondoo.com/mondoo-operator/tests/framework/utils.(*K8sHelper).Kubectl
	/home/runner/work/mondoo-operator/mondoo-operator/tests/framework/utils/k8s_helper.go:106
go.mondoo.com/mondoo-operator/tests/framework/utils.(*K8sHelper).appendContainerLogs
	/home/runner/work/mondoo-operator/mondoo-operator/tests/framework/utils/k8s_helper.go:607
go.mondoo.com/mondoo-operator/tests/framework/utils.(*K8sHelper).getPodLogs
	/home/runner/work/mondoo-operator/mondoo-operator/tests/framework/utils/k8s_helper.go:581
go.mondoo.com/mondoo-operator/tests/framework/utils.(*K8sHelper).getPodsLogs
	/home/runner/work/mondoo-operator/mondoo-operator/tests/framework/utils/k8s_helper.go:516
go.mondoo.com/mondoo-operator/tests/framework/utils.(*K8sHelper).GetLogsFromNamespace
	/home/runner/work/mondoo-operator/mondoo-operator/tests/framework/utils/k8s_helper.go:263
go.mondoo.com/mondoo-operator/tests/framework/installer.(*MondooInstaller).UninstallOperator
	/home/runner/work/mondoo-operator/mondoo-operator/tests/framework/installer/installer.go:142
go.mondoo.com/mondoo-operator/tests/integration.StartTestCluster
	/home/runner/work/mondoo-operator/mondoo-operator/tests/integration/test_cluster.go:45
go.mondoo.com/mondoo-operator/tests/integration.(*AuditConfigBaseSuite).SetupSuite
	/home/runner/work/mondoo-operator/mondoo-operator/tests/integration/audit_config_base_suite.go:95
go.mondoo.com/mondoo-operator/tests/integration.(*AuditConfigOOMSuite).SetupSuite
	/home/runner/work/mondoo-operator/mondoo-operator/tests/integration/audit_config_oom_test.go:31
github.com/stretchr/testify/suite.Run
	/home/runner/go/pkg/mod/github.com/stretchr/[email protected]/suite/suite.go:157
go.mondoo.com/mondoo-operator/tests/integration.TestAuditConfigOOMSuite
	/home/runner/work/mondoo-operator/mondoo-operator/tests/integration/audit_config_oom_test.go:378
testing.tRunner
	/home/runner/go/pkg/mod/golang.org/[email protected]/src/testing/testing.go:1689
2024-08-21T04:23:53.492Z	ERROR	utils/k8s_helper.go:609	Cannot get logs for pod mondoo-operator-controller-manager-ddfbf8f8c-mr8dc and container manager. failed to run: kubectl [-n mondoo-operator logs mondoo-operator-controller-manager-ddfbf8f8c-mr8dc -c manager] : exit status 1
go.mondoo.com/mondoo-operator/tests/framework/utils.(*K8sHelper).appendContainerLogs
	/home/runner/work/mondoo-operator/mondoo-operator/tests/framework/utils/k8s_helper.go:609
go.mondoo.com/mondoo-operator/tests/framework/utils.(*K8sHelper).getPodLogs
	/home/runner/work/mondoo-operator/mondoo-operator/tests/framework/utils/k8s_helper.go:581
go.mondoo.com/mondoo-operator/tests/framework/utils.(*K8sHelper).getPodsLogs
	/home/runner/work/mondoo-operator/mondoo-operator/tests/framework/utils/k8s_helper.go:516
go.mondoo.com/mondoo-operator/tests/framework/utils.(*K8sHelper).GetLogsFromNamespace
	/home/runner/work/mondoo-operator/mondoo-operator/tests/framework/utils/k8s_helper.go:263
go.mondoo.com/mondoo-operator/tests/framework/installer.(*MondooInstaller).UninstallOperator
	/home/runner/work/mondoo-operator/mondoo-operator/tests/framework/installer/installer.go:142
go.mondoo.com/mondoo-operator/tests/integration.StartTestCluster
	/home/runner/work/mondoo-operator/mondoo-operator/tests/integration/test_cluster.go:45
go.mondoo.com/mondoo-operator/tests/integration.(*AuditConfigBaseSuite).SetupSuite
	/home/runner/work/mondoo-operator/mondoo-operator/tests/integration/audit_config_base_suite.go:95
go.mondoo.com/mondoo-operator/tests/integration.(*AuditConfigOOMSuite).SetupSuite
	/home/runner/work/mondoo-operator/mondoo-operator/tests/integration/audit_config_oom_test.go:31
github.com/stretchr/testify/suite.Run
	/home/runner/go/pkg/mod/github.com/stretchr/[email protected]/suite/suite.go:157
go.mondoo.com/mondoo-operator/tests/integration.TestAuditConfigOOMSuite
	/home/runner/work/mondoo-operator/mondoo-operator/tests/integration/audit_config_oom_test.go:378
testing.tRunner
	/home/runner/go/pkg/mod/golang.org/[email protected]/src/testing/testing.go:1689
2024-08-21T04:23:53.492Z	DEBUG	utils/k8s_helper.go:562	created log file: /home/runner/work/mondoo-operator/mondoo-operator/tests/integration/_output/tests/TestAuditConfigOOMSuite/mondoo-operator_mondoo-operator-controller-manager-ddfbf8f8c-mr8dc_previous_1724214233.log
2024-08-21T04:23:53.496Z	DEBUG	utils/executor.go:271	Running command: kubectl -n mondoo-operator logs mondoo-operator-controller-manager-ddfbf8f8c-mr8dc -c manager
2024-08-21T04:23:53.544Z	ERROR	utils/k8s_helper.go:106	failed to execute: kubectl [-n mondoo-operator logs mondoo-operator-controller-manager-ddfbf8f8c-mr8dc -c manager] : exit status 1. Error from server (BadRequest): container "manager" in pod "mondoo-operator-controller-manager-ddfbf8f8c-mr8dc" is waiting to start: trying and failing to pull image
go.mondoo.com/mondoo-operator/tests/framework/utils.(*K8sHelper).Kubectl
	/home/runner/work/mondoo-operator/mondoo-operator/tests/framework/utils/k8s_helper.go:106
go.mondoo.com/mondoo-operator/tests/framework/utils.(*K8sHelper).appendContainerLogs
	/home/runner/work/mondoo-operator/mondoo-operator/tests/framework/utils/k8s_helper.go:607
go.mondoo.com/mondoo-operator/tests/framework/utils.(*K8sHelper).getPodLogs
	/home/runner/work/mondoo-operator/mondoo-operator/tests/framework/utils/k8s_helper.go:581
go.mondoo.com/mondoo-operator/tests/framework/utils.(*K8sHelper).getPodsLogs
	/home/runner/work/mondoo-operator/mondoo-operator/tests/framework/utils/k8s_helper.go:519
go.mondoo.com/mondoo-operator/tests/framework/utils.(*K8sHelper).GetLogsFromNamespace
	/home/runner/work/mondoo-operator/mondoo-operator/tests/framework/utils/k8s_helper.go:263
go.mondoo.com/mondoo-operator/tests/framework/installer.(*MondooInstaller).UninstallOperator
	/home/runner/work/mondoo-operator/mondoo-operator/tests/framework/installer/installer.go:142
go.mondoo.com/mondoo-operator/tests/integration.StartTestCluster
	/home/runner/work/mondoo-operator/mondoo-operator/tests/integration/test_cluster.go:45
go.mondoo.com/mondoo-operator/tests/integration.(*AuditConfigBaseSuite).SetupSuite
	/home/runner/work/mondoo-operator/mondoo-operator/tests/integration/audit_config_base_suite.go:95
go.mondoo.com/mondoo-operator/tests/integration.(*AuditConfigOOMSuite).SetupSuite
	/home/runner/work/mondoo-operator/mondoo-operator/tests/integration/audit_config_oom_test.go:31
github.com/stretchr/testify/suite.Run
	/home/runner/go/pkg/mod/github.com/stretchr/[email protected]/suite/suite.go:157
go.mondoo.com/mondoo-operator/tests/integration.TestAuditConfigOOMSuite
	/home/runner/work/mondoo-operator/mondoo-operator/tests/integration/audit_config_oom_test.go:378
testing.tRunner
	/home/runner/go/pkg/mod/golang.org/[email protected]/src/testing/testing.go:1689
2024-08-21T04:23:53.544Z	ERROR	utils/k8s_helper.go:609	Cannot get logs for pod mondoo-operator-controller-manager-ddfbf8f8c-mr8dc and container manager. failed to run: kubectl [-n mondoo-operator logs mondoo-operator-controller-manager-ddfbf8f8c-mr8dc -c manager] : exit status 1
go.mondoo.com/mondoo-operator/tests/framework/utils.(*K8sHelper).appendContainerLogs
	/home/runner/work/mondoo-operator/mondoo-operator/tests/framework/utils/k8s_helper.go:609
go.mondoo.com/mondoo-operator/tests/framework/utils.(*K8sHelper).getPodLogs
	/home/runner/work/mondoo-operator/mondoo-operator/tests/framework/utils/k8s_helper.go:581
go.mondoo.com/mondoo-operator/tests/framework/utils.(*K8sHelper).getPodsLogs
	/home/runner/work/mondoo-operator/mondoo-operator/tests/framework/utils/k8s_helper.go:519
go.mondoo.com/mondoo-operator/tests/framework/utils.(*K8sHelper).GetLogsFromNamespace
	/home/runner/work/mondoo-operator/mondoo-operator/tests/framework/utils/k8s_helper.go:263
go.mondoo.com/mondoo-operator/tests/framework/installer.(*MondooInstaller).UninstallOperator
	/home/runner/work/mondoo-operator/mondoo-operator/tests/framework/installer/installer.go:142
go.mondoo.com/mondoo-operator/tests/integration.StartTestCluster
	/home/runner/work/mondoo-operator/mondoo-operator/tests/integration/test_cluster.go:45
go.mondoo.com/mondoo-operator/tests/integration.(*AuditConfigBaseSuite).SetupSuite
	/home/runner/work/mondoo-operator/mondoo-operator/tests/integration/audit_config_base_suite.go:95
go.mondoo.com/mondoo-operator/tests/integration.(*AuditConfigOOMSuite).SetupSuite
	/home/runner/work/mondoo-operator/mondoo-operator/tests/integration/audit_config_oom_test.go:31
github.com/stretchr/testify/suite.Run
	/home/runner/go/pkg/mod/github.com/stretchr/[email protected]/suite/suite.go:157
go.mondoo.com/mondoo-operator/tests/integration.TestAuditConfigOOMSuite
	/home/runner/work/mondoo-operator/mondoo-operator/tests/integration/audit_config_oom_test.go:378
testing.tRunner
	/home/runner/go/pkg/mod/golang.org/[email protected]/src/testing/testing.go:1689
2024-08-21T04:23:53.550Z	INFO	installer/installer.go:154	Deleted Mondoo client secret mondoo-operator/mondoo-client.
2024-08-21T04:23:53.552Z	INFO	installer/installer.go:161	Deleted Mondoo token secret mondoo-operator/mondoo-token.
2024-08-21T04:23:53.553Z	INFO	utils/manifest_utils.go:54	Reading file: /home/runner/work/mondoo-operator/mondoo-operator/mondoo-operator-manifests.yaml
2024-08-21T04:23:53.553Z	INFO	utils/exec_utils.go:45	Running kubectl [delete --ignore-not-found=true -f -]
namespace "mondoo-operator" deleted
customresourcedefinition.apiextensions.k8s.io "mondooauditconfigs.k8s.mondoo.com" deleted
customresourcedefinition.apiextensions.k8s.io "mondoooperatorconfigs.k8s.mondoo.com" deleted
serviceaccount "mondoo-operator-controller-manager" deleted
serviceaccount "mondoo-operator-k8s-resources-scanning" deleted
serviceaccount "mondoo-operator-webhook" deleted
role.rbac.authorization.k8s.io "mondoo-operator-leader-election-role" deleted
clusterrole.rbac.authorization.k8s.io "mondoo-operator-k8s-resources-scanning" deleted
clusterrole.rbac.authorization.k8s.io "mondoo-operator-manager-role" deleted
rolebinding.rbac.authorization.k8s.io "mondoo-operator-leader-election-rolebinding" deleted
clusterrolebinding.rbac.authorization.k8s.io "mondoo-operator-k8s-resources-scanning" deleted
clusterrolebinding.rbac.authorization.k8s.io "mondoo-operator-manager-rolebinding" deleted
configmap "mondoo-operator-manager-config" deleted
service "mondoo-operator-controller-manager-metrics-service" deleted
deployment.apps "mondoo-operator-controller-manager" deleted
--- FAIL: TestAuditConfigOOMSuite (210.83s)

Check warning on line 0 in go.mondoo.com/mondoo-operator/tests/integration

See this annotation in the file changed.

@github-actions github-actions / Test Results

1 out of 4 runs failed: TestAuditConfigSuite (go.mondoo.com/mondoo-operator/tests/integration)

artifacts/test-results-k3d-v1.29.4/integration-tests-k3d-v1.29.4.xml [took 3m 30s]
Raw output
Failed
=== RUN   TestAuditConfigSuite
Using GraphQL endpoint https://api.mondoo.com/query
Using org MRN //captain.api.mondoo.app/organizations/mondoo-operator-testing
2024-08-21T04:24:00Z	INFO	Created Nexus space	{"space": "//captain.api.mondoo.app/spaces/interesting-pike-455917"}
2024-08-21T04:24:01.032Z	INFO	installer/installer.go:91	Installing Mondoo operator with local manifest
2024-08-21T04:24:01.032Z	INFO	utils/manifest_utils.go:54	Reading file: /home/runner/work/mondoo-operator/mondoo-operator/mondoo-operator-manifests.yaml
2024-08-21T04:24:01.032Z	INFO	utils/exec_utils.go:45	Running kubectl [apply -f -]
namespace/mondoo-operator created
customresourcedefinition.apiextensions.k8s.io/mondooauditconfigs.k8s.mondoo.com created
customresourcedefinition.apiextensions.k8s.io/mondoooperatorconfigs.k8s.mondoo.com created
serviceaccount/mondoo-operator-controller-manager created
serviceaccount/mondoo-operator-k8s-resources-scanning created
serviceaccount/mondoo-operator-webhook created
role.rbac.authorization.k8s.io/mondoo-operator-leader-election-role created
clusterrole.rbac.authorization.k8s.io/mondoo-operator-k8s-resources-scanning created
clusterrole.rbac.authorization.k8s.io/mondoo-operator-manager-role created
rolebinding.rbac.authorization.k8s.io/mondoo-operator-leader-election-rolebinding created
clusterrolebinding.rbac.authorization.k8s.io/mondoo-operator-k8s-resources-scanning created
clusterrolebinding.rbac.authorization.k8s.io/mondoo-operator-manager-rolebinding created
configmap/mondoo-operator-manager-config created
service/mondoo-operator-controller-manager-metrics-service created
deployment.apps/mondoo-operator-controller-manager created
2024-08-21T04:24:03.475Z	INFO	installer/installer.go:204	Created Мondoo client secret "mondoo-token".
2024-08-21T04:27:23.847Z	ERROR	integration/test_cluster.go:40	Mondoo operator was not installed successfully: mondoo operator is not in a ready state
go.mondoo.com/mondoo-operator/tests/integration.StartTestCluster
	/home/runner/work/mondoo-operator/mondoo-operator/tests/integration/test_cluster.go:40
go.mondoo.com/mondoo-operator/tests/integration.(*AuditConfigBaseSuite).SetupSuite
	/home/runner/work/mondoo-operator/mondoo-operator/tests/integration/audit_config_base_suite.go:95
go.mondoo.com/mondoo-operator/tests/integration.(*AuditConfigSuite).SetupSuite
	/home/runner/work/mondoo-operator/mondoo-operator/tests/integration/audit_config_test.go:21
github.com/stretchr/testify/suite.Run
	/home/runner/go/pkg/mod/github.com/stretchr/[email protected]/suite/suite.go:157
go.mondoo.com/mondoo-operator/tests/integration.TestAuditConfigSuite
	/home/runner/work/mondoo-operator/mondoo-operator/tests/integration/audit_config_test.go:93
testing.tRunner
	/home/runner/go/pkg/mod/golang.org/[email protected]/src/testing/testing.go:1689
2024-08-21T04:27:23.847Z	INFO	installer/installer.go:212	gathering all logs from the test
2024-08-21T04:27:23.847Z	INFO	utils/k8s_helper.go:257	Gathering logs for all pods in namespace mondoo-operator
2024-08-21T04:27:23.850Z	DEBUG	utils/k8s_helper.go:562	created log file: /home/runner/work/mondoo-operator/mondoo-operator/tests/integration/_output/tests/TestAuditConfigSuite/mondoo-operator_mondoo-operator-controller-manager-ddfbf8f8c-w5d72_1724214443.log
2024-08-21T04:27:23.856Z	DEBUG	utils/executor.go:271	Running command: kubectl -n mondoo-operator logs mondoo-operator-controller-manager-ddfbf8f8c-w5d72 -c manager
2024-08-21T04:27:23.904Z	ERROR	utils/k8s_helper.go:106	failed to execute: kubectl [-n mondoo-operator logs mondoo-operator-controller-manager-ddfbf8f8c-w5d72 -c manager] : exit status 1. Error from server (BadRequest): container "manager" in pod "mondoo-operator-controller-manager-ddfbf8f8c-w5d72" is waiting to start: image can't be pulled
go.mondoo.com/mondoo-operator/tests/framework/utils.(*K8sHelper).Kubectl
	/home/runner/work/mondoo-operator/mondoo-operator/tests/framework/utils/k8s_helper.go:106
go.mondoo.com/mondoo-operator/tests/framework/utils.(*K8sHelper).appendContainerLogs
	/home/runner/work/mondoo-operator/mondoo-operator/tests/framework/utils/k8s_helper.go:607
go.mondoo.com/mondoo-operator/tests/framework/utils.(*K8sHelper).getPodLogs
	/home/runner/work/mondoo-operator/mondoo-operator/tests/framework/utils/k8s_helper.go:581
go.mondoo.com/mondoo-operator/tests/framework/utils.(*K8sHelper).getPodsLogs
	/home/runner/work/mondoo-operator/mondoo-operator/tests/framework/utils/k8s_helper.go:516
go.mondoo.com/mondoo-operator/tests/framework/utils.(*K8sHelper).GetLogsFromNamespace
	/home/runner/work/mondoo-operator/mondoo-operator/tests/framework/utils/k8s_helper.go:263
go.mondoo.com/mondoo-operator/tests/framework/installer.(*MondooInstaller).GatherAllMondooLogs
	/home/runner/work/mondoo-operator/mondoo-operator/tests/framework/installer/installer.go:214
go.mondoo.com/mondoo-operator/tests/integration.StartTestCluster
	/home/runner/work/mondoo-operator/mondoo-operator/tests/integration/test_cluster.go:42
go.mondoo.com/mondoo-operator/tests/integration.(*AuditConfigBaseSuite).SetupSuite
	/home/runner/work/mondoo-operator/mondoo-operator/tests/integration/audit_config_base_suite.go:95
go.mondoo.com/mondoo-operator/tests/integration.(*AuditConfigSuite).SetupSuite
	/home/runner/work/mondoo-operator/mondoo-operator/tests/integration/audit_config_test.go:21
github.com/stretchr/testify/suite.Run
	/home/runner/go/pkg/mod/github.com/stretchr/[email protected]/suite/suite.go:157
go.mondoo.com/mondoo-operator/tests/integration.TestAuditConfigSuite
	/home/runner/work/mondoo-operator/mondoo-operator/tests/integration/audit_config_test.go:93
testing.tRunner
	/home/runner/go/pkg/mod/golang.org/[email protected]/src/testing/testing.go:1689
2024-08-21T04:27:23.904Z	ERROR	utils/k8s_helper.go:609	Cannot get logs for pod mondoo-operator-controller-manager-ddfbf8f8c-w5d72 and container manager. failed to run: kubectl [-n mondoo-operator logs mondoo-operator-controller-manager-ddfbf8f8c-w5d72 -c manager] : exit status 1
go.mondoo.com/mondoo-operator/tests/framework/utils.(*K8sHelper).appendContainerLogs
	/home/runner/work/mondoo-operator/mondoo-operator/tests/framework/utils/k8s_helper.go:609
go.mondoo.com/mondoo-operator/tests/framework/utils.(*K8sHelper).getPodLogs
	/home/runner/work/mondoo-operator/mondoo-operator/tests/framework/utils/k8s_helper.go:581
go.mondoo.com/mondoo-operator/tests/framework/utils.(*K8sHelper).getPodsLogs
	/home/runner/work/mondoo-operator/mondoo-operator/tests/framework/utils/k8s_helper.go:516
go.mondoo.com/mondoo-operator/tests/framework/utils.(*K8sHelper).GetLogsFromNamespace
	/home/runner/work/mondoo-operator/mondoo-operator/tests/framework/utils/k8s_helper.go:263
go.mondoo.com/mondoo-operator/tests/framework/installer.(*MondooInstaller).GatherAllMondooLogs
	/home/runner/work/mondoo-operator/mondoo-operator/tests/framework/installer/installer.go:214
go.mondoo.com/mondoo-operator/tests/integration.StartTestCluster
	/home/runner/work/mondoo-operator/mondoo-operator/tests/integration/test_cluster.go:42
go.mondoo.com/mondoo-operator/tests/integration.(*AuditConfigBaseSuite).SetupSuite
	/home/runner/work/mondoo-operator/mondoo-operator/tests/integration/audit_config_base_suite.go:95
go.mondoo.com/mondoo-operator/tests/integration.(*AuditConfigSuite).SetupSuite
	/home/runner/work/mondoo-operator/mondoo-operator/tests/integration/audit_config_test.go:21
github.com/stretchr/testify/suite.Run
	/home/runner/go/pkg/mod/github.com/stretchr/[email protected]/suite/suite.go:157
go.mondoo.com/mondoo-operator/tests/integration.TestAuditConfigSuite
	/home/runner/work/mondoo-operator/mondoo-operator/tests/integration/audit_config_test.go:93
testing.tRunner
	/home/runner/go/pkg/mod/golang.org/[email protected]/src/testing/testing.go:1689
2024-08-21T04:27:23.905Z	DEBUG	utils/k8s_helper.go:562	created log file: /home/runner/work/mondoo-operator/mondoo-operator/tests/integration/_output/tests/TestAuditConfigSuite/mondoo-operator_mondoo-operator-controller-manager-ddfbf8f8c-w5d72_previous_1724214443.log
2024-08-21T04:27:23.908Z	DEBUG	utils/executor.go:271	Running command: kubectl -n mondoo-operator logs mondoo-operator-controller-manager-ddfbf8f8c-w5d72 -c manager
2024-08-21T04:27:23.957Z	ERROR	utils/k8s_helper.go:106	failed to execute: kubectl [-n mondoo-operator logs mondoo-operator-controller-manager-ddfbf8f8c-w5d72 -c manager] : exit status 1. Error from server (BadRequest): container "manager" in pod "mondoo-operator-controller-manager-ddfbf8f8c-w5d72" is waiting to start: image can't be pulled
go.mondoo.com/mondoo-operator/tests/framework/utils.(*K8sHelper).Kubectl
	/home/runner/work/mondoo-operator/mondoo-operator/tests/framework/utils/k8s_helper.go:106
go.mondoo.com/mondoo-operator/tests/framework/utils.(*K8sHelper).appendContainerLogs
	/home/runner/work/mondoo-operator/mondoo-operator/tests/framework/utils/k8s_helper.go:607
go.mondoo.com/mondoo-operator/tests/framework/utils.(*K8sHelper).getPodLogs
	/home/runner/work/mondoo-operator/mondoo-operator/tests/framework/utils/k8s_helper.go:581
go.mondoo.com/mondoo-operator/tests/framework/utils.(*K8sHelper).getPodsLogs
	/home/runner/work/mondoo-operator/mondoo-operator/tests/framework/utils/k8s_helper.go:519
go.mondoo.com/mondoo-operator/tests/framework/utils.(*K8sHelper).GetLogsFromNamespace
	/home/runner/work/mondoo-operator/mondoo-operator/tests/framework/utils/k8s_helper.go:263
go.mondoo.com/mondoo-operator/tests/framework/installer.(*MondooInstaller).GatherAllMondooLogs
	/home/runner/work/mondoo-operator/mondoo-operator/tests/framework/installer/installer.go:214
go.mondoo.com/mondoo-operator/tests/integration.StartTestCluster
	/home/runner/work/mondoo-operator/mondoo-operator/tests/integration/test_cluster.go:42
go.mondoo.com/mondoo-operator/tests/integration.(*AuditConfigBaseSuite).SetupSuite
	/home/runner/work/mondoo-operator/mondoo-operator/tests/integration/audit_config_base_suite.go:95
go.mondoo.com/mondoo-operator/tests/integration.(*AuditConfigSuite).SetupSuite
	/home/runner/work/mondoo-operator/mondoo-operator/tests/integration/audit_config_test.go:21
github.com/stretchr/testify/suite.Run
	/home/runner/go/pkg/mod/github.com/stretchr/[email protected]/suite/suite.go:157
go.mondoo.com/mondoo-operator/tests/integration.TestAuditConfigSuite
	/home/runner/work/mondoo-operator/mondoo-operator/tests/integration/audit_config_test.go:93
testing.tRunner
	/home/runner/go/pkg/mod/golang.org/[email protected]/src/testing/testing.go:1689
2024-08-21T04:27:23.957Z	ERROR	utils/k8s_helper.go:609	Cannot get logs for pod mondoo-operator-controller-manager-ddfbf8f8c-w5d72 and container manager. failed to run: kubectl [-n mondoo-operator logs mondoo-operator-controller-manager-ddfbf8f8c-w5d72 -c manager] : exit status 1
go.mondoo.com/mondoo-operator/tests/framework/utils.(*K8sHelper).appendContainerLogs
	/home/runner/work/mondoo-operator/mondoo-operator/tests/framework/utils/k8s_helper.go:609
go.mondoo.com/mondoo-operator/tests/framework/utils.(*K8sHelper).getPodLogs
	/home/runner/work/mondoo-operator/mondoo-operator/tests/framework/utils/k8s_helper.go:581
go.mondoo.com/mondoo-operator/tests/framework/utils.(*K8sHelper).getPodsLogs
	/home/runner/work/mondoo-operator/mondoo-operator/tests/framework/utils/k8s_helper.go:519
go.mondoo.com/mondoo-operator/tests/framework/utils.(*K8sHelper).GetLogsFromNamespace
	/home/runner/work/mondoo-operator/mondoo-operator/tests/framework/utils/k8s_helper.go:263
go.mondoo.com/mondoo-operator/tests/framework/installer.(*MondooInstaller).GatherAllMondooLogs
	/home/runner/work/mondoo-operator/mondoo-operator/tests/framework/installer/installer.go:214
go.mondoo.com/mondoo-operator/tests/integration.StartTestCluster
	/home/runner/work/mondoo-operator/mondoo-operator/tests/integration/test_cluster.go:42
go.mondoo.com/mondoo-operator/tests/integration.(*AuditConfigBaseSuite).SetupSuite
	/home/runner/work/mondoo-operator/mondoo-operator/tests/integration/audit_config_base_suite.go:95
go.mondoo.com/mondoo-operator/tests/integration.(*AuditConfigSuite).SetupSuite
	/home/runner/work/mondoo-operator/mondoo-operator/tests/integration/audit_config_test.go:21
github.com/stretchr/testify/suite.Run
	/home/runner/go/pkg/mod/github.com/stretchr/[email protected]/suite/suite.go:157
go.mondoo.com/mondoo-operator/tests/integration.TestAuditConfigSuite
	/home/runner/work/mondoo-operator/mondoo-operator/tests/integration/audit_config_test.go:93
testing.tRunner
	/home/runner/go/pkg/mod/golang.org/[email protected]/src/testing/testing.go:1689
2024-08-21T04:27:23.957Z	DEBUG	utils/k8s_helper.go:562	created log file: /home/runner/work/mondoo-operator/mondoo-operator/tests/integration/_output/tests/TestAuditConfigSuite/mondoo-operator_mondoo-operator-controller-manager-59594659f6-2vkhk_1724214443.log
2024-08-21T04:27:23.960Z	DEBUG	utils/executor.go:271	Running command: kubectl -n mondoo-operator logs mondoo-operator-controller-manager-59594659f6-2vkhk -c manager
2024-08-21T04:27:24.009Z	ERROR	utils/k8s_helper.go:106	failed to execute: kubectl [-n mondoo-operator logs mondoo-operator-controller-manager-59594659f6-2vkhk -c manager] : exit status 1. Error from server (BadRequest): container "manager" in pod "mondoo-operator-controller-manager-59594659f6-2vkhk" is waiting to start: trying and failing to pull image
go.mondoo.com/mondoo-operator/tests/framework/utils.(*K8sHelper).Kubectl
	/home/runner/work/mondoo-operator/mondoo-operator/tests/framework/utils/k8s_helper.go:106
go.mondoo.com/mondoo-operator/tests/framework/utils.(*K8sHelper).appendContainerLogs
	/home/runner/work/mondoo-operator/mondoo-operator/tests/framework/utils/k8s_helper.go:607
go.mondoo.com/mondoo-operator/tests/framework/utils.(*K8sHelper).getPodLogs
	/home/runner/work/mondoo-operator/mondoo-operator/tests/framework/utils/k8s_helper.go:581
go.mondoo.com/mondoo-operator/tests/framework/utils.(*K8sHelper).getPodsLogs
	/home/runner/work/mondoo-operator/mondoo-operator/tests/framework/utils/k8s_helper.go:516
go.mondoo.com/mondoo-operator/tests/framework/utils.(*K8sHelper).GetLogsFromNamespace
	/home/runner/work/mondoo-operator/mondoo-operator/tests/framework/utils/k8s_helper.go:263
go.mondoo.com/mondoo-operator/tests/framework/installer.(*MondooInstaller).GatherAllMondooLogs
	/home/runner/work/mondoo-operator/mondoo-operator/tests/framework/installer/installer.go:214
go.mondoo.com/mondoo-operator/tests/integration.StartTestCluster
	/home/runner/work/mondoo-operator/mondoo-operator/tests/integration/test_cluster.go:42
go.mondoo.com/mondoo-operator/tests/integration.(*AuditConfigBaseSuite).SetupSuite
	/home/runner/work/mondoo-operator/mondoo-operator/tests/integration/audit_config_base_suite.go:95
go.mondoo.com/mondoo-operator/tests/integration.(*AuditConfigSuite).SetupSuite
	/home/runner/work/mondoo-operator/mondoo-operator/tests/integration/audit_config_test.go:21
github.com/stretchr/testify/suite.Run
	/home/runner/go/pkg/mod/github.com/stretchr/[email protected]/suite/suite.go:157
go.mondoo.com/mondoo-operator/tests/integration.TestAuditConfigSuite
	/home/runner/work/mondoo-operator/mondoo-operator/tests/integration/audit_config_test.go:93
testing.tRunner
	/home/runner/go/pkg/mod/golang.org/[email protected]/src/testing/testing.go:1689
2024-08-21T04:27:24.010Z	ERROR	utils/k8s_helper.go:609	Cannot get logs for pod mondoo-operator-controller-manager-59594659f6-2vkhk and container manager. failed to run: kubectl [-n mondoo-operator logs mondoo-operator-controller-manager-59594659f6-2vkhk -c manager] : exit status 1
go.mondoo.com/mondoo-operator/tests/framework/utils.(*K8sHelper).appendContainerLogs
	/home/runner/work/mondoo-operator/mondoo-operator/tests/framework/utils/k8s_helper.go:609
go.mondoo.com/mondoo-operator/tests/framework/utils.(*K8sHelper).getPodLogs
	/home/runner/work/mondoo-operator/mondoo-operator/tests/framework/utils/k8s_helper.go:581
go.mondoo.com/mondoo-operator/tests/framework/utils.(*K8sHelper).getPodsLogs
	/home/runner/work/mondoo-operator/mondoo-operator/tests/framework/utils/k8s_helper.go:516
go.mondoo.com/mondoo-operator/tests/framework/utils.(*K8sHelper).GetLogsFromNamespace
	/home/runner/work/mondoo-operator/mondoo-operator/tests/framework/utils/k8s_helper.go:263
go.mondoo.com/mondoo-operator/tests/framework/installer.(*MondooInstaller).GatherAllMondooLogs
	/home/runner/work/mondoo-operator/mondoo-operator/tests/framework/installer/installer.go:214
go.mondoo.com/mondoo-operator/tests/integration.StartTestCluster
	/home/runner/work/mondoo-operator/mondoo-operator/tests/integration/test_cluster.go:42
go.mondoo.com/mondoo-operator/tests/integration.(*AuditConfigBaseSuite).SetupSuite
	/home/runner/work/mondoo-operator/mondoo-operator/tests/integration/audit_config_base_suite.go:95
go.mondoo.com/mondoo-operator/tests/integration.(*AuditConfigSuite).SetupSuite
	/home/runner/work/mondoo-operator/mondoo-operator/tests/integration/audit_config_test.go:21
github.com/stretchr/testify/suite.Run
	/home/runner/go/pkg/mod/github.com/stretchr/[email protected]/suite/suite.go:157
go.mondoo.com/mondoo-operator/tests/integration.TestAuditConfigSuite
	/home/runner/work/mondoo-operator/mondoo-operator/tests/integration/audit_config_test.go:93
testing.tRunner
	/home/runner/go/pkg/mod/golang.org/[email protected]/src/testing/testing.go:1689
2024-08-21T04:27:24.010Z	DEBUG	utils/k8s_helper.go:562	created log file: /home/runner/work/mondoo-operator/mondoo-operator/tests/integration/_output/tests/TestAuditConfigSuite/mondoo-operator_mondoo-operator-controller-manager-59594659f6-2vkhk_previous_1724214444.log
2024-08-21T04:27:24.013Z	DEBUG	utils/executor.go:271	Running command: kubectl -n mondoo-operator logs mondoo-operator-controller-manager-59594659f6-2vkhk -c manager
2024-08-21T04:27:24.062Z	ERROR	utils/k8s_helper.go:106	failed to execute: kubectl [-n mondoo-operator logs mondoo-operator-controller-manager-59594659f6-2vkhk -c manager] : exit status 1. Error from server (BadRequest): container "manager" in pod "mondoo-operator-controller-manager-59594659f6-2vkhk" is waiting to start: trying and failing to pull image
go.mondoo.com/mondoo-operator/tests/framework/utils.(*K8sHelper).Kubectl
	/home/runner/work/mondoo-operator/mondoo-operator/tests/framework/utils/k8s_helper.go:106
go.mondoo.com/mondoo-operator/tests/framework/utils.(*K8sHelper).appendContainerLogs
	/home/runner/work/mondoo-operator/mondoo-operator/tests/framework/utils/k8s_helper.go:607
go.mondoo.com/mondoo-operator/tests/framework/utils.(*K8sHelper).getPodLogs
	/home/runner/work/mondoo-operator/mondoo-operator/tests/framework/utils/k8s_helper.go:581
go.mondoo.com/mondoo-operator/tests/framework/utils.(*K8sHelper).getPodsLogs
	/home/runner/work/mondoo-operator/mondoo-operator/tests/framework/utils/k8s_helper.go:519
go.mondoo.com/mondoo-operator/tests/framework/utils.(*K8sHelper).GetLogsFromNamespace
	/home/runner/work/mondoo-operator/mondoo-operator/tests/framework/utils/k8s_helper.go:263
go.mondoo.com/mondoo-operator/tests/framework/installer.(*MondooInstaller).GatherAllMondooLogs
	/home/runner/work/mondoo-operator/mondoo-operator/tests/framework/installer/installer.go:214
go.mondoo.com/mondoo-operator/tests/integration.StartTestCluster
	/home/runner/work/mondoo-operator/mondoo-operator/tests/integration/test_cluster.go:42
go.mondoo.com/mondoo-operator/tests/integration.(*AuditConfigBaseSuite).SetupSuite
	/home/runner/work/mondoo-operator/mondoo-operator/tests/integration/audit_config_base_suite.go:95
go.mondoo.com/mondoo-operator/tests/integration.(*AuditConfigSuite).SetupSuite
	/home/runner/work/mondoo-operator/mondoo-operator/tests/integration/audit_config_test.go:21
github.com/stretchr/testify/suite.Run
	/home/runner/go/pkg/mod/github.com/stretchr/[email protected]/suite/suite.go:157
go.mondoo.com/mondoo-operator/tests/integration.TestAuditConfigSuite
	/home/runner/work/mondoo-operator/mondoo-operator/tests/integration/audit_config_test.go:93
testing.tRunner
	/home/runner/go/pkg/mod/golang.org/[email protected]/src/testing/testing.go:1689
2024-08-21T04:27:24.062Z	ERROR	utils/k8s_helper.go:609	Cannot get logs for pod mondoo-operator-controller-manager-59594659f6-2vkhk and container manager. failed to run: kubectl [-n mondoo-operator logs mondoo-operator-controller-manager-59594659f6-2vkhk -c manager] : exit status 1
go.mondoo.com/mondoo-operator/tests/framework/utils.(*K8sHelper).appendContainerLogs
	/home/runner/work/mondoo-operator/mondoo-operator/tests/framework/utils/k8s_helper.go:609
go.mondoo.com/mondoo-operator/tests/framework/utils.(*K8sHelper).getPodLogs
	/home/runner/work/mondoo-operator/mondoo-operator/tests/framework/utils/k8s_helper.go:581
go.mondoo.com/mondoo-operator/tests/framework/utils.(*K8sHelper).getPodsLogs
	/home/runner/work/mondoo-operator/mondoo-operator/tests/framework/utils/k8s_helper.go:519
go.mondoo.com/mondoo-operator/tests/framework/utils.(*K8sHelper).GetLogsFromNamespace
	/home/runner/work/mondoo-operator/mondoo-operator/tests/framework/utils/k8s_helper.go:263
go.mondoo.com/mondoo-operator/tests/framework/installer.(*MondooInstaller).GatherAllMondooLogs
	/home/runner/work/mondoo-operator/mondoo-operator/tests/framework/installer/installer.go:214
go.mondoo.com/mondoo-operator/tests/integration.StartTestCluster
	/home/runner/work/mondoo-operator/mondoo-operator/tests/integration/test_cluster.go:42
go.mondoo.com/mondoo-operator/tests/integration.(*AuditConfigBaseSuite).SetupSuite
	/home/runner/work/mondoo-operator/mondoo-operator/tests/integration/audit_config_base_suite.go:95
go.mondoo.com/mondoo-operator/tests/integration.(*AuditConfigSuite).SetupSuite
	/home/runner/work/mondoo-operator/mondoo-operator/tests/integration/audit_config_test.go:21
github.com/stretchr/testify/suite.Run
	/home/runner/go/pkg/mod/github.com/stretchr/[email protected]/suite/suite.go:157
go.mondoo.com/mondoo-operator/tests/integration.TestAuditConfigSuite
	/home/runner/work/mondoo-operator/mondoo-operator/tests/integration/audit_config_test.go:93
testing.tRunner
	/home/runner/go/pkg/mod/golang.org/[email protected]/src/testing/testing.go:1689
2024-08-21T04:27:24.062Z	INFO	utils/k8s_helper.go:268	Gathering pod describe for all pods in namespace mondoo-operator
2024-08-21T04:27:24.065Z	DEBUG	utils/k8s_helper.go:562	created log file: /home/runner/work/mondoo-operator/mondoo-operator/tests/integration/_output/tests/TestAuditConfigSuite/describe_mondoo-operator_1724214444.log
2024-08-21T04:27:24.065Z	DEBUG	utils/executor.go:271	Running command: kubectl get pod -o yaml -n mondoo-operator mondoo-operator-controller-manager-ddfbf8f8c-w5d72
2024-08-21T04:27:24.110Z	DEBUG	utils/executor.go:271	Running command: kubectl get pod -o yaml -n mondoo-operator mondoo-operator-controller-manager-59594659f6-2vkhk
2024-08-21T04:27:24.158Z	DEBUG	utils/executor.go:271	Running command: kubectl get deployment -o yaml -n mondoo-operator mondoo-operator-controller-manager
2024-08-21T04:27:24.208Z	INFO	utils/k8s_helper.go:319	Gathering events in namespace "mondoo-operator"
2024-08-21T04:27:24.208Z	DEBUG	utils/k8s_helper.go:562	created log file: /home/runner/work/mondoo-operator/mondoo-operator/tests/integration/_output/tests/TestAuditConfigSuite/events_mondoo-operator_1724214444.log
2024-08-21T04:27:24.208Z	DEBUG	utils/executor.go:271	Running command: kubectl get events -n mondoo-operator
2024-08-21T04:27:24.256Z	INFO	utils/k8s_helper.go:257	Gathering logs for all pods in namespace mondoo-operator
2024-08-21T04:27:24.259Z	DEBUG	utils/k8s_helper.go:562	created log file: /home/runner/work/mondoo-operator/mondoo-operator/tests/integration/_output/tests/TestAuditConfigSuite/mondoo-operator_mondoo-operator-controller-manager-ddfbf8f8c-w5d72_1724214444.log
2024-08-21T04:27:24.263Z	DEBUG	utils/executor.go:271	Running command: kubectl -n mondoo-operator logs mondoo-operator-controller-manager-ddfbf8f8c-w5d72 -c manager
2024-08-21T04:27:24.310Z	ERROR	utils/k8s_helper.go:106	failed to execute: kubectl [-n mondoo-operator logs mondoo-operator-controller-manager-ddfbf8f8c-w5d72 -c manager] : exit status 1. Error from server (BadRequest): container "manager" in pod "mondoo-operator-controller-manager-ddfbf8f8c-w5d72" is waiting to start: image can't be pulled
go.mondoo.com/mondoo-operator/tests/framework/utils.(*K8sHelper).Kubectl
	/home/runner/work/mondoo-operator/mondoo-operator/tests/framework/utils/k8s_helper.go:106
go.mondoo.com/mondoo-operator/tests/framework/utils.(*K8sHelper).appendContainerLogs
	/home/runner/work/mondoo-operator/mondoo-operator/tests/framework/utils/k8s_helper.go:607
go.mondoo.com/mondoo-operator/tests/framework/utils.(*K8sHelper).getPodLogs
	/home/runner/work/mondoo-operator/mondoo-operator/tests/framework/utils/k8s_helper.go:581
go.mondoo.com/mondoo-operator/tests/framework/utils.(*K8sHelper).getPodsLogs
	/home/runner/work/mondoo-operator/mondoo-operator/tests/framework/utils/k8s_helper.go:516
go.mondoo.com/mondoo-operator/tests/framework/utils.(*K8sHelper).GetLogsFromNamespace
	/home/runner/work/mondoo-operator/mondoo-operator/tests/framework/utils/k8s_helper.go:263
go.mondoo.com/mondoo-operator/tests/framework/installer.(*MondooInstaller).UninstallOperator
	/home/runner/work/mondoo-operator/mondoo-operator/tests/framework/installer/installer.go:142
go.mondoo.com/mondoo-operator/tests/integration.StartTestCluster
	/home/runner/work/mondoo-operator/mondoo-operator/tests/integration/test_cluster.go:45
go.mondoo.com/mondoo-operator/tests/integration.(*AuditConfigBaseSuite).SetupSuite
	/home/runner/work/mondoo-operator/mondoo-operator/tests/integration/audit_config_base_suite.go:95
go.mondoo.com/mondoo-operator/tests/integration.(*AuditConfigSuite).SetupSuite
	/home/runner/work/mondoo-operator/mondoo-operator/tests/integration/audit_config_test.go:21
github.com/stretchr/testify/suite.Run
	/home/runner/go/pkg/mod/github.com/stretchr/[email protected]/suite/suite.go:157
go.mondoo.com/mondoo-operator/tests/integration.TestAuditConfigSuite
	/home/runner/work/mondoo-operator/mondoo-operator/tests/integration/audit_config_test.go:93
testing.tRunner
	/home/runner/go/pkg/mod/golang.org/[email protected]/src/testing/testing.go:1689
2024-08-21T04:27:24.310Z	ERROR	utils/k8s_helper.go:609	Cannot get logs for pod mondoo-operator-controller-manager-ddfbf8f8c-w5d72 and container manager. failed to run: kubectl [-n mondoo-operator logs mondoo-operator-controller-manager-ddfbf8f8c-w5d72 -c manager] : exit status 1
go.mondoo.com/mondoo-operator/tests/framework/utils.(*K8sHelper).appendContainerLogs
	/home/runner/work/mondoo-operator/mondoo-operator/tests/framework/utils/k8s_helper.go:609
go.mondoo.com/mondoo-operator/tests/framework/utils.(*K8sHelper).getPodLogs
	/home/runner/work/mondoo-operator/mondoo-operator/tests/framework/utils/k8s_helper.go:581
go.mondoo.com/mondoo-operator/tests/framework/utils.(*K8sHelper).getPodsLogs
	/home/runner/work/mondoo-operator/mondoo-operator/tests/framework/utils/k8s_helper.go:516
go.mondoo.com/mondoo-operator/tests/framework/utils.(*K8sHelper).GetLogsFromNamespace
	/home/runner/work/mondoo-operator/mondoo-operator/tests/framework/utils/k8s_helper.go:263
go.mondoo.com/mondoo-operator/tests/framework/installer.(*MondooInstaller).UninstallOperator
	/home/runner/work/mondoo-operator/mondoo-operator/tests/framework/installer/installer.go:142
go.mondoo.com/mondoo-operator/tests/integration.StartTestCluster
	/home/runner/work/mondoo-operator/mondoo-operator/tests/integration/test_cluster.go:45
go.mondoo.com/mondoo-operator/tests/integration.(*AuditConfigBaseSuite).SetupSuite
	/home/runner/work/mondoo-operator/mondoo-operator/tests/integration/audit_config_base_suite.go:95
go.mondoo.com/mondoo-operator/tests/integration.(*AuditConfigSuite).SetupSuite
	/home/runner/work/mondoo-operator/mondoo-operator/tests/integration/audit_config_test.go:21
github.com/stretchr/testify/suite.Run
	/home/runner/go/pkg/mod/github.com/stretchr/[email protected]/suite/suite.go:157
go.mondoo.com/mondoo-operator/tests/integration.TestAuditConfigSuite
	/home/runner/work/mondoo-operator/mondoo-operator/tests/integration/audit_config_test.go:93
testing.tRunner
	/home/runner/go/pkg/mod/golang.org/[email protected]/src/testing/testing.go:1689
2024-08-21T04:27:24.311Z	DEBUG	utils/k8s_helper.go:562	created log file: /home/runner/work/mondoo-operator/mondoo-operator/tests/integration/_output/tests/TestAuditConfigSuite/mondoo-operator_mondoo-operator-controller-manager-ddfbf8f8c-w5d72_previous_1724214444.log
2024-08-21T04:27:24.314Z	DEBUG	utils/executor.go:271	Running command: kubectl -n mondoo-operator logs mondoo-operator-controller-manager-ddfbf8f8c-w5d72 -c manager
2024-08-21T04:27:24.361Z	ERROR	utils/k8s_helper.go:106	failed to execute: kubectl [-n mondoo-operator logs mondoo-operator-controller-manager-ddfbf8f8c-w5d72 -c manager] : exit status 1. Error from server (BadRequest): container "manager" in pod "mondoo-operator-controller-manager-ddfbf8f8c-w5d72" is waiting to start: image can't be pulled
go.mondoo.com/mondoo-operator/tests/framework/utils.(*K8sHelper).Kubectl
	/home/runner/work/mondoo-operator/mondoo-operator/tests/framework/utils/k8s_helper.go:106
go.mondoo.com/mondoo-operator/tests/framework/utils.(*K8sHelper).appendContainerLogs
	/home/runner/work/mondoo-operator/mondoo-operator/tests/framework/utils/k8s_helper.go:607
go.mondoo.com/mondoo-operator/tests/framework/utils.(*K8sHelper).getPodLogs
	/home/runner/work/mondoo-operator/mondoo-operator/tests/framework/utils/k8s_helper.go:581
go.mondoo.com/mondoo-operator/tests/framework/utils.(*K8sHelper).getPodsLogs
	/home/runner/work/mondoo-operator/mondoo-operator/tests/framework/utils/k8s_helper.go:519
go.mondoo.com/mondoo-operator/tests/framework/utils.(*K8sHelper).GetLogsFromNamespace
	/home/runner/work/mondoo-operator/mondoo-operator/tests/framework/utils/k8s_helper.go:263
go.mondoo.com/mondoo-operator/tests/framework/installer.(*MondooInstaller).UninstallOperator
	/home/runner/work/mondoo-operator/mondoo-operator/tests/framework/installer/installer.go:142
go.mondoo.com/mondoo-operator/tests/integration.StartTestCluster
	/home/runner/work/mondoo-operator/mondoo-operator/tests/integration/test_cluster.go:45
go.mondoo.com/mondoo-operator/tests/integration.(*AuditConfigBaseSuite).SetupSuite
	/home/runner/work/mondoo-operator/mondoo-operator/tests/integration/audit_config_base_suite.go:95
go.mondoo.com/mondoo-operator/tests/integration.(*AuditConfigSuite).SetupSuite
	/home/runner/work/mondoo-operator/mondoo-operator/tests/integration/audit_config_test.go:21
github.com/stretchr/testify/suite.Run
	/home/runner/go/pkg/mod/github.com/stretchr/[email protected]/suite/suite.go:157
go.mondoo.com/mondoo-operator/tests/integration.TestAuditConfigSuite
	/home/runner/work/mondoo-operator/mondoo-operator/tests/integration/audit_config_test.go:93
testing.tRunner
	/home/runner/go/pkg/mod/golang.org/[email protected]/src/testing/testing.go:1689
2024-08-21T04:27:24.361Z	ERROR	utils/k8s_helper.go:609	Cannot get logs for pod mondoo-operator-controller-manager-ddfbf8f8c-w5d72 and container manager. failed to run: kubectl [-n mondoo-operator logs mondoo-operator-controller-manager-ddfbf8f8c-w5d72 -c manager] : exit status 1
go.mondoo.com/mondoo-operator/tests/framework/utils.(*K8sHelper).appendContainerLogs
	/home/runner/work/mondoo-operator/mondoo-operator/tests/framework/utils/k8s_helper.go:609
go.mondoo.com/mondoo-operator/tests/framework/utils.(*K8sHelper).getPodLogs
	/home/runner/work/mondoo-operator/mondoo-operator/tests/framework/utils/k8s_helper.go:581
go.mondoo.com/mondoo-operator/tests/framework/utils.(*K8sHelper).getPodsLogs
	/home/runner/work/mondoo-operator/mondoo-operator/tests/framework/utils/k8s_helper.go:519
go.mondoo.com/mondoo-operator/tests/framework/utils.(*K8sHelper).GetLogsFromNamespace
	/home/runner/work/mondoo-operator/mondoo-operator/tests/framework/utils/k8s_helper.go:263
go.mondoo.com/mondoo-operator/tests/framework/installer.(*MondooInstaller).UninstallOperator
	/home/runner/work/mondoo-operator/mondoo-operator/tests/framework/installer/installer.go:142
go.mondoo.com/mondoo-operator/tests/integration.StartTestCluster
	/home/runner/work/mondoo-operator/mondoo-operator/tests/integration/test_cluster.go:45
go.mondoo.com/mondoo-operator/tests/integration.(*AuditConfigBaseSuite).SetupSuite
	/home/runner/work/mondoo-operator/mondoo-operator/tests/integration/audit_config_base_suite.go:95
go.mondoo.com/mondoo-operator/tests/integration.(*AuditConfigSuite).SetupSuite
	/home/runner/work/mondoo-operator/mondoo-operator/tests/integration/audit_config_test.go:21
github.com/stretchr/testify/suite.Run
	/home/runner/go/pkg/mod/github.com/stretchr/[email protected]/suite/suite.go:157
go.mondoo.com/mondoo-operator/tests/integration.TestAuditConfigSuite
	/home/runner/work/mondoo-operator/mondoo-operator/tests/integration/audit_config_test.go:93
testing.tRunner
	/home/runner/go/pkg/mod/golang.org/[email protected]/src/testing/testing.go:1689
2024-08-21T04:27:24.361Z	DEBUG	utils/k8s_helper.go:562	created log file: /home/runner/work/mondoo-operator/mondoo-operator/tests/integration/_output/tests/TestAuditConfigSuite/mondoo-operator_mondoo-operator-controller-manager-59594659f6-2vkhk_1724214444.log
2024-08-21T04:27:24.365Z	DEBUG	utils/executor.go:271	Running command: kubectl -n mondoo-operator logs mondoo-operator-controller-manager-59594659f6-2vkhk -c manager
2024-08-21T04:27:24.411Z	ERROR	utils/k8s_helper.go:106	failed to execute: kubectl [-n mondoo-operator logs mondoo-operator-controller-manager-59594659f6-2vkhk -c manager] : exit status 1. Error from server (BadRequest): container "manager" in pod "mondoo-operator-controller-manager-59594659f6-2vkhk" is waiting to start: trying and failing to pull image
go.mondoo.com/mondoo-operator/tests/framework/utils.(*K8sHelper).Kubectl
	/home/runner/work/mondoo-operator/mondoo-operator/tests/framework/utils/k8s_helper.go:106
go.mondoo.com/mondoo-operator/tests/framework/utils.(*K8sHelper).appendContainerLogs
	/home/runner/work/mondoo-operator/mondoo-operator/tests/framework/utils/k8s_helper.go:607
go.mondoo.com/mondoo-operator/tests/framework/utils.(*K8sHelper).getPodLogs
	/home/runner/work/mondoo-operator/mondoo-operator/tests/framework/utils/k8s_helper.go:581
go.mondoo.com/mondoo-operator/tests/framework/utils.(*K8sHelper).getPodsLogs
	/home/runner/work/mondoo-operator/mondoo-operator/tests/framework/utils/k8s_helper.go:516
go.mondoo.com/mondoo-operator/tests/framework/utils.(*K8sHelper).GetLogsFromNamespace
	/home/runner/work/mondoo-operator/mondoo-operator/tests/framework/utils/k8s_helper.go:263
go.mondoo.com/mondoo-operator/tests/framework/installer.(*MondooInstaller).UninstallOperator
	/home/runner/work/mondoo-operator/mondoo-operator/tests/framework/installer/installer.go:142
go.mondoo.com/mondoo-operator/tests/integration.StartTestCluster
	/home/runner/work/mondoo-operator/mondoo-operator/tests/integration/test_cluster.go:45
go.mondoo.com/mondoo-operator/tests/integration.(*AuditConfigBaseSuite).SetupSuite
	/home/runner/work/mondoo-operator/mondoo-operator/tests/integration/audit_config_base_suite.go:95
go.mondoo.com/mondoo-operator/tests/integration.(*AuditConfigSuite).SetupSuite
	/home/runner/work/mondoo-operator/mondoo-operator/tests/integration/audit_config_test.go:21
github.com/stretchr/testify/suite.Run
	/home/runner/go/pkg/mod/github.com/stretchr/[email protected]/suite/suite.go:157
go.mondoo.com/mondoo-operator/tests/integration.TestAuditConfigSuite
	/home/runner/work/mondoo-operator/mondoo-operator/tests/integration/audit_config_test.go:93
testing.tRunner
	/home/runner/go/pkg/mod/golang.org/[email protected]/src/testing/testing.go:1689
2024-08-21T04:27:24.412Z	ERROR	utils/k8s_helper.go:609	Cannot get logs for pod mondoo-operator-controller-manager-59594659f6-2vkhk and container manager. failed to run: kubectl [-n mondoo-operator logs mondoo-operator-controller-manager-59594659f6-2vkhk -c manager] : exit status 1
go.mondoo.com/mondoo-operator/tests/framework/utils.(*K8sHelper).appendContainerLogs
	/home/runner/work/mondoo-operator/mondoo-operator/tests/framework/utils/k8s_helper.go:609
go.mondoo.com/mondoo-operator/tests/framework/utils.(*K8sHelper).getPodLogs
	/home/runner/work/mondoo-operator/mondoo-operator/tests/framework/utils/k8s_helper.go:581
go.mondoo.com/mondoo-operator/tests/framework/utils.(*K8sHelper).getPodsLogs
	/home/runner/work/mondoo-operator/mondoo-operator/tests/framework/utils/k8s_helper.go:516
go.mondoo.com/mondoo-operator/tests/framework/utils.(*K8sHelper).GetLogsFromNamespace
	/home/runner/work/mondoo-operator/mondoo-operator/tests/framework/utils/k8s_helper.go:263
go.mondoo.com/mondoo-operator/tests/framework/installer.(*MondooInstaller).UninstallOperator
	/home/runner/work/mondoo-operator/mondoo-operator/tests/framework/installer/installer.go:142
go.mondoo.com/mondoo-operator/tests/integration.StartTestCluster
	/home/runner/work/mondoo-operator/mondoo-operator/tests/integration/test_cluster.go:45
go.mondoo.com/mondoo-operator/tests/integration.(*AuditConfigBaseSuite).SetupSuite
	/home/runner/work/mondoo-operator/mondoo-operator/tests/integration/audit_config_base_suite.go:95
go.mondoo.com/mondoo-operator/tests/integration.(*AuditConfigSuite).SetupSuite
	/home/runner/work/mondoo-operator/mondoo-operator/tests/integration/audit_config_test.go:21
github.com/stretchr/testify/suite.Run
	/home/runner/go/pkg/mod/github.com/stretchr/[email protected]/suite/suite.go:157
go.mondoo.com/mondoo-operator/tests/integration.TestAuditConfigSuite
	/home/runner/work/mondoo-operator/mondoo-operator/tests/integration/audit_config_test.go:93
testing.tRunner
	/home/runner/go/pkg/mod/golang.org/[email protected]/src/testing/testing.go:1689
2024-08-21T04:27:24.412Z	DEBUG	utils/k8s_helper.go:562	created log file: /home/runner/work/mondoo-operator/mondoo-operator/tests/integration/_output/tests/TestAuditConfigSuite/mondoo-operator_mondoo-operator-controller-manager-59594659f6-2vkhk_previous_1724214444.log
2024-08-21T04:27:24.415Z	DEBUG	utils/executor.go:271	Running command: kubectl -n mondoo-operator logs mondoo-operator-controller-manager-59594659f6-2vkhk -c manager
2024-08-21T04:27:24.463Z	ERROR	utils/k8s_helper.go:106	failed to execute: kubectl [-n mondoo-operator logs mondoo-operator-controller-manager-59594659f6-2vkhk -c manager] : exit status 1. Error from server (BadRequest): container "manager" in pod "mondoo-operator-controller-manager-59594659f6-2vkhk" is waiting to start: trying and failing to pull image
go.mondoo.com/mondoo-operator/tests/framework/utils.(*K8sHelper).Kubectl
	/home/runner/work/mondoo-operator/mondoo-operator/tests/framework/utils/k8s_helper.go:106
go.mondoo.com/mondoo-operator/tests/framework/utils.(*K8sHelper).appendContainerLogs
	/home/runner/work/mondoo-operator/mondoo-operator/tests/framework/utils/k8s_helper.go:607
go.mondoo.com/mondoo-operator/tests/framework/utils.(*K8sHelper).getPodLogs
	/home/runner/work/mondoo-operator/mondoo-operator/tests/framework/utils/k8s_helper.go:581
go.mondoo.com/mondoo-operator/tests/framework/utils.(*K8sHelper).getPodsLogs
	/home/runner/work/mondoo-operator/mondoo-operator/tests/framework/utils/k8s_helper.go:519
go.mondoo.com/mondoo-operator/tests/framework/utils.(*K8sHelper).GetLogsFromNamespace
	/home/runner/work/mondoo-operator/mondoo-operator/tests/framework/utils/k8s_helper.go:263
go.mondoo.com/mondoo-operator/tests/framework/installer.(*MondooInstaller).UninstallOperator
	/home/runner/work/mondoo-operator/mondoo-operator/tests/framework/installer/installer.go:142
go.mondoo.com/mondoo-operator/tests/integration.StartTestCluster
	/home/runner/work/mondoo-operator/mondoo-operator/tests/integration/test_cluster.go:45
go.mondoo.com/mondoo-operator/tests/integration.(*AuditConfigBaseSuite).SetupSuite
	/home/runner/work/mondoo-operator/mondoo-operator/tests/integration/audit_config_base_suite.go:95
go.mondoo.com/mondoo-operator/tests/integration.(*AuditConfigSuite).SetupSuite
	/home/runner/work/mondoo-operator/mondoo-operator/tests/integration/audit_config_test.go:21
github.com/stretchr/testify/suite.Run
	/home/runner/go/pkg/mod/github.com/stretchr/[email protected]/suite/suite.go:157
go.mondoo.com/mondoo-operator/tests/integration.TestAuditConfigSuite
	/home/runner/work/mondoo-operator/mondoo-operator/tests/integration/audit_config_test.go:93
testing.tRunner
	/home/runner/go/pkg/mod/golang.org/[email protected]/src/testing/testing.go:1689
2024-08-21T04:27:24.463Z	ERROR	utils/k8s_helper.go:609	Cannot get logs for pod mondoo-operator-controller-manager-59594659f6-2vkhk and container manager. failed to run: kubectl [-n mondoo-operator logs mondoo-operator-controller-manager-59594659f6-2vkhk -c manager] : exit status 1
go.mondoo.com/mondoo-operator/tests/framework/utils.(*K8sHelper).appendContainerLogs
	/home/runner/work/mondoo-operator/mondoo-operator/tests/framework/utils/k8s_helper.go:609
go.mondoo.com/mondoo-operator/tests/framework/utils.(*K8sHelper).getPodLogs
	/home/runner/work/mondoo-operator/mondoo-operator/tests/framework/utils/k8s_helper.go:581
go.mondoo.com/mondoo-operator/tests/framework/utils.(*K8sHelper).getPodsLogs
	/home/runner/work/mondoo-operator/mondoo-operator/tests/framework/utils/k8s_helper.go:519
go.mondoo.com/mondoo-operator/tests/framework/utils.(*K8sHelper).GetLogsFromNamespace
	/home/runner/work/mondoo-operator/mondoo-operator/tests/framework/utils/k8s_helper.go:263
go.mondoo.com/mondoo-operator/tests/framework/installer.(*MondooInstaller).UninstallOperator
	/home/runner/work/mondoo-operator/mondoo-operator/tests/framework/installer/installer.go:142
go.mondoo.com/mondoo-operator/tests/integration.StartTestCluster
	/home/runner/work/mondoo-operator/mondoo-operator/tests/integration/test_cluster.go:45
go.mondoo.com/mondoo-operator/tests/integration.(*AuditConfigBaseSuite).SetupSuite
	/home/runner/work/mondoo-operator/mondoo-operator/tests/integration/audit_config_base_suite.go:95
go.mondoo.com/mondoo-operator/tests/integration.(*AuditConfigSuite).SetupSuite
	/home/runner/work/mondoo-operator/mondoo-operator/tests/integration/audit_config_test.go:21
github.com/stretchr/testify/suite.Run
	/home/runner/go/pkg/mod/github.com/stretchr/[email protected]/suite/suite.go:157
go.mondoo.com/mondoo-operator/tests/integration.TestAuditConfigSuite
	/home/runner/work/mondoo-operator/mondoo-operator/tests/integration/audit_config_test.go:93
testing.tRunner
	/home/runner/go/pkg/mod/golang.org/[email protected]/src/testing/testing.go:1689
2024-08-21T04:27:24.468Z	INFO	installer/installer.go:154	Deleted Mondoo client secret mondoo-operator/mondoo-client.
2024-08-21T04:27:24.471Z	INFO	installer/installer.go:161	Deleted Mondoo token secret mondoo-operator/mondoo-token.
2024-08-21T04:27:24.471Z	INFO	utils/manifest_utils.go:54	Reading file: /home/runner/work/mondoo-operator/mondoo-operator/mondoo-operator-manifests.yaml
2024-08-21T04:27:24.471Z	INFO	utils/exec_utils.go:45	Running kubectl [delete --ignore-not-found=true -f -]
namespace "mondoo-operator" deleted
customresourcedefinition.apiextensions.k8s.io "mondooauditconfigs.k8s.mondoo.com" deleted
customresourcedefinition.apiextensions.k8s.io "mondoooperatorconfigs.k8s.mondoo.com" deleted
serviceaccount "mondoo-operator-controller-manager" deleted
serviceaccount "mondoo-operator-k8s-resources-scanning" deleted
serviceaccount "mondoo-operator-webhook" deleted
role.rbac.authorization.k8s.io "mondoo-operator-leader-election-role" deleted
clusterrole.rbac.authorization.k8s.io "mondoo-operator-k8s-resources-scanning" deleted
clusterrole.rbac.authorization.k8s.io "mondoo-operator-manager-role" deleted
rolebinding.rbac.authorization.k8s.io "mondoo-operator-leader-election-rolebinding" deleted
clusterrolebinding.rbac.authorization.k8s.io "mondoo-operator-k8s-resources-scanning" deleted
clusterrolebinding.rbac.authorization.k8s.io "mondoo-operator-manager-rolebinding" deleted
configmap "mondoo-operator-manager-config" deleted
service "mondoo-operator-controller-manager-metrics-service" deleted
deployment.apps "mondoo-operator-controller-manager" deleted
--- FAIL: TestAuditConfigSuite (210.92s)

Check warning on line 0 in go.mondoo.com/mondoo-operator/tests/integration

See this annotation in the file changed.

@github-actions github-actions / Test Results

1 out of 4 runs failed: TestAuditConfigUpgradeSuite/TestUpgradePreviousReleaseToLatest (go.mondoo.com/mondoo-operator/tests/integration)

artifacts/test-results-k3d-v1.29.4/integration-tests-k3d-v1.29.4.xml [took 3m 56s]
Raw output
Failed
=== RUN   TestAuditConfigUpgradeSuite/TestUpgradePreviousReleaseToLatest
2024-08-21T04:28:07.164Z	INFO	integration/audit_config_base_suite.go:822	Waiting for scan API Pod to become ready.
2024-08-21T04:28:17.185Z	INFO	integration/audit_config_base_suite.go:826	Scan API Pod is ready.
2024-08-21T04:28:17.187Z	INFO	integration/audit_config_base_suite.go:843	Waiting for good condition of Scan API
2024-08-21T04:28:17.199Z	INFO	installer/installer.go:91	Installing Mondoo operator with local manifest
2024-08-21T04:28:17.199Z	INFO	utils/manifest_utils.go:54	Reading file: /home/runner/work/mondoo-operator/mondoo-operator/mondoo-operator-manifests.yaml
2024-08-21T04:28:17.199Z	INFO	utils/exec_utils.go:45	Running kubectl [apply -f -]
namespace/mondoo-operator unchanged
customresourcedefinition.apiextensions.k8s.io/mondooauditconfigs.k8s.mondoo.com unchanged
customresourcedefinition.apiextensions.k8s.io/mondoooperatorconfigs.k8s.mondoo.com unchanged
serviceaccount/mondoo-operator-controller-manager unchanged
serviceaccount/mondoo-operator-k8s-resources-scanning unchanged
serviceaccount/mondoo-operator-webhook unchanged
role.rbac.authorization.k8s.io/mondoo-operator-leader-election-role unchanged
clusterrole.rbac.authorization.k8s.io/mondoo-operator-k8s-resources-scanning unchanged
clusterrole.rbac.authorization.k8s.io/mondoo-operator-manager-role unchanged
rolebinding.rbac.authorization.k8s.io/mondoo-operator-leader-election-rolebinding unchanged
clusterrolebinding.rbac.authorization.k8s.io/mondoo-operator-k8s-resources-scanning unchanged
clusterrolebinding.rbac.authorization.k8s.io/mondoo-operator-manager-rolebinding unchanged
configmap/mondoo-operator-manager-config unchanged
service/mondoo-operator-controller-manager-metrics-service unchanged
deployment.apps/mondoo-operator-controller-manager configured
2024-08-21T04:28:20Z	INFO	KubeAPIWarningLogger	spec.template.spec.containers[0].env[3]: hides previous definition of "FEATURE_DISABLE_RESOURCE_MONITOR"
2024-08-21T04:28:20.005Z	INFO	installer/installer.go:206	Мondoo client secret mondoo-operator/mondoo-token already exists.
2024-08-21T04:28:20.008Z	INFO	installer/installer.go:130	Mondoo operator is ready.
2024-08-21T04:28:20.008Z	INFO	integration/audit_config_base_suite.go:822	Waiting for scan API Pod to become ready.
2024-08-21T04:28:20.012Z	INFO	integration/audit_config_base_suite.go:826	Scan API Pod is ready.
2024-08-21T04:28:20.014Z	INFO	integration/audit_config_base_suite.go:843	Waiting for good condition of Scan API
    audit_config_base_suite.go:817: 
        	Error Trace:	/home/runner/work/mondoo-operator/mondoo-operator/tests/integration/audit_config_base_suite.go:817
        	            				/home/runner/work/mondoo-operator/mondoo-operator/tests/integration/audit_config_upgrade_test.go:37
        	Error:      	Received unexpected error:
        	            	test did not succeed after 100 retries
        	Test:       	TestAuditConfigUpgradeSuite/TestUpgradePreviousReleaseToLatest
        	Messages:   	Couldn't find release version in MondooAuditConfig.Status.ReconciledByOperatorVersion
2024-08-21T04:31:40.414Z	INFO	installer/installer.go:212	gathering all logs from the test
2024-08-21T04:31:40.414Z	INFO	utils/k8s_helper.go:257	Gathering logs for all pods in namespace mondoo-operator
2024-08-21T04:31:40.417Z	DEBUG	utils/k8s_helper.go:562	created log file: /home/runner/work/mondoo-operator/mondoo-operator/tests/integration/_output/tests/AuditConfigUpgradeSuite/TestUpgradePreviousReleaseToLatest/mondoo-operator_mondoo-operator-controller-manager-66f7f795b7-c7975_1724214700.log
2024-08-21T04:31:40.428Z	DEBUG	utils/k8s_helper.go:562	created log file: /home/runner/work/mondoo-operator/mondoo-operator/tests/integration/_output/tests/AuditConfigUpgradeSuite/TestUpgradePreviousReleaseToLatest/mondoo-operator_mondoo-operator-controller-manager-66f7f795b7-c7975_previous_1724214700.log
2024-08-21T04:31:40.431Z	DEBUG	utils/executor.go:271	Running command: kubectl -n mondoo-operator logs mondoo-operator-controller-manager-66f7f795b7-c7975 -c manager
2024-08-21T04:31:40.484Z	DEBUG	utils/k8s_helper.go:562	created log file: /home/runner/work/mondoo-operator/mondoo-operator/tests/integration/_output/tests/AuditConfigUpgradeSuite/TestUpgradePreviousReleaseToLatest/mondoo-operator_mondoo-client-scan-api-79854bf8f7-ccz65_1724214700.log
2024-08-21T04:31:40.487Z	DEBUG	utils/k8s_helper.go:562	created log file: /home/runner/work/mondoo-operator/mondoo-operator/tests/integration/_output/tests/AuditConfigUpgradeSuite/TestUpgradePreviousReleaseToLatest/mondoo-operator_mondoo-operator-controller-manager-84cd4554cb-nm7ls_1724214700.log
2024-08-21T04:31:40.490Z	DEBUG	utils/executor.go:271	Running command: kubectl -n mondoo-operator logs mondoo-operator-controller-manager-84cd4554cb-nm7ls -c manager
2024-08-21T04:31:40.539Z	ERROR	utils/k8s_helper.go:106	failed to execute: kubectl [-n mondoo-operator logs mondoo-operator-controller-manager-84cd4554cb-nm7ls -c manager] : exit status 1. Error from server (BadRequest): container "manager" in pod "mondoo-operator-controller-manager-84cd4554cb-nm7ls" is waiting to start: image can't be pulled
go.mondoo.com/mondoo-operator/tests/framework/utils.(*K8sHelper).Kubectl
	/home/runner/work/mondoo-operator/mondoo-operator/tests/framework/utils/k8s_helper.go:106
go.mondoo.com/mondoo-operator/tests/framework/utils.(*K8sHelper).appendContainerLogs
	/home/runner/work/mondoo-operator/mondoo-operator/tests/framework/utils/k8s_helper.go:607
go.mondoo.com/mondoo-operator/tests/framework/utils.(*K8sHelper).getPodLogs
	/home/runner/work/mondoo-operator/mondoo-operator/tests/framework/utils/k8s_helper.go:581
go.mondoo.com/mondoo-operator/tests/framework/utils.(*K8sHelper).getPodsLogs
	/home/runner/work/mondoo-operator/mondoo-operator/tests/framework/utils/k8s_helper.go:516
go.mondoo.com/mondoo-operator/tests/framework/utils.(*K8sHelper).GetLogsFromNamespace
	/home/runner/work/mondoo-operator/mondoo-operator/tests/framework/utils/k8s_helper.go:263
go.mondoo.com/mondoo-operator/tests/framework/installer.(*MondooInstaller).GatherAllMondooLogs
	/home/runner/work/mondoo-operator/mondoo-operator/tests/framework/installer/installer.go:214
go.mondoo.com/mondoo-operator/tests/integration.(*AuditConfigUpgradeSuite).AfterTest
	/home/runner/work/mondoo-operator/mondoo-operator/tests/integration/audit_config_upgrade_test.go:26
github.com/stretchr/testify/suite.Run.func1.1
	/home/runner/go/pkg/mod/github.com/stretchr/[email protected]/suite/suite.go:180
github.com/stretchr/testify/suite.Run.func1
	/home/runner/go/pkg/mod/github.com/stretchr/[email protected]/suite/suite.go:203
testing.tRunner
	/home/runner/go/pkg/mod/golang.org/[email protected]/src/testing/testing.go:1689
2024-08-21T04:31:40.539Z	ERROR	utils/k8s_helper.go:609	Cannot get logs for pod mondoo-operator-controller-manager-84cd4554cb-nm7ls and container manager. failed to run: kubectl [-n mondoo-operator logs mondoo-operator-controller-manager-84cd4554cb-nm7ls -c manager] : exit status 1
go.mondoo.com/mondoo-operator/tests/framework/utils.(*K8sHelper).appendContainerLogs
	/home/runner/work/mondoo-operator/mondoo-operator/tests/framework/utils/k8s_helper.go:609
go.mondoo.com/mondoo-operator/tests/framework/utils.(*K8sHelper).getPodLogs
	/home/runner/work/mondoo-operator/mondoo-operator/tests/framework/utils/k8s_helper.go:581
go.mondoo.com/mondoo-operator/tests/framework/utils.(*K8sHelper).getPodsLogs
	/home/runner/work/mondoo-operator/mondoo-operator/tests/framework/utils/k8s_helper.go:516
go.mondoo.com/mondoo-operator/tests/framework/utils.(*K8sHelper).GetLogsFromNamespace
	/home/runner/work/mondoo-operator/mondoo-operator/tests/framework/utils/k8s_helper.go:263
go.mondoo.com/mondoo-operator/tests/framework/installer.(*MondooInstaller).GatherAllMondooLogs
	/home/runner/work/mondoo-operator/mondoo-operator/tests/framework/installer/installer.go:214
go.mondoo.com/mondoo-operator/tests/integration.(*AuditConfigUpgradeSuite).AfterTest
	/home/runner/work/mondoo-operator/mondoo-operator/tests/integration/audit_config_upgrade_test.go:26
github.com/stretchr/testify/suite.Run.func1.1
	/home/runner/go/pkg/mod/github.com/stretchr/[email protected]/suite/suite.go:180
github.com/stretchr/testify/suite.Run.func1
	/home/runner/go/pkg/mod/github.com/stretchr/[email protected]/suite/suite.go:203
testing.tRunner
	/home/runner/go/pkg/mod/golang.org/[email protected]/src/testing/testing.go:1689
2024-08-21T04:31:40.539Z	DEBUG	utils/k8s_helper.go:562	created log file: /home/runner/work/mondoo-operator/mondoo-operator/tests/integration/_output/tests/AuditConfigUpgradeSuite/TestUpgradePreviousReleaseToLatest/mondoo-operator_mondoo-operator-controller-manager-84cd4554cb-nm7ls_previous_1724214700.log
2024-08-21T04:31:40.543Z	DEBUG	utils/executor.go:271	Running command: kubectl -n mondoo-operator logs mondoo-operator-controller-manager-84cd4554cb-nm7ls -c manager
2024-08-21T04:31:40.595Z	ERROR	utils/k8s_helper.go:106	failed to execute: kubectl [-n mondoo-operator logs mondoo-operator-controller-manager-84cd4554cb-nm7ls -c manager] : exit status 1. Error from server (BadRequest): container "manager" in pod "mondoo-operator-controller-manager-84cd4554cb-nm7ls" is waiting to start: image can't be pulled
go.mondoo.com/mondoo-operator/tests/framework/utils.(*K8sHelper).Kubectl
	/home/runner/work/mondoo-operator/mondoo-operator/tests/framework/utils/k8s_helper.go:106
go.mondoo.com/mondoo-operator/tests/framework/utils.(*K8sHelper).appendContainerLogs
	/home/runner/work/mondoo-operator/mondoo-operator/tests/framework/utils/k8s_helper.go:607
go.mondoo.com/mondoo-operator/tests/framework/utils.(*K8sHelper).getPodLogs
	/home/runner/work/mondoo-operator/mondoo-operator/tests/framework/utils/k8s_helper.go:581
go.mondoo.com/mondoo-operator/tests/framework/utils.(*K8sHelper).getPodsLogs
	/home/runner/work/mondoo-operator/mondoo-operator/tests/framework/utils/k8s_helper.go:519
go.mondoo.com/mondoo-operator/tests/framework/utils.(*K8sHelper).GetLogsFromNamespace
	/home/runner/work/mondoo-operator/mondoo-operator/tests/framework/utils/k8s_helper.go:263
go.mondoo.com/mondoo-operator/tests/framework/installer.(*MondooInstaller).GatherAllMondooLogs
	/home/runner/work/mondoo-operator/mondoo-operator/tests/framework/installer/installer.go:214
go.mondoo.com/mondoo-operator/tests/integration.(*AuditConfigUpgradeSuite).AfterTest
	/home/runner/work/mondoo-operator/mondoo-operator/tests/integration/audit_config_upgrade_test.go:26
github.com/stretchr/testify/suite.Run.func1.1
	/home/runner/go/pkg/mod/github.com/stretchr/[email protected]/suite/suite.go:180
github.com/stretchr/testify/suite.Run.func1
	/home/runner/go/pkg/mod/github.com/stretchr/[email protected]/suite/suite.go:203
testing.tRunner
	/home/runner/go/pkg/mod/golang.org/[email protected]/src/testing/testing.go:1689
2024-08-21T04:31:40.595Z	ERROR	utils/k8s_helper.go:609	Cannot get logs for pod mondoo-operator-controller-manager-84cd4554cb-nm7ls and container manager. failed to run: kubectl [-n mondoo-operator logs mondoo-operator-controller-manager-84cd4554cb-nm7ls -c manager] : exit status 1
go.mondoo.com/mondoo-operator/tests/framework/utils.(*K8sHelper).appendContainerLogs
	/home/runner/work/mondoo-operator/mondoo-operator/tests/framework/utils/k8s_helper.go:609
go.mondoo.com/mondoo-operator/tests/framework/utils.(*K8sHelper).getPodLogs
	/home/runner/work/mondoo-operator/mondoo-operator/tests/framework/utils/k8s_helper.go:581
go.mondoo.com/mondoo-operator/tests/framework/utils.(*K8sHelper).getPodsLogs
	/home/runner/work/mondoo-operator/mondoo-operator/tests/framework/utils/k8s_helper.go:519
go.mondoo.com/mondoo-operator/tests/framework/utils.(*K8sHelper).GetLogsFromNamespace
	/home/runner/work/mondoo-operator/mondoo-operator/tests/framework/utils/k8s_helper.go:263
go.mondoo.com/mondoo-operator/tests/framework/installer.(*MondooInstaller).GatherAllMondooLogs
	/home/runner/work/mondoo-operator/mondoo-operator/tests/framework/installer/installer.go:214
go.mondoo.com/mondoo-operator/tests/integration.(*AuditConfigUpgradeSuite).AfterTest
	/home/runner/work/mondoo-operator/mondoo-operator/tests/integration/audit_config_upgrade_test.go:26
github.com/stretchr/testify/suite.Run.func1.1
	/home/runner/go/pkg/mod/github.com/stretchr/[email protected]/suite/suite.go:180
github.com/stretchr/testify/suite.Run.func1
	/home/runner/go/pkg/mod/github.com/stretchr/[email protected]/suite/suite.go:203
testing.tRunner
	/home/runner/go/pkg/mod/golang.org/[email protected]/src/testing/testing.go:1689
2024-08-21T04:31:40.595Z	INFO	utils/k8s_helper.go:268	Gathering pod describe for all pods in namespace mondoo-operator
2024-08-21T04:31:40.599Z	DEBUG	utils/k8s_helper.go:562	created log file: /home/runner/work/mondoo-operator/mondoo-operator/tests/integration/_output/tests/AuditConfigUpgradeSuite/TestUpgradePreviousReleaseToLatest/describe_mondoo-operator_1724214700.log
2024-08-21T04:31:40.599Z	DEBUG	utils/executor.go:271	Running command: kubectl get pod -o yaml -n mondoo-operator mondoo-operator-controller-manager-66f7f795b7-c7975
2024-08-21T04:31:40.647Z	DEBUG	utils/executor.go:271	Running command: kubectl get pod -o yaml -n mondoo-operator mondoo-client-scan-api-79854bf8f7-ccz65
2024-08-21T04:31:40.692Z	DEBUG	utils/executor.go:271	Running command: kubectl get pod -o yaml -n mondoo-operator mondoo-operator-controller-manager-84cd4554cb-nm7ls
2024-08-21T04:31:40.741Z	DEBUG	utils/executor.go:271	Running command: kubectl get deployment -o yaml -n mondoo-operator mondoo-client-scan-api
2024-08-21T04:31:40.786Z	DEBUG	utils/executor.go:271	Running command: kubectl get deployment -o yaml -n mondoo-operator mondoo-operator-controller-manager
2024-08-21T04:31:40.833Z	DEBUG	utils/executor.go:271	Running command: kubectl get cronjob -o yaml -n mondoo-operator mondoo-client-node-k3d-k3s-default-server-0
2024-08-21T04:31:40.878Z	DEBUG	utils/executor.go:271	Running command: kubectl get cronjob -o yaml -n mondoo-operator mondoo-client-k8s-scan
2024-08-21T04:31:40.923Z	DEBUG	utils/executor.go:271	Running command: kubectl get cronjob -o yaml -n mondoo-operator mondoo-client-node-gc
2024-08-21T04:31:40.972Z	DEBUG	utils/executor.go:271	Running command: kubectl get mondooauditconfig -o yaml -n mondoo-operator mondoo-client
2024-08-21T04:31:41.018Z	INFO	utils/k8s_helper.go:319	Gathering events in namespace "mondoo-operator"
2024-08-21T04:31:41.018Z	DEBUG	utils/k8s_helper.go:562	created log file: /home/runner/work/mondoo-operator/mondoo-operator/tests/integration/_output/tests/AuditConfigUpgradeSuite/TestUpgradePreviousReleaseToLatest/events_mondoo-operator_1724214701.log
2024-08-21T04:31:41.018Z	DEBUG	utils/executor.go:271	Running command: kubectl get events -n mondoo-operator
2024-08-21T04:31:41.069Z	INFO	utils/k8s_helper.go:257	Gathering logs for all pods in namespace mondoo-operator
2024-08-21T04:31:41.072Z	DEBUG	utils/k8s_helper.go:562	created log file: /home/runner/work/mondoo-operator/mondoo-operator/tests/integration/_output/tests/AuditConfigUpgradeSuite/TestAuditConfigUpgradeSuite/mondoo-operator_mondoo-operator-controller-manager-66f7f795b7-c7975_1724214701.log
2024-08-21T04:31:41.079Z	DEBUG	utils/k8s_helper.go:562	created log file: /home/runner/work/mondoo-operator/mondoo-operator/tests/integration/_output/tests/AuditConfigUpgradeSuite/TestAuditConfigUpgradeSuite/mondoo-operator_mondoo-operator-controller-manager-66f7f795b7-c7975_previous_1724214701.log
2024-08-21T04:31:41.082Z	DEBUG	utils/executor.go:271	Running command: kubectl -n mondoo-operator logs mondoo-operator-controller-manager-66f7f795b7-c7975 -c manager
2024-08-21T04:31:41.133Z	DEBUG	utils/k8s_helper.go:562	created log file: /home/runner/work/mondoo-operator/mondoo-operator/tests/integration/_output/tests/AuditConfigUpgradeSuite/TestAuditConfigUpgradeSuite/mondoo-operator_mondoo-client-scan-api-79854bf8f7-ccz65_1724214701.log
2024-08-21T04:31:41.137Z	DEBUG	utils/k8s_helper.go:562	created log file: /home/runner/work/mondoo-operator/mondoo-operator/tests/integration/_output/tests/AuditConfigUpgradeSuite/TestAuditConfigUpgradeSuite/mondoo-operator_mondoo-operator-controller-manager-84cd4554cb-nm7ls_1724214701.log
2024-08-21T04:31:41.140Z	DEBUG	utils/executor.go:271	Running command: kubectl -n mondoo-operator logs mondoo-operator-controller-manager-84cd4554cb-nm7ls -c manager
2024-08-21T04:31:41.189Z	ERROR	utils/k8s_helper.go:106	failed to execute: kubectl [-n mondoo-operator logs mondoo-operator-controller-manager-84cd4554cb-nm7ls -c manager] : exit status 1. Error from server (BadRequest): container "manager" in pod "mondoo-operator-controller-manager-84cd4554cb-nm7ls" is waiting to start: image can't be pulled
go.mondoo.com/mondoo-operator/tests/framework/utils.(*K8sHelper).Kubectl
	/home/runner/work/mondoo-operator/mondoo-operator/tests/framework/utils/k8s_helper.go:106
go.mondoo.com/mondoo-operator/tests/framework/utils.(*K8sHelper).appendContainerLogs
	/home/runner/work/mondoo-operator/mondoo-operator/tests/framework/utils/k8s_helper.go:607
go.mondoo.com/mondoo-operator/tests/framework/utils.(*K8sHelper).getPodLogs
	/home/runner/work/mondoo-operator/mondoo-operator/tests/framework/utils/k8s_helper.go:581
go.mondoo.com/mondoo-operator/tests/framework/utils.(*K8sHelper).getPodsLogs
	/home/runner/work/mondoo-operator/mondoo-operator/tests/framework/utils/k8s_helper.go:516
go.mondoo.com/mondoo-operator/tests/framework/utils.(*K8sHelper).GetLogsFromNamespace
	/home/runner/work/mondoo-operator/mondoo-operator/tests/framework/utils/k8s_helper.go:263
go.mondoo.com/mondoo-operator/tests/framework/installer.(*MondooInstaller).UninstallOperator
	/home/runner/work/mondoo-operator/mondoo-operator/tests/framework/installer/installer.go:142
go.mondoo.com/mondoo-operator/tests/integration.(*AuditConfigUpgradeSuite).TearDownSuite
	/home/runner/work/mondoo-operator/mondoo-operator/tests/integration/audit_config_upgrade_test.go:31
github.com/stretchr/testify/suite.Run.func2
	/home/runner/go/pkg/mod/github.com/stretchr/[email protected]/suite/suite.go:210
github.com/stretchr/testify/suite.Run
	/home/runner/go/pkg/mod/github.com/stretchr/[email protected]/suite/suite.go:221
go.mondoo.com/mondoo-operator/tests/integration.TestAuditConfigUpgradeSuite
	/home/runner/work/mondoo-operator/mondoo-operator/tests/integration/audit_config_upgrade_test.go:55
testing.tRunner
	/home/runner/go/pkg/mod/golang.org/[email protected]/src/testing/testing.go:1689
2024-08-21T04:31:41.189Z	ERROR	utils/k8s_helper.go:609	Cannot get logs for pod mondoo-operator-controller-manager-84cd4554cb-nm7ls and container manager. failed to run: kubectl [-n mondoo-operator logs mondoo-operator-controller-manager-84cd4554cb-nm7ls -c manager] : exit status 1
go.mondoo.com/mondoo-operator/tests/framework/utils.(*K8sHelper).appendContainerLogs
	/home/runner/work/mondoo-operator/mondoo-operator/tests/framework/utils/k8s_helper.go:609
go.mondoo.com/mondoo-operator/tests/framework/utils.(*K8sHelper).getPodLogs
	/home/runner/work/mondoo-operator/mondoo-operator/tests/framework/utils/k8s_helper.go:581
go.mondoo.com/mondoo-operator/tests/framework/utils.(*K8sHelper).getPodsLogs
	/home/runner/work/mondoo-operator/mondoo-operator/tests/framework/utils/k8s_helper.go:516
go.mondoo.com/mondoo-operator/tests/framework/utils.(*K8sHelper).GetLogsFromNamespace
	/home/runner/work/mondoo-operator/mondoo-operator/tests/framework/utils/k8s_helper.go:263
go.mondoo.com/mondoo-operator/tests/framework/installer.(*MondooInstaller).UninstallOperator
	/home/runner/work/mondoo-operator/mondoo-operator/tests/framework/installer/installer.go:142
go.mondoo.com/mondoo-operator/tests/integration.(*AuditConfigUpgradeSuite).TearDownSuite
	/home/runner/work/mondoo-operator/mondoo-operator/tests/integration/audit_config_upgrade_test.go:31
github.com/stretchr/testify/suite.Run.func2
	/home/runner/go/pkg/mod/github.com/stretchr/[email protected]/suite/suite.go:210
github.com/stretchr/testify/suite.Run
	/home/runner/go/pkg/mod/github.com/stretchr/[email protected]/suite/suite.go:221
go.mondoo.com/mondoo-operator/tests/integration.TestAuditConfigUpgradeSuite
	/home/runner/work/mondoo-operator/mondoo-operator/tests/integration/audit_config_upgrade_test.go:55
testing.tRunner
	/home/runner/go/pkg/mod/golang.org/[email protected]/src/testing/testing.go:1689
2024-08-21T04:31:41.189Z	DEBUG	utils/k8s_helper.go:562	created log file: /home/runner/work/mondoo-operator/mondoo-operator/tests/integration/_output/tests/AuditConfigUpgradeSuite/TestAuditConfigUpgradeSuite/mondoo-operator_mondoo-operator-controller-manager-84cd4554cb-nm7ls_previous_1724214701.log
2024-08-21T04:31:41.192Z	DEBUG	utils/executor.go:271	Running command: kubectl -n mondoo-operator logs mondoo-operator-controller-manager-84cd4554cb-nm7ls -c manager
2024-08-21T04:31:41.242Z	ERROR	utils/k8s_helper.go:106	failed to execute: kubectl [-n mondoo-operator logs mondoo-operator-controller-manager-84cd4554cb-nm7ls -c manager] : exit status 1. Error from server (BadRequest): container "manager" in pod "mondoo-operator-controller-manager-84cd4554cb-nm7ls" is waiting to start: image can't be pulled
go.mondoo.com/mondoo-operator/tests/framework/utils.(*K8sHelper).Kubectl
	/home/runner/work/mondoo-operator/mondoo-operator/tests/framework/utils/k8s_helper.go:106
go.mondoo.com/mondoo-operator/tests/framework/utils.(*K8sHelper).appendContainerLogs
	/home/runner/work/mondoo-operator/mondoo-operator/tests/framework/utils/k8s_helper.go:607
go.mondoo.com/mondoo-operator/tests/framework/utils.(*K8sHelper).getPodLogs
	/home/runner/work/mondoo-operator/mondoo-operator/tests/framework/utils/k8s_helper.go:581
go.mondoo.com/mondoo-operator/tests/framework/utils.(*K8sHelper).getPodsLogs
	/home/runner/work/mondoo-operator/mondoo-operator/tests/framework/utils/k8s_helper.go:519
go.mondoo.com/mondoo-operator/tests/framework/utils.(*K8sHelper).GetLogsFromNamespace
	/home/runner/work/mondoo-operator/mondoo-operator/tests/framework/utils/k8s_helper.go:263
go.mondoo.com/mondoo-operator/tests/framework/installer.(*MondooInstaller).UninstallOperator
	/home/runner/work/mondoo-operator/mondoo-operator/tests/framework/installer/installer.go:142
go.mondoo.com/mondoo-operator/tests/integration.(*AuditConfigUpgradeSuite).TearDownSuite
	/home/runner/work/mondoo-operator/mondoo-operator/tests/integration/audit_config_upgrade_test.go:31
github.com/stretchr/testify/suite.Run.func2
	/home/runner/go/pkg/mod/github.com/stretchr/[email protected]/suite/suite.go:210
github.com/stretchr/testify/suite.Run
	/home/runner/go/pkg/mod/github.com/stretchr/[email protected]/suite/suite.go:221
go.mondoo.com/mondoo-operator/tests/integration.TestAuditConfigUpgradeSuite
	/home/runner/work/mondoo-operator/mondoo-operator/tests/integration/audit_config_upgrade_test.go:55
testing.tRunner
	/home/runner/go/pkg/mod/golang.org/[email protected]/src/testing/testing.go:1689
2024-08-21T04:31:41.242Z	ERROR	utils/k8s_helper.go:609	Cannot get logs for pod mondoo-operator-controller-manager-84cd4554cb-nm7ls and container manager. failed to run: kubectl [-n mondoo-operator logs mondoo-operator-controller-manager-84cd4554cb-nm7ls -c manager] : exit status 1
go.mondoo.com/mondoo-operator/tests/framework/utils.(*K8sHelper).appendContainerLogs
	/home/runner/work/mondoo-operator/mondoo-operator/tests/framework/utils/k8s_helper.go:609
go.mondoo.com/mondoo-operator/tests/framework/utils.(*K8sHelper).getPodLogs
	/home/runner/work/mondoo-operator/mondoo-operator/tests/framework/utils/k8s_helper.go:581
go.mondoo.com/mondoo-operator/tests/framework/utils.(*K8sHelper).getPodsLogs
	/home/runner/work/mondoo-operator/mondoo-operator/tests/framework/utils/k8s_helper.go:519
go.mondoo.com/mondoo-operator/tests/framework/utils.(*K8sHelper).GetLogsFromNamespace
	/home/runner/work/mondoo-operator/mondoo-operator/tests/framework/utils/k8s_helper.go:263
go.mondoo.com/mondoo-operator/tests/framework/installer.(*MondooInstaller).UninstallOperator
	/home/runner/work/mondoo-operator/mondoo-operator/tests/framework/installer/installer.go:142
go.mondoo.com/mondoo-operator/tests/integration.(*AuditConfigUpgradeSuite).TearDownSuite
	/home/runner/work/mondoo-operator/mondoo-operator/tests/integration/audit_config_upgrade_test.go:31
github.com/stretchr/testify/suite.Run.func2
	/home/runner/go/pkg/mod/github.com/stretchr/[email protected]/suite/suite.go:210
github.com/stretchr/testify/suite.Run
	/home/runner/go/pkg/mod/github.com/stretchr/[email protected]/suite/suite.go:221
go.mondoo.com/mondoo-operator/tests/integration.TestAuditConfigUpgradeSuite
	/home/runner/work/mondoo-operator/mondoo-operator/tests/integration/audit_config_upgrade_test.go:55
testing.tRunner
	/home/runner/go/pkg/mod/golang.org/[email protected]/src/testing/testing.go:1689
2024-08-21T04:31:41.251Z	INFO	utils/k8s_helper.go:348	Resource k8s.mondoo.com/v1alpha2, Kind=MondooAuditConfig mondoo-operator/mondoo-client still exists.
2024-08-21T04:31:43.254Z	INFO	utils/k8s_helper.go:352	Resource k8s.mondoo.com/v1alpha2, Kind=MondooAuditConfig mondoo-operator/mondoo-client deleted.
2024-08-21T04:31:43.254Z	INFO	installer/installer.go:192	Deleted MondooAuditConfig mondoo-operator/mondoo-client.
2024-08-21T04:31:43.257Z	INFO	installer/installer.go:154	Deleted Mondoo client secret mondoo-operator/mondoo-client.
2024-08-21T04:31:43.260Z	INFO	installer/installer.go:161	Deleted Mondoo token secret mondoo-operator/mondoo-token.
2024-08-21T04:31:43.260Z	INFO	utils/manifest_utils.go:54	Reading file: /home/runner/work/mondoo-operator/mondoo-operator/mondoo-operator-manifests.yaml
2024-08-21T04:31:43.261Z	INFO	utils/exec_utils.go:45	Running kubectl [delete --ignore-not-found=true -f -]
namespace "mondoo-operator" deleted
customresourcedefinition.apiextensions.k8s.io "mondooauditconfigs.k8s.mondoo.com" deleted
customresourcedefinition.apiextensions.k8s.io "mondoooperatorconfigs.k8s.mondoo.com" deleted
serviceaccount "mondoo-operator-controller-manager" deleted
serviceaccount "mondoo-operator-k8s-resources-scanning" deleted
serviceaccount "mondoo-operator-webhook" deleted
role.rbac.authorization.k8s.io "mondoo-operator-leader-election-role" deleted
clusterrole.rbac.authorization.k8s.io "mondoo-operator-k8s-resources-scanning" deleted
clusterrole.rbac.authorization.k8s.io "mondoo-operator-manager-role" deleted
rolebinding.rbac.authorization.k8s.io "mondoo-operator-leader-election-rolebinding" deleted
clusterrolebinding.rbac.authorization.k8s.io "mondoo-operator-k8s-resources-scanning" deleted
clusterrolebinding.rbac.authorization.k8s.io "mondoo-operator-manager-rolebinding" deleted
configmap "mondoo-operator-manager-config" deleted
service "mondoo-operator-controller-manager-metrics-service" deleted
deployment.apps "mondoo-operator-controller-manager" deleted
    --- FAIL: TestAuditConfigUpgradeSuite/TestUpgradePreviousReleaseToLatest (236.58s)

Check warning on line 0 in go.mondoo.com/mondoo-operator/tests/integration

See this annotation in the file changed.

@github-actions github-actions / Test Results

1 out of 4 runs failed: TestAuditConfigUpgradeSuite (go.mondoo.com/mondoo-operator/tests/integration)

artifacts/test-results-k3d-v1.29.4/integration-tests-k3d-v1.29.4.xml [took 4m 19s]
Raw output
Failed
=== RUN   TestAuditConfigUpgradeSuite
Using GraphQL endpoint https://api.mondoo.com/query
Using org MRN //captain.api.mondoo.app/organizations/mondoo-operator-testing
2024-08-21T04:27:31Z	INFO	Created Nexus space	{"space": "//captain.api.mondoo.app/spaces/elastic-beaver-282654"}
2024-08-21T04:27:31.840Z	INFO	installer/installer.go:87	Installing Mondoo operator latest release.
2024-08-21T04:27:31.840Z	DEBUG	utils/executor.go:271	Running command: kubectl apply -f https://github.com/mondoohq/mondoo-operator/releases/latest/download/mondoo-operator-manifests.yaml
2024-08-21T04:27:34.468Z	INFO	installer/installer.go:204	Created Мondoo client secret "mondoo-token".
2024-08-21T04:27:44.491Z	INFO	installer/installer.go:130	Mondoo operator is ready.
--- FAIL: TestAuditConfigUpgradeSuite (259.18s)

Check notice on line 0 in .github

See this annotation in the file changed.

@github-actions github-actions / Test Results

319 tests found

There are 319 tests, see "Raw output" for the full list of tests.
Raw output
go.mondoo.com/mondoo-operator/cmd/mondoo-operator/operator ‑ TestOperatorSuite
go.mondoo.com/mondoo-operator/cmd/mondoo-operator/operator ‑ TestOperatorSuite/TestOOMDetect
go.mondoo.com/mondoo-operator/controllers ‑ TestIsCronJobScanPod
go.mondoo.com/mondoo-operator/controllers ‑ TestIsCronJobScanPod/container_image_scan_pod
go.mondoo.com/mondoo-operator/controllers ‑ TestIsCronJobScanPod/invalid_pod_labels
go.mondoo.com/mondoo-operator/controllers ‑ TestIsCronJobScanPod/k8s_resource_scan_pod
go.mondoo.com/mondoo-operator/controllers ‑ TestIsCronJobScanPod/mondoo_node_scan_pod_missing_label
go.mondoo.com/mondoo-operator/controllers ‑ TestIsCronJobScanPod/node_scan_pod
go.mondoo.com/mondoo-operator/controllers ‑ TestIsCronJobScanPod/non-mondoo_node_scan_pod
go.mondoo.com/mondoo-operator/controllers ‑ TestMondooAuditConfigStatus
go.mondoo.com/mondoo-operator/controllers ‑ TestMondooAuditConfig_Containers_Enable
go.mondoo.com/mondoo-operator/controllers ‑ TestMondooAuditConfig_Containers_Schedule
go.mondoo.com/mondoo-operator/controllers ‑ TestMondooAuditConfig_KubernetesResources_Schedule
go.mondoo.com/mondoo-operator/controllers ‑ TestMondooAuditConfig_Nodes_Schedule
go.mondoo.com/mondoo-operator/controllers ‑ TestTokenRegistration
go.mondoo.com/mondoo-operator/controllers ‑ TestTokenRegistration/already_a_Mondoo_creds_secret
go.mondoo.com/mondoo-operator/controllers ‑ TestTokenRegistration/generate_service_account_from_token_secret
go.mondoo.com/mondoo-operator/controllers ‑ TestTokenRegistration/generate_service_account_via_Integrations
go.mondoo.com/mondoo-operator/controllers ‑ TestTokenRegistration/malformed_JWT
go.mondoo.com/mondoo-operator/controllers ‑ TestTokenRegistration/missing_owner_claim_error
go.mondoo.com/mondoo-operator/controllers ‑ TestTokenRegistration/mondoo_API_error
go.mondoo.com/mondoo-operator/controllers ‑ TestTokenRegistration/no_token,_no_service_account
go.mondoo.com/mondoo-operator/controllers/admission ‑ TestConditions_Available
go.mondoo.com/mondoo-operator/controllers/admission ‑ TestConditions_Degraded
go.mondoo.com/mondoo-operator/controllers/admission ‑ TestConditions_Disabled
go.mondoo.com/mondoo-operator/controllers/admission ‑ TestConditions_OOM
go.mondoo.com/mondoo-operator/controllers/admission ‑ TestConditions_OOM_Available
go.mondoo.com/mondoo-operator/controllers/admission ‑ TestConditions_OOM_Unavailable
go.mondoo.com/mondoo-operator/controllers/admission ‑ TestReconcile
go.mondoo.com/mondoo-operator/controllers/admission ‑ TestReconcile/admission_disabled
go.mondoo.com/mondoo-operator/controllers/admission ‑ TestReconcile/admission_enabled
go.mondoo.com/mondoo-operator/controllers/admission ‑ TestReconcile/admission_enabled_with_cert-manager
go.mondoo.com/mondoo-operator/controllers/admission ‑ TestReconcile/admission_enabled_with_mode_enforcing
go.mondoo.com/mondoo-operator/controllers/admission ‑ TestReconcile/admission_enabled_with_mode_enforcing_and_set_replicas
go.mondoo.com/mondoo-operator/controllers/admission ‑ TestReconcile/cleanup_when_admission_change_to_disabled
go.mondoo.com/mondoo-operator/controllers/admission ‑ TestReconcile/pass_ClusterID_mode_down_to_Deployment
go.mondoo.com/mondoo-operator/controllers/admission ‑ TestReconcile/pass_Integration_MRN_down_to_Deployment
go.mondoo.com/mondoo-operator/controllers/admission ‑ TestReconcile/pass_admission_mode_down_to_Deployment
go.mondoo.com/mondoo-operator/controllers/admission ‑ TestReconcile/pass_admission_mode_down_to_Deployment_and_set_replicas
go.mondoo.com/mondoo-operator/controllers/admission ‑ TestReconcile/update_admission_Deployment_when_mode_changes
go.mondoo.com/mondoo-operator/controllers/admission ‑ TestReconcile/update_webhook_Deployment_when_changed_externally
go.mondoo.com/mondoo-operator/controllers/admission ‑ TestReconcile/update_webhook_Service_when_changed_externally
go.mondoo.com/mondoo-operator/controllers/container_image ‑ TestConditions_Available
go.mondoo.com/mondoo-operator/controllers/container_image ‑ TestConditions_Degraded
go.mondoo.com/mondoo-operator/controllers/container_image ‑ TestConditions_Disabled
go.mondoo.com/mondoo-operator/controllers/container_image ‑ TestConditions_OOM
go.mondoo.com/mondoo-operator/controllers/container_image ‑ TestConditions_OOM_Available
go.mondoo.com/mondoo-operator/controllers/container_image ‑ TestConditions_OOM_Unavailable
go.mondoo.com/mondoo-operator/controllers/container_image ‑ TestDeploymentHandlerSuite
go.mondoo.com/mondoo-operator/controllers/container_image ‑ TestDeploymentHandlerSuite/TestReconcile_Create
go.mondoo.com/mondoo-operator/controllers/container_image ‑ TestDeploymentHandlerSuite/TestReconcile_CreateWithCustomImage
go.mondoo.com/mondoo-operator/controllers/container_image ‑ TestDeploymentHandlerSuite/TestReconcile_CreateWithCustomSchedule
go.mondoo.com/mondoo-operator/controllers/container_image ‑ TestDeploymentHandlerSuite/TestReconcile_Create_ConsoleIntegration
go.mondoo.com/mondoo-operator/controllers/container_image ‑ TestDeploymentHandlerSuite/TestReconcile_Create_CustomEnvVars
go.mondoo.com/mondoo-operator/controllers/container_image ‑ TestDeploymentHandlerSuite/TestReconcile_Create_PrivateRegistriesSecret
go.mondoo.com/mondoo-operator/controllers/container_image ‑ TestDeploymentHandlerSuite/TestReconcile_DisableContainerImageScanning
go.mondoo.com/mondoo-operator/controllers/container_image ‑ TestDeploymentHandlerSuite/TestReconcile_K8sContainerImageScanningStatus
go.mondoo.com/mondoo-operator/controllers/container_image ‑ TestDeploymentHandlerSuite/TestReconcile_Update
go.mondoo.com/mondoo-operator/controllers/integration ‑ TestMondooIntegrationCheckInSuite
go.mondoo.com/mondoo-operator/controllers/integration ‑ TestMondooIntegrationCheckInSuite/TestBadServiceAccountData
go.mondoo.com/mondoo-operator/controllers/integration ‑ TestMondooIntegrationCheckInSuite/TestCheckIn
go.mondoo.com/mondoo-operator/controllers/integration ‑ TestMondooIntegrationCheckInSuite/TestClearPreviousCondition
go.mondoo.com/mondoo-operator/controllers/integration ‑ TestMondooIntegrationCheckInSuite/TestFailedCheckIn
go.mondoo.com/mondoo-operator/controllers/integration ‑ TestMondooIntegrationCheckInSuite/TestMissingIntegrationMRN
go.mondoo.com/mondoo-operator/controllers/k8s_scan ‑ TestConditions_Available
go.mondoo.com/mondoo-operator/controllers/k8s_scan ‑ TestConditions_Degraded
go.mondoo.com/mondoo-operator/controllers/k8s_scan ‑ TestConditions_Disabled
go.mondoo.com/mondoo-operator/controllers/k8s_scan ‑ TestConditions_OOM
go.mondoo.com/mondoo-operator/controllers/k8s_scan ‑ TestConditions_OOM_Available
go.mondoo.com/mondoo-operator/controllers/k8s_scan ‑ TestConditions_OOM_Unavailable
go.mondoo.com/mondoo-operator/controllers/k8s_scan ‑ TestDeploymentHandlerSuite
go.mondoo.com/mondoo-operator/controllers/k8s_scan ‑ TestDeploymentHandlerSuite/TestReconcile_Create
go.mondoo.com/mondoo-operator/controllers/k8s_scan ‑ TestDeploymentHandlerSuite/TestReconcile_CreateWithCustomSchedule
go.mondoo.com/mondoo-operator/controllers/k8s_scan ‑ TestDeploymentHandlerSuite/TestReconcile_CreateWithDefaultSchedule
go.mondoo.com/mondoo-operator/controllers/k8s_scan ‑ TestDeploymentHandlerSuite/TestReconcile_Create_ConsoleIntegration
go.mondoo.com/mondoo-operator/controllers/k8s_scan ‑ TestDeploymentHandlerSuite/TestReconcile_Disable
go.mondoo.com/mondoo-operator/controllers/k8s_scan ‑ TestDeploymentHandlerSuite/TestReconcile_K8sResourceScanningStatus
go.mondoo.com/mondoo-operator/controllers/k8s_scan ‑ TestDeploymentHandlerSuite/TestReconcile_Update
go.mondoo.com/mondoo-operator/controllers/metrics ‑ TestDeploymentHandlerSuite
go.mondoo.com/mondoo-operator/controllers/metrics ‑ TestDeploymentHandlerSuite/TestMetricMondooAuditConfig
go.mondoo.com/mondoo-operator/controllers/nodes ‑ TestConditions_Available
go.mondoo.com/mondoo-operator/controllers/nodes ‑ TestConditions_Degraded
go.mondoo.com/mondoo-operator/controllers/nodes ‑ TestConditions_Disabled
go.mondoo.com/mondoo-operator/controllers/nodes ‑ TestConditions_OOM
go.mondoo.com/mondoo-operator/controllers/nodes ‑ TestConditions_OOM_Available
go.mondoo.com/mondoo-operator/controllers/nodes ‑ TestConditions_OOM_MultipleNodes
go.mondoo.com/mondoo-operator/controllers/nodes ‑ TestConditions_OOM_MultiplePods
go.mondoo.com/mondoo-operator/controllers/nodes ‑ TestConditions_OOM_Unavailable
go.mondoo.com/mondoo-operator/controllers/nodes ‑ TestCronJobName
go.mondoo.com/mondoo-operator/controllers/nodes ‑ TestCronJobName/should_be_prefix+base+hash_when_longer_than_52_chars
go.mondoo.com/mondoo-operator/controllers/nodes ‑ TestCronJobName/should_be_prefix+base+suffix_when_shorter_than_52_chars
go.mondoo.com/mondoo-operator/controllers/nodes ‑ TestCronJob_Privileged
go.mondoo.com/mondoo-operator/controllers/nodes ‑ TestCronJob_PrivilegedOpenshift
go.mondoo.com/mondoo-operator/controllers/nodes ‑ TestDeploymentHandlerSuite
go.mondoo.com/mondoo-operator/controllers/nodes ‑ TestDeploymentHandlerSuite/TestReconcile_CleanCronJobsForDeletedNodes
go.mondoo.com/mondoo-operator/controllers/nodes ‑ TestDeploymentHandlerSuite/TestReconcile_CreateConfigMap
go.mondoo.com/mondoo-operator/controllers/nodes ‑ TestDeploymentHandlerSuite/TestReconcile_CreateConfigMapWithIntegrationMRN
go.mondoo.com/mondoo-operator/controllers/nodes ‑ TestDeploymentHandlerSuite/TestReconcile_CreateCronJobs
go.mondoo.com/mondoo-operator/controllers/nodes ‑ TestDeploymentHandlerSuite/TestReconcile_CreateCronJobs_CustomEnvVars
go.mondoo.com/mondoo-operator/controllers/nodes ‑ TestDeploymentHandlerSuite/TestReconcile_CreateCronJobs_Switch
go.mondoo.com/mondoo-operator/controllers/nodes ‑ TestDeploymentHandlerSuite/TestReconcile_CreateDaemonSets
go.mondoo.com/mondoo-operator/controllers/nodes ‑ TestDeploymentHandlerSuite/TestReconcile_CreateDaemonSets_Switch
go.mondoo.com/mondoo-operator/controllers/nodes ‑ TestDeploymentHandlerSuite/TestReconcile_CronJob_CleanConfigMapsForDeletedNodes
go.mondoo.com/mondoo-operator/controllers/nodes ‑ TestDeploymentHandlerSuite/TestReconcile_CronJob_CustomSchedule
go.mondoo.com/mondoo-operator/controllers/nodes ‑ TestDeploymentHandlerSuite/TestReconcile_CronJob_NodeScanningStatus
go.mondoo.com/mondoo-operator/controllers/nodes ‑ TestDeploymentHandlerSuite/TestReconcile_Deployment_CleanConfigMapsForDeletedNodes
go.mondoo.com/mondoo-operator/controllers/nodes ‑ TestDeploymentHandlerSuite/TestReconcile_Deployment_CustomInterval
go.mondoo.com/mondoo-operator/controllers/nodes ‑ TestDeploymentHandlerSuite/TestReconcile_DisableNodeScanning
go.mondoo.com/mondoo-operator/controllers/nodes ‑ TestDeploymentHandlerSuite/TestReconcile_NodeScanningOOMStatus
go.mondoo.com/mondoo-operator/controllers/nodes ‑ TestDeploymentHandlerSuite/TestReconcile_UpdateConfigMap
go.mondoo.com/mondoo-operator/controllers/nodes ‑ TestDeploymentHandlerSuite/TestReconcile_UpdateCronJobs
go.mondoo.com/mondoo-operator/controllers/nodes ‑ TestDeploymentHandlerSuite/TestReconcile_UpdateDaemonSets
go.mondoo.com/mondoo-operator/controllers/nodes ‑ TestGarbageCollectCronJobName
go.mondoo.com/mondoo-operator/controllers/nodes ‑ TestInventory
go.mondoo.com/mondoo-operator/controllers/nodes ‑ TestResources
go.mondoo.com/mondoo-operator/controllers/nodes ‑ TestResources/resources_should_match_default
go.mondoo.com/mondoo-operator/controllers/nodes ‑ TestResources/resources_should_match_spec
go.mondoo.com/mondoo-operator/controllers/nodes ‑ TestResources_GOMEMLIMIT
go.mondoo.com/mondoo-operator/controllers/nodes ‑ TestResources_GOMEMLIMIT/resources_should_match_default
go.mondoo.com/mondoo-operator/controllers/nodes ‑ TestResources_GOMEMLIMIT/resources_should_match_default#01
go.mondoo.com/mondoo-operator/controllers/nodes ‑ TestResources_GOMEMLIMIT/resources_should_match_off
go.mondoo.com/mondoo-operator/controllers/nodes ‑ TestResources_GOMEMLIMIT/resources_should_match_off#01
go.mondoo.com/mondoo-operator/controllers/nodes ‑ TestResources_GOMEMLIMIT/resources_should_match_spec
go.mondoo.com/mondoo-operator/controllers/nodes ‑ TestResources_GOMEMLIMIT/resources_should_match_spec#01
go.mondoo.com/mondoo-operator/controllers/resource_monitor ‑ TestResourceMonitorControllerSuite
go.mondoo.com/mondoo-operator/controllers/resource_monitor ‑ TestResourceMonitorControllerSuite/TestReconcile_Child_Job
go.mondoo.com/mondoo-operator/controllers/resource_monitor ‑ TestResourceMonitorControllerSuite/TestReconcile_Child_Pod
go.mondoo.com/mondoo-operator/controllers/resource_monitor ‑ TestResourceMonitorControllerSuite/TestReconcile_Child_ReplicaSet
go.mondoo.com/mondoo-operator/controllers/resource_monitor ‑ TestResourceMonitorControllerSuite/TestReconcile_Pod
go.mondoo.com/mondoo-operator/controllers/resource_monitor ‑ TestResourceMonitorControllerSuite/TestReconcile_Pod_NoScanApi
go.mondoo.com/mondoo-operator/controllers/resource_monitor/debouncer ‑ TestDebouncerSuite
go.mondoo.com/mondoo-operator/controllers/resource_monitor/debouncer ‑ TestDebouncerSuite/TestStart_Debounce
go.mondoo.com/mondoo-operator/controllers/resource_monitor/debouncer ‑ TestDebouncerSuite/TestStart_DebounceManagedBy
go.mondoo.com/mondoo-operator/controllers/resource_monitor/debouncer ‑ TestDebouncerSuite/TestStart_IgnoreInitialResources
go.mondoo.com/mondoo-operator/controllers/resource_monitor/debouncer ‑ TestDebouncerSuite/TestStart_MultipleScanApiClients
go.mondoo.com/mondoo-operator/controllers/resource_monitor/debouncer ‑ TestDebouncerSuite/TestStart_NoScanApiClients
go.mondoo.com/mondoo-operator/controllers/resource_monitor/scan_api_store ‑ TestScanApiStoreSuite
go.mondoo.com/mondoo-operator/controllers/resource_monitor/scan_api_store ‑ TestScanApiStoreSuite/TestAdd
go.mondoo.com/mondoo-operator/controllers/resource_monitor/scan_api_store ‑ TestScanApiStoreSuite/TestAdd_Idempotence
go.mondoo.com/mondoo-operator/controllers/resource_monitor/scan_api_store ‑ TestScanApiStoreSuite/TestDelete
go.mondoo.com/mondoo-operator/controllers/scanapi ‑ TestConditions_Available
go.mondoo.com/mondoo-operator/controllers/scanapi ‑ TestConditions_Degraded
go.mondoo.com/mondoo-operator/controllers/scanapi ‑ TestConditions_Disabled
go.mondoo.com/mondoo-operator/controllers/scanapi ‑ TestConditions_OOM
go.mondoo.com/mondoo-operator/controllers/scanapi ‑ TestConditions_OOM_Available
go.mondoo.com/mondoo-operator/controllers/scanapi ‑ TestConditions_OOM_Unavailable
go.mondoo.com/mondoo-operator/controllers/scanapi ‑ TestDeploymentHandlerSuite
go.mondoo.com/mondoo-operator/controllers/scanapi ‑ TestDeploymentHandlerSuite/TestCleanup_AlreadyClean
go.mondoo.com/mondoo-operator/controllers/scanapi ‑ TestDeploymentHandlerSuite/TestDeploy_CreateMissingServiceAccount
go.mondoo.com/mondoo-operator/controllers/scanapi ‑ TestDeploymentHandlerSuite/TestDeploy_CreateOOMCondition
go.mondoo.com/mondoo-operator/controllers/scanapi ‑ TestDeploymentHandlerSuite/TestReconcile_Cleanup_AuditConfigDeletion
go.mondoo.com/mondoo-operator/controllers/scanapi ‑ TestDeploymentHandlerSuite/TestReconcile_Cleanup_NoScanning
go.mondoo.com/mondoo-operator/controllers/scanapi ‑ TestDeploymentHandlerSuite/TestReconcile_Create_Admission
go.mondoo.com/mondoo-operator/controllers/scanapi ‑ TestDeploymentHandlerSuite/TestReconcile_Create_CustomEnvVars
go.mondoo.com/mondoo-operator/controllers/scanapi ‑ TestDeploymentHandlerSuite/TestReconcile_Create_KubernetesResources
go.mondoo.com/mondoo-operator/controllers/scanapi ‑ TestDeploymentHandlerSuite/TestReconcile_Create_KubernetesResources_OpenShift
go.mondoo.com/mondoo-operator/controllers/scanapi ‑ TestDeploymentHandlerSuite/TestReconcile_Create_NodeScanning
go.mondoo.com/mondoo-operator/controllers/scanapi ‑ TestDeploymentHandlerSuite/TestReconcile_Create_PrivateRegistriesSecret
go.mondoo.com/mondoo-operator/controllers/scanapi ‑ TestDeploymentHandlerSuite/TestReconcile_Create_PrivateRegistriesSecretNotSpecifiedButPresent
go.mondoo.com/mondoo-operator/controllers/scanapi ‑ TestDeploymentHandlerSuite/TestReconcile_Create_PrivateRegistriesSecretWrongName
go.mondoo.com/mondoo-operator/controllers/scanapi ‑ TestDeploymentHandlerSuite/TestReconcile_Update
go.mondoo.com/mondoo-operator/controllers/scanapi ‑ TestResources_GOMEMLIMIT
go.mondoo.com/mondoo-operator/controllers/scanapi ‑ TestResources_GOMEMLIMIT/resources_should_match_default
go.mondoo.com/mondoo-operator/controllers/scanapi ‑ TestResources_GOMEMLIMIT/resources_should_match_off
go.mondoo.com/mondoo-operator/controllers/scanapi ‑ TestResources_GOMEMLIMIT/resources_should_match_spec
go.mondoo.com/mondoo-operator/controllers/status ‑ TestCreateOOMExtraInformation
go.mondoo.com/mondoo-operator/controllers/status ‑ TestCreateOOMExtraInformation/Message_does_not_end_with_OOM
go.mondoo.com/mondoo-operator/controllers/status ‑ TestCreateOOMExtraInformation/Message_ends_with_OOM
go.mondoo.com/mondoo-operator/controllers/status ‑ TestCreateOOMExtraInformationPBMap
go.mondoo.com/mondoo-operator/controllers/status ‑ TestCreateOOMExtraInformationPBMap/Message_ends_with_OOM
go.mondoo.com/mondoo-operator/controllers/status ‑ TestReportStatusRequestFromAuditConfig_AllDisabled
go.mondoo.com/mondoo-operator/controllers/status ‑ TestReportStatusRequestFromAuditConfig_AllEnabled
go.mondoo.com/mondoo-operator/controllers/status ‑ TestReportStatusRequestFromAuditConfig_AllEnabled_DeprecatedFields
go.mondoo.com/mondoo-operator/controllers/status ‑ TestReportStatusRequestFromAuditConfig_AllEnabled_ScanAPI_OOM
go.mondoo.com/mondoo-operator/controllers/status ‑ TestReportStatusRequestFromAuditConfig_AllError
go.mondoo.com/mondoo-operator/controllers/status ‑ TestStatusReporterSuite
go.mondoo.com/mondoo-operator/controllers/status ‑ TestStatusReporterSuite/TestReport
go.mondoo.com/mondoo-operator/controllers/status ‑ TestStatusReporterSuite/TestReport_StatusChange
go.mondoo.com/mondoo-operator/pkg/client/scanapiclient ‑ TestScanner
go.mondoo.com/mondoo-operator/pkg/client/scanapiclient ‑ TestScanner_ScanKubernetesResources
go.mondoo.com/mondoo-operator/pkg/imagecache ‑ TestCache
go.mondoo.com/mondoo-operator/pkg/imagecache ‑ TestCache/error_during_image_fetching
go.mondoo.com/mondoo-operator/pkg/imagecache ‑ TestCache/image_in_cache
go.mondoo.com/mondoo-operator/pkg/imagecache ‑ TestCache/image_not_in_cache
go.mondoo.com/mondoo-operator/pkg/imagecache ‑ TestCache/stale_image_in_cache
go.mondoo.com/mondoo-operator/pkg/utils ‑ TestFiltering
go.mondoo.com/mondoo-operator/pkg/utils ‑ TestFiltering/exclude_glob_beginning_of_string
go.mondoo.com/mondoo-operator/pkg/utils ‑ TestFiltering/explicitly_excluded
go.mondoo.com/mondoo-operator/pkg/utils ‑ TestFiltering/explicitly_included
go.mondoo.com/mondoo-operator/pkg/utils ‑ TestFiltering/include_glob_middle_of_string
go.mondoo.com/mondoo-operator/pkg/utils ‑ TestFiltering/no_lists_provided
go.mondoo.com/mondoo-operator/pkg/utils ‑ TestFiltering/not_on_exclude_list
go.mondoo.com/mondoo-operator/pkg/utils ‑ TestFiltering/not_on_include_list
go.mondoo.com/mondoo-operator/pkg/utils ‑ TestFiltering/on_both_include_and_exclude_list
go.mondoo.com/mondoo-operator/pkg/utils/gomemlimit ‑ TestCalculateGoMemLimit
go.mondoo.com/mondoo-operator/pkg/utils/gomemlimit ‑ TestCalculateGoMemLimit/resources_should_match_default
go.mondoo.com/mondoo-operator/pkg/utils/gomemlimit ‑ TestCalculateGoMemLimit/resources_should_match_off
go.mondoo.com/mondoo-operator/pkg/utils/gomemlimit ‑ TestCalculateGoMemLimit/resources_should_match_spec
go.mondoo.com/mondoo-operator/pkg/utils/k8s ‑ TestAreCronJobsEqual
go.mondoo.com/mondoo-operator/pkg/utils/k8s ‑ TestAreCronJobsEqual/should_be_equal_when_identical
go.mondoo.com/mondoo-operator/pkg/utils/k8s ‑ TestAreCronJobsEqual/should_not_be_equal_when_Pod_volume_definition(s)_differ
go.mondoo.com/mondoo-operator/pkg/utils/k8s ‑ TestAreCronJobsEqual/should_not_be_equal_when_concurrency_policy_differ
go.mondoo.com/mondoo-operator/pkg/utils/k8s ‑ TestAreCronJobsEqual/should_not_be_equal_when_container_args_differ
go.mondoo.com/mondoo-operator/pkg/utils/k8s ‑ TestAreCronJobsEqual/should_not_be_equal_when_container_commands_differ
go.mondoo.com/mondoo-operator/pkg/utils/k8s ‑ TestAreCronJobsEqual/should_not_be_equal_when_container_count_differ
go.mondoo.com/mondoo-operator/pkg/utils/k8s ‑ TestAreCronJobsEqual/should_not_be_equal_when_container_images_differ
go.mondoo.com/mondoo-operator/pkg/utils/k8s ‑ TestAreCronJobsEqual/should_not_be_equal_when_container_resource_requirements_differ
go.mondoo.com/mondoo-operator/pkg/utils/k8s ‑ TestAreCronJobsEqual/should_not_be_equal_when_env_vars_differ
go.mondoo.com/mondoo-operator/pkg/utils/k8s ‑ TestAreCronJobsEqual/should_not_be_equal_when_failed_jobs_history_limits_differ
go.mondoo.com/mondoo-operator/pkg/utils/k8s ‑ TestAreCronJobsEqual/should_not_be_equal_when_node_names_differ
go.mondoo.com/mondoo-operator/pkg/utils/k8s ‑ TestAreCronJobsEqual/should_not_be_equal_when_owner_references_differ
go.mondoo.com/mondoo-operator/pkg/utils/k8s ‑ TestAreCronJobsEqual/should_not_be_equal_when_schedules_differ
go.mondoo.com/mondoo-operator/pkg/utils/k8s ‑ TestAreCronJobsEqual/should_not_be_equal_when_service_accounts_differ
go.mondoo.com/mondoo-operator/pkg/utils/k8s ‑ TestAreCronJobsEqual/should_not_be_equal_when_successful_jobs_history_limits_differ
go.mondoo.com/mondoo-operator/pkg/utils/k8s ‑ TestAreCronJobsEqual/should_not_be_equal_when_tolerations_differ
go.mondoo.com/mondoo-operator/pkg/utils/k8s ‑ TestAreCronJobsEqual/should_not_be_equal_when_volume_mounts_differ
go.mondoo.com/mondoo-operator/pkg/utils/k8s ‑ TestAreDeploymentsEqual
go.mondoo.com/mondoo-operator/pkg/utils/k8s ‑ TestAreDeploymentsEqual/should_be_equal_when_identical
go.mondoo.com/mondoo-operator/pkg/utils/k8s ‑ TestAreDeploymentsEqual/should_not_be_equal_when_Pod_volume_definition(s)_differ
go.mondoo.com/mondoo-operator/pkg/utils/k8s ‑ TestAreDeploymentsEqual/should_not_be_equal_when_container_args_differ
go.mondoo.com/mondoo-operator/pkg/utils/k8s ‑ TestAreDeploymentsEqual/should_not_be_equal_when_container_commands_differ
go.mondoo.com/mondoo-operator/pkg/utils/k8s ‑ TestAreDeploymentsEqual/should_not_be_equal_when_container_count_differ
go.mondoo.com/mondoo-operator/pkg/utils/k8s ‑ TestAreDeploymentsEqual/should_not_be_equal_when_container_images_differ
go.mondoo.com/mondoo-operator/pkg/utils/k8s ‑ TestAreDeploymentsEqual/should_not_be_equal_when_container_resource_requirements_differ
go.mondoo.com/mondoo-operator/pkg/utils/k8s ‑ TestAreDeploymentsEqual/should_not_be_equal_when_env_vars_differ
go.mondoo.com/mondoo-operator/pkg/utils/k8s ‑ TestAreDeploymentsEqual/should_not_be_equal_when_owner_references_differ
go.mondoo.com/mondoo-operator/pkg/utils/k8s ‑ TestAreDeploymentsEqual/should_not_be_equal_when_replicas_differ
go.mondoo.com/mondoo-operator/pkg/utils/k8s ‑ TestAreDeploymentsEqual/should_not_be_equal_when_securityContext.capabilities_differ
go.mondoo.com/mondoo-operator/pkg/utils/k8s ‑ TestAreDeploymentsEqual/should_not_be_equal_when_securityContext_differ
go.mondoo.com/mondoo-operator/pkg/utils/k8s ‑ TestAreDeploymentsEqual/should_not_be_equal_when_selectors_differ
go.mondoo.com/mondoo-operator/pkg/utils/k8s ‑ TestAreDeploymentsEqual/should_not_be_equal_when_service_accounts_differ
go.mondoo.com/mondoo-operator/pkg/utils/k8s ‑ TestAreDeploymentsEqual/should_not_be_equal_when_volume_mounts_differ
go.mondoo.com/mondoo-operator/pkg/utils/k8s ‑ TestAreEnvVarsEqual
go.mondoo.com/mondoo-operator/pkg/utils/k8s ‑ TestAreEnvVarsEqual_DifferentOrder
go.mondoo.com/mondoo-operator/pkg/utils/k8s ‑ TestAreResouceRequirementsEqual
go.mondoo.com/mondoo-operator/pkg/utils/k8s ‑ TestAreServicesEqual
go.mondoo.com/mondoo-operator/pkg/utils/k8s ‑ TestAreServicesEqual/should_be_equal_when_identical
go.mondoo.com/mondoo-operator/pkg/utils/k8s ‑ TestAreServicesEqual/should_not_be_equal_when_owner_references_differ
go.mondoo.com/mondoo-operator/pkg/utils/k8s ‑ TestAreServicesEqual/should_not_be_equal_when_ports_differ
go.mondoo.com/mondoo-operator/pkg/utils/k8s ‑ TestAreServicesEqual/should_not_be_equal_when_selectors_differ
go.mondoo.com/mondoo-operator/pkg/utils/k8s ‑ TestAreServicesEqual/should_not_be_equal_when_types_differ
go.mondoo.com/mondoo-operator/pkg/utils/k8s ‑ TestCreateSuite
go.mondoo.com/mondoo-operator/pkg/utils/k8s ‑ TestCreateSuite/TestCreateIfNotExist
go.mondoo.com/mondoo-operator/pkg/utils/k8s ‑ TestCreateSuite/TestCreateIfNotExist_AlreadyExists
go.mondoo.com/mondoo-operator/pkg/utils/k8s ‑ TestCreateSuite/TestCreateIfNotExist_Error
go.mondoo.com/mondoo-operator/pkg/utils/k8s ‑ TestDeleteSuite
go.mondoo.com/mondoo-operator/pkg/utils/k8s ‑ TestDeleteSuite/TestDeleteIfExists
go.mondoo.com/mondoo-operator/pkg/utils/k8s ‑ TestDeleteSuite/TestDeleteIfExists_DoesNotExist
go.mondoo.com/mondoo-operator/pkg/utils/k8s ‑ TestMergeEnv_AEmpty
go.mondoo.com/mondoo-operator/pkg/utils/k8s ‑ TestMergeEnv_BEmpty
go.mondoo.com/mondoo-operator/pkg/utils/k8s ‑ TestMergeEnv_Duplicates
go.mondoo.com/mondoo-operator/pkg/utils/k8s ‑ TestMergeEnv_NoDuplicates
go.mondoo.com/mondoo-operator/pkg/utils/k8s ‑ TestTaintToToleration
go.mondoo.com/mondoo-operator/pkg/utils/k8s ‑ TestTaintsToTolerations
go.mondoo.com/mondoo-operator/pkg/utils/k8s ‑ TestUpdateDeployment
go.mondoo.com/mondoo-operator/pkg/utils/k8s ‑ TestUpdateDeployment/should_not_update_annotations
go.mondoo.com/mondoo-operator/pkg/utils/k8s ‑ TestUpdateDeployment/should_not_update_labels
go.mondoo.com/mondoo-operator/pkg/utils/k8s ‑ TestUpdateDeployment/should_update_owner_references
go.mondoo.com/mondoo-operator/pkg/utils/k8s ‑ TestUpdateDeployment/should_update_spec
go.mondoo.com/mondoo-operator/pkg/utils/k8s ‑ TestUpdateService
go.mondoo.com/mondoo-operator/pkg/utils/k8s ‑ TestUpdateService/should_not_update_annotations
go.mondoo.com/mondoo-operator/pkg/utils/k8s ‑ TestUpdateService/should_not_update_labels
go.mondoo.com/mondoo-operator/pkg/utils/k8s ‑ TestUpdateService/should_update_owner_references
go.mondoo.com/mondoo-operator/pkg/utils/k8s ‑ TestUpdateService/should_update_ports
go.mondoo.com/mondoo-operator/pkg/utils/k8s ‑ TestUpdateService/should_update_selector
go.mondoo.com/mondoo-operator/pkg/utils/k8s ‑ TestUpdateService/should_update_type
go.mondoo.com/mondoo-operator/pkg/utils/mondoo ‑ TestContainerImageResolverSuite
go.mondoo.com/mondoo-operator/pkg/utils/mondoo ‑ TestContainerImageResolverSuite/TestCnspecImage
go.mondoo.com/mondoo-operator/pkg/utils/mondoo ‑ TestContainerImageResolverSuite/TestCnspecImage_Defaults
go.mondoo.com/mondoo-operator/pkg/utils/mondoo ‑ TestContainerImageResolverSuite/TestCnspecImage_OpenShift
go.mondoo.com/mondoo-operator/pkg/utils/mondoo ‑ TestContainerImageResolverSuite/TestCnspecImage_SkipImageResolution
go.mondoo.com/mondoo-operator/pkg/utils/mondoo ‑ TestContainerImageResolverSuite/TestMondooOperatorImage
go.mondoo.com/mondoo-operator/pkg/utils/mondoo ‑ TestContainerImageResolverSuite/TestMondooOperatorImage_CustomImage
go.mondoo.com/mondoo-operator/pkg/utils/mondoo ‑ TestContainerImageResolverSuite/TestMondooOperatorImage_SkipImageResolution
go.mondoo.com/mondoo-operator/pkg/utils/mondoo ‑ TestContainerImageResolverSuite/TestNewContainerImageResolver
go.mondoo.com/mondoo-operator/pkg/webhooks/handler ‑ TestLabels
go.mondoo.com/mondoo-operator/pkg/webhooks/handler ‑ TestWebhookNamespaceFiltering
go.mondoo.com/mondoo-operator/pkg/webhooks/handler ‑ TestWebhookNamespaceFiltering/excluded_resource
go.mondoo.com/mondoo-operator/pkg/webhooks/handler ‑ TestWebhookNamespaceFiltering/excluded_with_glob
go.mondoo.com/mondoo-operator/pkg/webhooks/handler ‑ TestWebhookNamespaceFiltering/included_resource
go.mondoo.com/mondoo-operator/pkg/webhooks/handler ‑ TestWebhookNamespaceFiltering/included_resource_with_include_and_exclude_lists
go.mondoo.com/mondoo-operator/pkg/webhooks/handler ‑ TestWebhookNamespaceFiltering/no_namespace_filtering
go.mondoo.com/mondoo-operator/pkg/webhooks/handler ‑ TestWebhookNamespaceFiltering/resource_not_in_exclude_list
go.mondoo.com/mondoo-operator/pkg/webhooks/handler ‑ TestWebhookNamespaceFiltering/resource_not_in_include_list
go.mondoo.com/mondoo-operator/pkg/webhooks/handler ‑ TestWebhookValidate
go.mondoo.com/mondoo-operator/pkg/webhooks/handler ‑ TestWebhookValidate/example_Deployment
go.mondoo.com/mondoo-operator/pkg/webhooks/handler ‑ TestWebhookValidate/example_Deployment_-_enforcing
go.mondoo.com/mondoo-operator/pkg/webhooks/handler ‑ TestWebhookValidate/example_test
go.mondoo.com/mondoo-operator/pkg/webhooks/handler ‑ TestWebhookValidate/job_from_cronjob_test
go.mondoo.com/mondoo-operator/pkg/webhooks/handler ‑ TestWebhookValidate/job_test
go.mondoo.com/mondoo-operator/pkg/webhooks/handler ‑ TestWebhookValidate/malformed_object
go.mondoo.com/mondoo-operator/pkg/webhooks/handler ‑ TestWebhookValidate/malformed_object_-_enforcing
go.mondoo.com/mondoo-operator/pkg/webhooks/handler ‑ TestWebhookValidate/pod_from_daemonset_test
go.mondoo.com/mondoo-operator/pkg/webhooks/handler ‑ TestWebhookValidate/pod_from_job_test
go.mondoo.com/mondoo-operator/pkg/webhooks/handler ‑ TestWebhookValidate/pod_from_replicaset_test
go.mondoo.com/mondoo-operator/pkg/webhooks/handler ‑ TestWebhookValidate/pod_from_statefulset_test
go.mondoo.com/mondoo-operator/tests/integration ‑ TestAuditConfigCustomNamespaceSuite
go.mondoo.com/mondoo-operator/tests/integration ‑ TestAuditConfigCustomNamespaceSuite/TestReconcile_Admission
go.mondoo.com/mondoo-operator/tests/integration ‑ TestAuditConfigCustomNamespaceSuite/TestReconcile_AdmissionMissingSA
go.mondoo.com/mondoo-operator/tests/integration ‑ TestAuditConfigCustomNamespaceSuite/TestReconcile_Containers
go.mondoo.com/mondoo-operator/tests/integration ‑ TestAuditConfigCustomNamespaceSuite/TestReconcile_KubernetesResources
go.mondoo.com/mondoo-operator/tests/integration ‑ TestAuditConfigCustomNamespaceSuite/TestReconcile_Nodes_CronJobs
go.mondoo.com/mondoo-operator/tests/integration ‑ TestAuditConfigCustomNamespaceSuite/TestReconcile_Nodes_DaemonSet
go.mondoo.com/mondoo-operator/tests/integration ‑ TestAuditConfigOOMSuite
go.mondoo.com/mondoo-operator/tests/integration ‑ TestAuditConfigOOMSuite/TestOOMControllerReporting
go.mondoo.com/mondoo-operator/tests/integration ‑ TestAuditConfigOOMSuite/TestOOMNodeScan_CronJob
go.mondoo.com/mondoo-operator/tests/integration ‑ TestAuditConfigOOMSuite/TestOOMNodeScan_DaemonSet
go.mondoo.com/mondoo-operator/tests/integration ‑ TestAuditConfigOOMSuite/TestOOMScanAPI
go.mondoo.com/mondoo-operator/tests/integration ‑ TestAuditConfigSuite
go.mondoo.com/mondoo-operator/tests/integration ‑ TestAuditConfigSuite/TestReconcile_AdmissionEnforcing
go.mondoo.com/mondoo-operator/tests/integration ‑ TestAuditConfigSuite/TestReconcile_AdmissionEnforcingScaleDownScanApi
go.mondoo.com/mondoo-operator/tests/integration ‑ TestAuditConfigSuite/TestReconcile_AdmissionPermissive
go.mondoo.com/mondoo-operator/tests/integration ‑ TestAuditConfigSuite/TestReconcile_AllDisabled
go.mondoo.com/mondoo-operator/tests/integration ‑ TestAuditConfigSuite/TestReconcile_Containers
go.mondoo.com/mondoo-operator/tests/integration ‑ TestAuditConfigSuite/TestReconcile_KubernetesResources
go.mondoo.com/mondoo-operator/tests/integration ‑ TestAuditConfigSuite/TestReconcile_Nodes_CronJobs
go.mondoo.com/mondoo-operator/tests/integration ‑ TestAuditConfigSuite/TestReconcile_Nodes_DaemonSet
go.mondoo.com/mondoo-operator/tests/integration ‑ TestAuditConfigUpgradeSuite
go.mondoo.com/mondoo-operator/tests/integration ‑ TestAuditConfigUpgradeSuite/TestUpgradePreviousReleaseToLatest