Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions eng/templates/jobs/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,3 @@ jobs:
python -m pip install build
python -m build
displayName: 'Build Python SDK for $(PYTHON_VERSION)'
- bash: |
pip install pip-audit
pip-audit .
displayName: 'Run vulnerability scan'
condition: ne(variables['PYTHON_VERSION'], '3.7')
4 changes: 0 additions & 4 deletions eng/templates/official/jobs/build-artifacts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,3 @@ jobs:
python -m pip install build
python -m build
displayName: 'Build Python SDK'
- bash: |
pip install pip-audit
pip-audit .
displayName: 'Run vulnerability scan'
Loading