Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 8 additions & 1 deletion .pipeline/component-governance-detection.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
# This pipeline hosted in ADO will use the auto-injected component detection build task to detect possible incidents
# and report alerts related to OSS consumed by this repository.
trigger: none
trigger:
branches:
include:
- main
paths:
include:
- go.sum
- go.mod

pool:
vmImage: ubuntu-18.04
Expand Down