Skip to content

Commit 773e7a0

Browse files
author
Victoria Hall
committed
remove req, pip-audit .
1 parent e4d7e7a commit 773e7a0

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
lines changed

eng/templates/jobs/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,6 @@ jobs:
3434
displayName: 'Build Python SDK for $(PYTHON_VERSION)'
3535
- bash: |
3636
pip install pip-audit
37-
pip-audit -r requirements.txt
37+
pip-audit .
3838
displayName: 'Run vulnerability scan'
3939
condition: ne(variables['PYTHON_VERSION'], '3.7')

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,5 +28,5 @@ jobs:
2828
displayName: 'Build Python SDK'
2929
- bash: |
3030
pip install pip-audit
31-
pip-audit -r requirements.txt
31+
pip-audit .
3232
displayName: 'Run vulnerability scan'

requirements.txt

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)