diff --git a/.gitignore b/.gitignore index cfea793841..aaca905f92 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,5 @@ # Ignore example files from contentctl tool apps/ -dist/ test_results/ detections/*/.yml.example stories/*.yml.example diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 17fb93e60d..cd7f77b1eb 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,5 +1,5 @@ default: - image: docker-hub.repo.splunkdev.net/python:3.9 + image: docker-hub.repo.splunkdev.net/python:3.11 variables: EXTRACTO_VERSION: diff --git a/pipeline/.release.yml b/pipeline/.release.yml index fed16d9acb..e02e03845d 100644 --- a/pipeline/.release.yml +++ b/pipeline/.release.yml @@ -15,7 +15,9 @@ reporting: - unzip awscliv2.zip - ./aws/install script: - - poetry run contentctl -p ../ report + # Temporary workaround until we use pip based install for contentctl, moving the file to contentctl directory + - cp ../contentctl.yml . + - poetry run contentctl report --path ../ - cd .. - aws s3 cp reporting s3://$BUCKET/reporting --recursive --exclude "*" --include "*.svg" rules: