1+ # Integration Test Context Mapping for CLI commands
2+ [account ]
3+ files = [" account.go" ]
4+ dirs = []
5+
6+ [agent ]
7+ files = [
8+ " agent.go" ,
9+ " agent_aws-install_ec2ic.go" ,
10+ " agent_aws-install_ec2ssh.go" ,
11+ " agent_aws-install_ec2ssm.go" ,
12+ " agent_gcp-install-osl.go" ,
13+ " agent_install.go" ,
14+ " agent_list.go" ,
15+ " awsiam.go" ,
16+ " flags.go" ,
17+ ]
18+ dirs = [" lwcloud/" ]
19+
20+ [alert ]
21+ files = [
22+ " alert.go" ,
23+ " alert_close.go" ,
24+ " alert_comment.go" ,
25+ " alert_list.go" ,
26+ " alert_list_fixable.go" ,
27+ " alert_rules.go" ,
28+ " alert_show.go" ,
29+ " alert_show_details.go" ,
30+ " alert_show_events.go" ,
31+ " alert_show_integrations.go" ,
32+ " alert_show_investigation.go" ,
33+ " alert_show_related.go" ,
34+ " alert_show_timeline.go" ,
35+ ]
36+ dirs = []
37+
38+ [alert_rule ]
39+ files = [" alert_rules.go" ]
40+ dirs = []
41+
42+ [alert_channel ]
43+ files = [
44+ " alert_channel.go" ,
45+ " integration_aws_cloudwatch.go," ,
46+ " integration_aws_s3_channel.go" ,
47+ " integration_cisco_webex.go" ,
48+ " integration_datadog.go" ,
49+ " integration_qradar_channel.go" ,
50+ " integration_service_now_channel.go" ,
51+ " integration_slack_channel.go" ,
52+ " integration_splunk.go" ,
53+ " integration_victorops.go" ,
54+ " integration_webhook.go" ,
55+ " integration_pagerduty.go" ,
56+ " integration_jira.go" ,
57+ " integration_microsoft_teams.go" ,
58+ " integration_new_relic_channel.go" ,
59+ " integration_gcp_pub_sub_channel.go" ,
60+ " integration_email.go" ,
61+ ]
62+ dirs = []
63+
64+ [alert_profile ]
65+ files = [" alert_profiles.go" ]
66+ dirs = []
67+
68+ [cloud_account ]
69+ files = [
70+ " cloud_account.go" ,
71+ " integration_gcp.go" ,
72+ " integration_gcp_pub_sub_audit.go" ,
73+ " integration_azure.go" ,
74+ " integration_aws.go" ,
75+ " integration_aws_govcloud.go"
76+ ]
77+ dirs = []
78+
79+ [component ]
80+ files = [
81+ " cdk.go" ,
82+ " component.go" ,
83+ " component_args.go" ,
84+ " component_dev.go"
85+ ]
86+ dirs = [" cdk/" , " lwcomponent/" ]
87+
88+ [compliance ]
89+ files = [
90+ " compliance.go" ,
91+ " compliance_aws.go" ,
92+ " compliance_azure.go" ,
93+ " compliance_gcp.go" ,
94+ ]
95+ dirs = []
96+
97+ [container_registry ]
98+ files = [
99+ " container_registry.go" ,
100+ " integration_ctr_reg_limits.go" ,
101+ " integration_ecr.go" ,
102+ " integration_gar.go" ,
103+ " integration_gcr.go" ,
104+ " integration_ghcr.go" ,
105+ " integration_inline_scanner.go" ,
106+ " integration_proxy_scanner.go" ,
107+ ]
108+ dirs = []
109+
110+ [query ]
111+ files = [
112+ " lql.go" ,
113+ " lql_create.go" ,
114+ " lql_delete.go" ,
115+ " lql_library.go" ,
116+ " lql_list.go" ,
117+ " lql_preview.go" ,
118+ " lql_show.go" ,
119+ " lql_sources.go" ,
120+ " lql_update.go" ,
121+ " lql_validate.go" ,
122+ " errors_lql.go"
123+ ]
124+ dirs = []
125+
126+ [policy ]
127+ files = [" content_library.go" ,
128+ " policy.go" ,
129+ " policy_create.go" ,
130+ " policy_delete.go" ,
131+ " policy_disable.go" ,
132+ " policy_enable.go" ,
133+ " policy_exceptions.go" ,
134+ " policy_library.go" ,
135+ " policy_update.go" ,
136+ ]
137+ dirs = []
138+
139+ [generation ]
140+ files = [
141+ " generate.go" ,
142+ " generate_aws.go" ,
143+ " generate_aws_eks_audit.go" ,
144+ " generate_aws_test.go" ,
145+ " generate_azure.go" ,
146+ " generate_cloud_account.go" ,
147+ " generate_execute.go" ,
148+ " generate_gcp.go" ,
149+ " generate_gke.go" ,
150+ " generate_k8s.go"
151+ ]
152+ dirs = [" lwgenerate/" ]
153+
154+ [help ]
155+ files = [" doc.go" ]
156+ dirs = [" integration/test_resources/help/" ]
157+
158+ [report_definitions ]
159+ files = [
160+ " report_definitions.go" ,
161+ " report_definitions_create.go" ,
162+ " report_definitions_diff.go" ,
163+ " report_definitions_revert.go" ,
164+ " report_definitions_update.go"
165+ ]
166+ dirs = []
167+
168+ [team_member ]
169+ files = [" team_members.go" ]
170+ dirs = []
171+
172+ [version ]
173+ files = [" version.go" ]
174+ dirs = []
175+
176+ [vulnerability ]
177+ files = [
178+ " vuln_container.go" ,
179+ " vuln_container_list_assessments.go" ,
180+ " vuln_container_list_registries.go" ,
181+ " vuln_container_scan.go" ,
182+ " vuln_container_show_assessments.go" ,
183+ " vuln_host.go" ,
184+ " vuln_host_gen_package_manifest.go" ,
185+ " vuln_host_list_cves.go" ,
186+ " vuln_host_list_hosts.go" ,
187+ " vuln_host_scan_package_manifest.go" ,
188+ " vuln_host_show_assessment.go" ,
189+ " vuln_html.go" ,
190+ " vulnerability.go" ,
191+ " vulnerability_exception_container.go" ,
192+ " vulnerability_exception_host.go" ,
193+ " vulnerabilty_exceptions.go" ,
194+ " package_manifest.go"
195+ ]
196+ dirs = []
197+
198+ # If these files change run all tests
199+ [all ]
200+ files = [" cache.go" , " cli_state.go" , " root.go" , " table_render.go" , " honeyvent.go" , " errors.go" , " outputs.go" ]
201+ dirs = [" lwtime/" , " lwdomain/" , " lwconfig/" ]
0 commit comments