Skip to content

Commit

Permalink
Update codeql.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
lylebarner authored Dec 13, 2022
1 parent f700f82 commit 31956d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ jobs:

- name: Post-Process Output
run: |
python3 -m pip install --index-url https://test.pypi.org/simple/ nasa-scrub
python3 -m pip install nasa-scrub
results_dir=`realpath ${{ github.workspace }}/../results`
sarif_files=`find $results_dir -name '*.sarif'`
Expand Down

0 comments on commit 31956d5

Please sign in to comment.