Skip to content

Commit 67168c0

Browse files
authored
Update python_development_stage.yml
1 parent 8fc6e7a commit 67168c0

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.ci/stage/python_development_stage.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,12 @@ stages:
7070
pylint --output-format=junit ./${{parameters.module}} >> test-pylint-results.xml
7171
displayName: PyLint
7272
continueOnError: true
73+
- task: ComponentGovernanceComponentDetection@0
74+
inputs:
75+
scanType: 'LogOnly'
76+
verbosity: 'Verbose'
77+
alertWarningLevel: 'High'
78+
failOnAlert: false
7379
- task: PublishTestResults@2
7480
condition: succeededOrFailed()
7581
inputs:

0 commit comments

Comments
 (0)