Skip to content

Commit

Permalink
use cwd for locations w/ burnettk
Browse files Browse the repository at this point in the history
  • Loading branch information
jasquat committed Aug 14, 2024
1 parent 8d88ce7 commit 858668f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions wait-for-ecr-scan-and-get-sarif/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,12 +38,12 @@ runs:
- name: Install dependencies
shell: bash
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
shell: bash
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 }} \
--image_tag ${{ inputs.image_tag }} \
--aws_region ${{ inputs.aws_region }} \
Expand Down

0 comments on commit 858668f

Please sign in to comment.