We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ed3b232 commit 4117099Copy full SHA for 4117099
1 file changed
azure-pipelines.yml
@@ -42,9 +42,20 @@ extends:
42
sourceRepositoriesToScan:
43
exclude:
44
- repository: yaml-templates
45
- enableAllTools: true
46
binskim:
+ enabled: true
47
break: false
48
+ codeInspector:
49
50
+ codeql:
51
+ compiled:
52
53
+ credscan:
54
55
+ policheck:
56
57
+ spotBugs:
58
+ enabled: false
59
tsa:
60
enabled: true
61
configFile: $(Build.SourcesDirectory)/.config/tsaoptions.json
0 commit comments