mirror of
https://github.com/Mintplex-Labs/winget-pkgs.git
synced 2026-07-01 18:28:34 -04:00
Add component governance pipeline (#30274)
* Add component governance pipeline * Update DevOpsPipelineDefinitions/cg-pipeline.yaml Co-authored-by: JohnMcPMS <johnmcp@microsoft.com> Co-authored-by: denelon <denelon@microsoft.com> Co-authored-by: JohnMcPMS <johnmcp@microsoft.com>
This commit is contained in:
@@ -0,0 +1,20 @@
|
||||
# Component Governance pipeline.
|
||||
# This pipeline is configured to run on weekly basis.
|
||||
# Uses Tools\cgmanifest.json
|
||||
|
||||
trigger: none
|
||||
pr: none
|
||||
|
||||
pool:
|
||||
vmImage: windows-latest
|
||||
|
||||
variables:
|
||||
runCodesignValidationInjection: ${{ false }}
|
||||
|
||||
steps:
|
||||
- task: ComponentGovernanceComponentDetection@0
|
||||
displayName: Component Governance
|
||||
inputs:
|
||||
scanType: 'Register'
|
||||
verbosity: 'Verbose'
|
||||
alertWarningLevel: 'High'
|
||||
Reference in New Issue
Block a user