We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 57734a3 commit caf1ff6Copy full SHA for caf1ff6
eng/pipelines/templates/steps/run_bandit.yml
@@ -24,3 +24,8 @@ steps:
24
${{ parameters.AdditionalTestArgs }}
25
env: ${{ parameters.EnvVars }}
26
condition: and(succeededOrFailed(), ne(variables['Skip.Bandit'],'true'))
27
+
28
29
+ - pwsh: |
30
+ exit 1
31
+ displayName: "Fail Analyze"
0 commit comments