From 28465a44e5bd8b4fefb9270b40b82888b1da02f3 Mon Sep 17 00:00:00 2001 From: jasquat Date: Thu, 15 Aug 2024 10:20:35 -0400 Subject: [PATCH] try to give an input file to the action test w/ burnettk --- .github/workflows/test.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 2ac8d22..8aa1b72 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -21,6 +21,7 @@ jobs: image_tag: "latest" aws_region: "us-west-2" output_file: "report.sarif" + input_file: "wait-for-ecr-scan-and-get-sarif/test_aws_scan_findings_to_sarif.py" - name: Upload SARIF report as artifact uses: actions/upload-artifact@v3