Skip to content

Commit

Permalink
Feat: Security worflow; recursively resolve dependencies
Browse files Browse the repository at this point in the history
Signed-off-by: Matthew Watkins <[email protected]>
  • Loading branch information
ModeSevenIndustrialSolutions committed Oct 23, 2023
1 parent 5afd087 commit 9932d74
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/security.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,7 @@ jobs:
- name: "Install dependencies"
run: |
pip install --upgrade pip
python -m pip install -r requirements.txt
python -m pip install .
find ./* -name requirements.txt -exec pip install --upgrade -r {} \;
- name: "Run: pip-audit"
uses: pypa/[email protected]
Expand Down

0 comments on commit 9932d74

Please sign in to comment.