Skip to content

Commit

Permalink
Fix path to inspector.py in AWS workflow for correct execution
Browse files Browse the repository at this point in the history
  • Loading branch information
austinsonger committed Jan 21, 2025
1 parent fcf6c56 commit bd101be
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/aws.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,8 @@ jobs:
- name: Run AWS Inspector Scan Results
run: |
export PYTHONPATH="$PYTHONPATH:$(pwd)/src"
python src.inspector.py
python $GITHUB_WORKSPACE/src/inspector.py
- name: Commit and Push Results
run: |
Expand Down

0 comments on commit bd101be

Please sign in to comment.