diff --git a/.github/workflows/build_tests.yml b/.github/workflows/build_tests.yml index 8f6c4476..71388ed4 100644 --- a/.github/workflows/build_tests.yml +++ b/.github/workflows/build_tests.yml @@ -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/gh-action-pip-audit@v1.0.0 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: |