mirror of
https://github.com/splunk/security_content
synced 2026-06-08 17:32:49 +00:00
Run a handlful of tests on push to produce output artifacts.
This commit is contained in:
@@ -1,7 +1,11 @@
|
||||
name: docker-detection-testing
|
||||
on:
|
||||
push:
|
||||
#run nightly at 0500 UTC
|
||||
#Note the scheduled workflows will only run if the Action has
|
||||
#been committed to the default branch (develop)
|
||||
schedule:
|
||||
- cron: '55 * * * *'
|
||||
- cron: "0 5 * * *"
|
||||
jobs:
|
||||
|
||||
validate-tag-if-present:
|
||||
@@ -76,7 +80,7 @@ jobs:
|
||||
cd automated_detection_testing/ci/detection_testing_batch
|
||||
source .venv/bin/activate
|
||||
|
||||
python3 detection_testing_execution.py run --branch develop --mode all --num_containers 10 --mock
|
||||
python3 detection_testing_execution.py run --branch RegistryDetectionFixes --mode changes --num_containers 10 --mock
|
||||
|
||||
- name: Upload Test Results Files
|
||||
uses: actions/upload-artifact@v2
|
||||
|
||||
Reference in New Issue
Block a user