Skip to content

Commit

Permalink
workflows/pip-audit: use our official action (#2561)
Browse files Browse the repository at this point in the history
Signed-off-by: William Woodruff <william@trailofbits.com>
  • Loading branch information
woodruffw committed Jun 16, 2022
1 parent dc99880 commit 2918710
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/pip-audit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,9 @@ jobs:
uses: actions/setup-python@v2
with:
python-version: "3.10"
- name: Install pip-audit
- name: Install Manticore
run: |
python -m pip install --upgrade pip
python -m pip install pip-audit
- name: Run pip-audit
run: |
python -m pip install .
pip-audit --strict --desc
- name: Run pip-audit
uses: trailofbits/gh-action-pip-audit@v0.0.4

0 comments on commit 2918710

Please sign in to comment.