use cwd for locations w/ burnettk

This commit is contained in:
jasquat 2024-08-14 16:48:40 -04:00
parent 8d88ce74ea
commit 858668fac6
No known key found for this signature in database
1 changed files with 2 additions and 2 deletions

View File

@ -38,12 +38,12 @@ runs:
- name: Install dependencies - name: Install dependencies
shell: bash shell: bash
run: | run: |
pip install -r /wait-for-ecr-scan-and-get-sarif/requirements.txt pip install -r wait-for-ecr-scan-and-get-sarif/requirements.txt
- name: Run the Python script to wait for ECR scan and get SARIF - name: Run the Python script to wait for ECR scan and get SARIF
shell: bash shell: bash
run: | run: |
python /wait-for-ecr-scan-and-get-sarif/main.py \ python wait-for-ecr-scan-and-get-sarif/main.py \
--repository_name ${{ inputs.repository_name }} \ --repository_name ${{ inputs.repository_name }} \
--image_tag ${{ inputs.image_tag }} \ --image_tag ${{ inputs.image_tag }} \
--aws_region ${{ inputs.aws_region }} \ --aws_region ${{ inputs.aws_region }} \