Skip to content

Commit

Permalink
Merge pull request #18 from microsoft/laserprec/comp_governance
Browse files Browse the repository at this point in the history
Add component governance as a manual step to avoid replicating warning.
  • Loading branch information
Jianjie Liu authored Jan 28, 2021
2 parents 9c858e6 + c5aebb4 commit 5c4b634
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
1 change: 1 addition & 0 deletions devops/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ stages:
- template: templates/base/run-linter.yml
parameters:
pyVersion: '3.6'
- task: ComponentGovernanceComponentDetection@0

- stage: unit_tests
dependsOn: static_analysis
Expand Down
7 changes: 4 additions & 3 deletions devops/pr-gate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,10 @@ stages:
pool:
vmImage: 'ubuntu-latest'
steps:
- template: templates/base/run-linter.yml
parameters:
pyVersion: '3.6'
- template: templates/base/run-linter.yml
parameters:
pyVersion: '3.6'
- task: ComponentGovernanceComponentDetection@0

- stage: unit_tests
dependsOn: static_analysis
Expand Down

0 comments on commit 5c4b634

Please sign in to comment.