Merge branch 'gitlab_dist_bug' into 'develop'

Gitlab dist bug

See merge request threat-research/security_content!1501
This commit is contained in:
Bhavin Patel
2024-05-08 16:55:23 +00:00
3 changed files with 4 additions and 3 deletions
-1
View File
@@ -1,6 +1,5 @@
# Ignore example files from contentctl tool
apps/
dist/
test_results/
detections/*/.yml.example
stories/*.yml.example
+1 -1
View File
@@ -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:
+3 -1
View File
@@ -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: