diff --git a/contentctl/actions/detection_testing/infrastructures/DetectionTestingInfrastructureContainer.py b/contentctl/actions/detection_testing/infrastructures/DetectionTestingInfrastructureContainer.py index d0a3318f..19a77f81 100644 --- a/contentctl/actions/detection_testing/infrastructures/DetectionTestingInfrastructureContainer.py +++ b/contentctl/actions/detection_testing/infrastructures/DetectionTestingInfrastructureContainer.py @@ -90,6 +90,7 @@ def make_container(self) -> docker.models.resource.Model: ] environment = {} + environment["SPLUNK_GENERAL_TERMS"] = "--accept-sgt-current-at-splunk-com" environment["SPLUNK_START_ARGS"] = "--accept-license" environment["SPLUNK_PASSWORD"] = self.infrastructure.splunk_app_password # Files have already been staged by the time that we call this. Files must only be staged