We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2a101f1 commit c1f0ea7Copy full SHA for c1f0ea7
1 file changed
.Pipelines/template-pipeline-stages.yml
@@ -170,6 +170,14 @@ stages:
170
failTaskOnFailedTests: false
171
testRunTitle: 'Cryptography ceiling check $(python.version)'
172
173
+ - task: PostAnalysis@2
174
+ displayName: 'Guardian Break'
175
+ inputs:
176
+ GdnBreakFast: false
177
+ GdnBreakAllTools: false
178
+ GdnBreakGdnToolPoliCheck: true
179
+ GdnBreakGdnToolPoliCheckSeverity: Error
180
+
181
# ══════════════════════════════════════════════════════════════════════════════
182
# Stage 3 - E2ETests - runs only if unit tests pass. Fetches the MSID Lab
183
# certificate from Key Vault.
0 commit comments