Skip to content

Commit 4117099

Browse files
committed
ok, just codeql
1 parent ed3b232 commit 4117099

1 file changed

Lines changed: 12 additions & 1 deletion

File tree

azure-pipelines.yml

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,9 +42,20 @@ extends:
4242
sourceRepositoriesToScan:
4343
exclude:
4444
- repository: yaml-templates
45-
enableAllTools: true
4645
binskim:
46+
enabled: true
4747
break: false
48+
codeInspector:
49+
enabled: true
50+
codeql:
51+
compiled:
52+
enabled: true
53+
credscan:
54+
enabled: true
55+
policheck:
56+
enabled: true
57+
spotBugs:
58+
enabled: false
4859
tsa:
4960
enabled: true
5061
configFile: $(Build.SourcesDirectory)/.config/tsaoptions.json

0 commit comments

Comments
 (0)