Skip to content

Commit

Permalink
Users/soujanya/createreleasefixes (#1439)
Browse files Browse the repository at this point in the history
* create release yml fixes

* added script to check python vulnerabilities
  • Loading branch information
v-soujanya authored Jan 27, 2025
1 parent 589d7c2 commit b790ae1
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .azure-pipelines/azure-pipelines-create-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,12 @@ jobs:
displayName: 'Install the whl locally'
workingDirectory: 'azure-devops/'

- script: |
pip install safety
safety check --full-report
displayName: 'Check for Python vulnerabilities'
workingDirectory: 'azure-devops/'
- task: PythonScript@0
displayName : 'setupVersion'
name: 'setupVersion'
Expand Down

0 comments on commit b790ae1

Please sign in to comment.