Skip to content

Commit

Permalink
workflow-templates: change pip-audit slug to pypa
Browse files Browse the repository at this point in the history
Signed-off-by: William Woodruff <[email protected]>
  • Loading branch information
woodruffw committed Sep 1, 2022
1 parent 9bcd149 commit 6c45a74
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions workflow-templates/pip-audit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
# how your Python dependencies are specified.
# You may also need to tweak it, depending on how your
# Python package's build is configured.
# See https://github.com/trailofbits/gh-action-pip-audit for details.
# See https://github.com/pypa/gh-action-pip-audit for details.
- name: Install project
run: |
python -m venv /tmp/pip-audit-env
Expand All @@ -39,9 +39,9 @@ jobs:
- name: Run pip-audit
uses: trailofbits/gh-action-pip-audit@v0.0.6
uses: pypa/gh-action-pip-audit@v1.0.0
with:
# IMPORTANT: You may need additional or different settings here.
# See https://github.com/trailofbits/gh-action-pip-audit for details.
# See https://github.com/pypa/gh-action-pip-audit for details.
virtual-environment: /tmp/pip-audit-env

0 comments on commit 6c45a74

Please sign in to comment.