Skip to content

Commit

Permalink
Update pip-audit to latest version (#73)
Browse files Browse the repository at this point in the history
Remove package patch

Co-authored-by: Daniel McKnight <[email protected]>
  • Loading branch information
NeonDaniel and NeonDaniel authored Jun 18, 2024
1 parent 4d5ce0d commit 204aff9
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/build_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,10 +43,9 @@ jobs:
run: |
python setup.py bdist_wheel
- name: Install package
# TODO: cyclonedx patching https://github.com/pypa/gh-action-pip-audit/issues/46
run: |
pip install . cyclonedx-python-lib~=4.0
- uses: pypa/[email protected].0
pip install .
- uses: pypa/[email protected].8
with:
# Ignore irrelevant Mercurial vulnerability
# Ignore `requests` and `urllib3` vulnerabilities as they are not used in this package
Expand Down

0 comments on commit 204aff9

Please sign in to comment.