Skip to content

Commit 2118784

Browse files
author
Victoria Hall
committed
add pip-audit step to official build
1 parent 48a5758 commit 2118784

File tree

3 files changed

+4
-51
lines changed

3 files changed

+4
-51
lines changed

eng/templates/build.yml

Lines changed: 0 additions & 21 deletions
This file was deleted.

eng/templates/ci-tests.yml

Lines changed: 0 additions & 29 deletions
This file was deleted.

eng/templates/official/jobs/build-artifacts.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,9 @@ jobs:
2323
displayName: 'Check python version'
2424
- bash: |
2525
python -m pip install -U pip
26-
pip install twine wheel
26+
pip install twine wheel pip-audit
2727
python setup.py sdist bdist_wheel
2828
displayName: 'Build Python SDK'
29+
- bash: |
30+
pip-audit
31+
displayName: 'Run vulnerability scan'

0 commit comments

Comments
 (0)