diff --git a/contentctl.yml b/contentctl.yml index abcf6ae395..e401807896 100644 --- a/contentctl.yml +++ b/contentctl.yml @@ -20,6 +20,6 @@ build_ssa: build_api: path_root: 'dist/api' enrichments: - attack_enrichment: true - cve_enrichment: true - splunk_app_enrichment: false \ No newline at end of file + attack_enrichment: false + cve_enrichment: false + splunk_app_enrichment: false diff --git a/contentctl_test.yml b/contentctl_test.yml index 47dab0f7ad..b471a3a525 100644 --- a/contentctl_test.yml +++ b/contentctl_test.yml @@ -1,4 +1,6 @@ -version_control_config: {} +version_control_config: + repo_path: . + repo_url: https://github.com/splunk/security_content infrastructure_config: infrastructure_type: container full_image_path: registry.hub.docker.com/splunk/splunk:latest