Skip to content

Commit

Permalink
Ignoring double setuptools
Browse files Browse the repository at this point in the history
  • Loading branch information
Victoria Hall committed Nov 21, 2024
1 parent 7227ab9 commit bca1c55
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion eng/templates/jobs/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,6 @@ jobs:
displayName: 'Build Python SDK for $(PYTHON_VERSION)'
- bash: |
pip install pip-audit
pip-audit --ignore requests --ignore setuptools --gnore urllib3 # These are not part of the SDK package
# These are not part of the SDK package. setuptools is present in 2 different places
pip-audit --ignore requests --ignore setuptools --ignore setuptools --ignore urllib3
displayName: 'Run vulnerability scan'
3 changes: 2 additions & 1 deletion eng/templates/official/jobs/build-artifacts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,6 @@ jobs:
displayName: 'Build Python SDK'
- bash: |
pip install pip-audit
pip-audit --ignore requests --ignore setuptools --gnore urllib3 # These are not part of the SDK package
# These are not part of the SDK package. setuptools is present in 2 different places
pip-audit --ignore requests --ignore setuptools --ignore setuptools --ignore urllib3
displayName: 'Run vulnerability scan'

0 comments on commit bca1c55

Please sign in to comment.