Skip to content

Commit b899e20

Browse files
committed
I take it back, just ignore the new setuptools vuln
1 parent da7c38a commit b899e20

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/main.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,11 @@ jobs:
2424
with:
2525
python-version: ${{ matrix.python }}
2626
- run: pip install -U pip
27-
- run: pip install -U bandit pyupgrade pip-audit tox
27+
- run: pip install -U bandit pyupgrade pip-audit tox setuptools
2828
- run: bandit --recursive --skip B105,B110,B311,B605,B607 --exclude ./.tox .
2929
- run: tox -e lint
3030
- run: tox -e py
3131
- run: shopt -s globstar && pyupgrade --py3-only **/*.py # --py36-plus
32-
- run: pip-audit --ignore-vuln PYSEC-2023-228 # pip:PYSEC-2023-228
32+
- run: pip-audit --ignore-vuln PYSEC-2023-228 --ignore-vuln PYSEC-2022-43012 --ignore-vuln GHSA-5rjg-fvgr-3xxf # pip:PYSEC-2023-228 setuptools:PYSEC-2022-43012 setuptools:GHSA-5rjg-fvgr-3xxf
3333
- run: tox -e build
3434
- run: tox -e doc

0 commit comments

Comments
 (0)