Skip to content

Commit

Permalink
Update python_development_stage.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
dciborow authored Jun 12, 2020
1 parent 8fc6e7a commit 67168c0
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .ci/stage/python_development_stage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,12 @@ stages:
pylint --output-format=junit ./${{parameters.module}} >> test-pylint-results.xml
displayName: PyLint
continueOnError: true
- task: ComponentGovernanceComponentDetection@0
inputs:
scanType: 'LogOnly'
verbosity: 'Verbose'
alertWarningLevel: 'High'
failOnAlert: false
- task: PublishTestResults@2
condition: succeededOrFailed()
inputs:
Expand Down

0 comments on commit 67168c0

Please sign in to comment.