Skip to content

Commit

Permalink
ignore setuptools
Browse files Browse the repository at this point in the history
  • Loading branch information
Victoria Hall committed Nov 21, 2024
1 parent da95c2e commit 8798445
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion eng/templates/jobs/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,5 +34,5 @@ jobs:
python -m venv .venv
.venv/Scripts/Activate
pip install .
pip-audit
pip-audit --ignore setuptools
displayName: 'Run vulnerability scan'
2 changes: 1 addition & 1 deletion eng/templates/official/jobs/build-artifacts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,5 @@ jobs:
python -m venv .venv
.venv/Scripts/Activate
pip install .
pip-audit
pip-audit --ignore setuptools
displayName: 'Run vulnerability scan'

0 comments on commit 8798445

Please sign in to comment.