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 8fc6e7a commit 67168c0Copy full SHA for 67168c0
.ci/stage/python_development_stage.yml
@@ -70,6 +70,12 @@ stages:
70
pylint --output-format=junit ./${{parameters.module}} >> test-pylint-results.xml
71
displayName: PyLint
72
continueOnError: true
73
+ - task: ComponentGovernanceComponentDetection@0
74
+ inputs:
75
+ scanType: 'LogOnly'
76
+ verbosity: 'Verbose'
77
+ alertWarningLevel: 'High'
78
+ failOnAlert: false
79
- task: PublishTestResults@2
80
condition: succeededOrFailed()
81
inputs:
0 commit comments