mirror of
https://github.com/splunk/security_content
synced 2026-06-08 17:32:49 +00:00
Merge branch 'gitlab_dist_bug' into 'develop'
Gitlab dist bug See merge request threat-research/security_content!1501
This commit is contained in:
@@ -1,6 +1,5 @@
|
||||
# Ignore example files from contentctl tool
|
||||
apps/
|
||||
dist/
|
||||
test_results/
|
||||
detections/*/.yml.example
|
||||
stories/*.yml.example
|
||||
|
||||
+1
-1
@@ -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:
|
||||
|
||||
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user