Skip to content

Commit b790ae1

Browse files
authored
Users/soujanya/createreleasefixes (#1439)
* create release yml fixes * added script to check python vulnerabilities
1 parent 589d7c2 commit b790ae1

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.azure-pipelines/azure-pipelines-create-release.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,12 @@ jobs:
5959
displayName: 'Install the whl locally'
6060
workingDirectory: 'azure-devops/'
6161

62+
- script: |
63+
pip install safety
64+
safety check --full-report
65+
displayName: 'Check for Python vulnerabilities'
66+
workingDirectory: 'azure-devops/'
67+
6268
- task: PythonScript@0
6369
displayName : 'setupVersion'
6470
name: 'setupVersion'

0 commit comments

Comments
 (0)