Fixed up the pathing related to the ESCU Package.

This commit is contained in:
pyth0n1c
2021-11-03 16:30:02 -07:00
parent 8c501e789d
commit c4c1db1f2c
2 changed files with 5 additions and 5 deletions
@@ -83,7 +83,7 @@ jobs:
- name: Upload Test Results Files
uses: actions/upload-artifact@v2
with:
name: testing-results-files
name: testing-results-config
path: |
automated_detection_testing/ci/detection_testing_batch/apps/DA-ESS-ContentUpdate-latest.tar.gz
automated_detection_testing/ci/detection_testing_batch/container_0_tests.txt
@@ -111,8 +111,8 @@ jobs:
- name: Download artifacts
uses: actions/download-artifact@v2
with:
name: testing-results-files
path: automated_detection_testing/ci/detection_testing_batch
name: testing-results-config
path: automated_detection_testing/ci/detection_testing_batch/prior_config
- name: Install Docker
run: |
sudo apt update -qq
@@ -142,7 +142,7 @@ jobs:
cd automated_detection_testing/ci/detection_testing_batch
source .venv/bin/activate
#python3 detection_testing_execution.py -b ${{ steps.vars.outputs.branch }} -u 123456789 --splunkbase_username ${{ secrets.SPLUNKBASE_TESTING_USERNAME }} --splunkbase_password ${{ secrets.SPLUNKBASE_TESTING_KEY }} -m new -n2
python3 detection_testing_execution.py -b RegistryDetectionFixes -u 123456789 --splunkbase_username ${{ secrets.SPLUNKBASE_TESTING_USERNAME }} --splunkbase_password ${{ secrets.SPLUNKBASE_TESTING_KEY }} -m selected -tff ${{ matrix.test_filename}} -n1 -e DA-ESS-ContentUpdate-latest.tar.gz
python3 detection_testing_execution.py -b RegistryDetectionFixes -u 123456789 --splunkbase_username ${{ secrets.SPLUNKBASE_TESTING_USERNAME }} --splunkbase_password ${{ secrets.SPLUNKBASE_TESTING_KEY }} -m selected -tff prior_config/${{ matrix.test_filename}} -n1 -e prior_config/apps/DA-ESS-ContentUpdate-latest.tar.gz
- name: Upload Test Results Files
@@ -522,7 +522,7 @@ def main(args):
new_name = os.path.join("security_content", leading, filename)
normalized_detection_names.append(new_name)
output_file.write('\n'.join(normalized_detection_names))
print("Done", end='')
print("Done")
sys.exit(0)