File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -92,17 +92,17 @@ extends:
92
92
enabled : true
93
93
packageName : Microsoft.Data.SqlClient
94
94
packageVersion : $(NugetPackageVersion)
95
+ policheck :
96
+ enabled : true
97
+ break : true # always break the build on policheck issues. You can disable it by setting to 'false'
98
+ exclusionsFile : $(REPOROOT)\.config\PolicheckExclusions.xml
95
99
asyncSdl :
96
100
enabled : false
97
101
credscan :
98
102
enabled : true
99
103
suppressionsFile : $(REPOROOT)/.config/CredScanSuppressions.json
100
104
binskim :
101
105
enabled : true
102
- policheck :
103
- enabled : true
104
- break : true # always break the build on policheck issues. You can disable it by setting to 'false'
105
- exclusionsFile : $(REPOROOT)\.config\PolicheckExclusions.xml
106
106
armory :
107
107
enabled : true
108
108
break : true
You can’t perform that action at this time.
0 commit comments