We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e4d7e7a commit 773e7a0Copy full SHA for 773e7a0
eng/templates/jobs/build.yml
@@ -34,6 +34,6 @@ jobs:
34
displayName: 'Build Python SDK for $(PYTHON_VERSION)'
35
- bash: |
36
pip install pip-audit
37
- pip-audit -r requirements.txt
+ pip-audit .
38
displayName: 'Run vulnerability scan'
39
condition: ne(variables['PYTHON_VERSION'], '3.7')
eng/templates/official/jobs/build-artifacts.yml
@@ -28,5 +28,5 @@ jobs:
28
displayName: 'Build Python SDK'
29
30
31
32
requirements.txt
0 commit comments