Skip to content

Commit

Permalink
Disable pipaudit debugging
Browse files Browse the repository at this point in the history
Add TODO linking relevant issue pypa/gh-action-pip-audit#46
  • Loading branch information
NeonDaniel committed Jun 18, 2024
1 parent cf57904 commit 4da59f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,11 +43,11 @@ 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]
with:
internal-be-careful-debug: true
# Ignore irrelevant Mercurial vulnerability
# Ignore `requests` and `urllib3` vulnerabilities as they are not used in this package
ignore-vulns: |
Expand Down

0 comments on commit 4da59f8

Please sign in to comment.