Skip to content

Commit e65e93f

Browse files
authored
disable CG alert failures on PRs (#1101)
1 parent 73959c6 commit e65e93f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

builds/azure-pipelines/template-steps-build-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -280,7 +280,7 @@ steps:
280280
- task: ms.vss-governance-buildtask.governance-build-task-component-detection.ComponentGovernanceComponentDetection@0
281281
displayName: 'Component Detection'
282282
inputs:
283-
failOnAlert: true
283+
failOnAlert: false
284284

285285
- task: securedevelopmentteam.vss-secure-development-tools.build-task-postanalysis.PostAnalysis@2
286286
displayName: 'Post Analysis'

0 commit comments

Comments
 (0)