diff --git a/.github/workflows/detection-testing.yml b/.github/workflows/detection-testing.yml index ff9c6e3ced..76da04fb1f 100644 --- a/.github/workflows/detection-testing.yml +++ b/.github/workflows/detection-testing.yml @@ -270,7 +270,6 @@ jobs: python -m pip install -r requirements.txt - name: Merge Detections into single File - continue-on-error: true #Still keep running the rest of the workflow - it's just that all the tests didn't pass run: | source .venv/bin/activate cd bin/docker_detection_tester @@ -324,7 +323,7 @@ jobs: if: ${{ github.event_name == 'schedule' }} run: | cd bin/docker_detection_tester - #python generate_detection_coverage_badge.py --input_summary_file summary_test_results.json --output_badge_file detection_coverage.svg --badge_string "Pass Rate" + python generate_detection_coverage_badge.py --input_summary_file summary_test_results.json --output_badge_file detection_coverage.svg --badge_string "Pass Rate" #Upload artifact (summary test results) @@ -336,7 +335,7 @@ jobs: #Upload artifact (test results coverage badge) - #aws s3 cp detection_coverage.svg s3://security-content/reporting/detection_coverage.svg + aws s3 cp detection_coverage.svg s3://security-content/reporting/detection_coverage.svg #Since these reside in a public bucket, no need to explicitly mark as public # make the file public since it is not by default