This commit is contained in:
Sourabh Jain 2025-04-16 15:49:48 +05:30
parent e4011bfe46
commit 12e7c84035

View File

@ -9,9 +9,11 @@ trigger:
pool:
vmImage: "ubuntu-latest"
defaults:
run:
workingDirectory: $(System.DefaultWorkingDirectory)/manifest
steps:
- task: ComponentGovernanceComponentDetection@0
inputs:
scanType: 'Register'
verbosity: 'Verbose'
sourceScanPath: 'manifest'
detectorsFilter: 'cgmanifest'
alertWarningLevel: 'Low'