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 @@ -97,17 +97,17 @@ extends:
97
97
enabled : true
98
98
packageName : Microsoft.Data.SqlClient
99
99
packageVersion : $(NugetPackageVersion)
100
+ policheck :
101
+ enabled : true
102
+ break : true # always break the build on policheck issues. You can disable it by setting to 'false'
103
+ exclusionsFile : $(REPOROOT)\.config\PolicheckExclusions.xml
100
104
asyncSdl :
101
105
enabled : false
102
106
credscan :
103
107
enabled : true
104
108
suppressionsFile : $(REPOROOT)/.config/CredScanSuppressions.json
105
109
binskim :
106
110
enabled : true
107
- policheck :
108
- enabled : true
109
- break : true # always break the build on policheck issues. You can disable it by setting to 'false'
110
- exclusionsFile : $(REPOROOT)\.config\PolicheckExclusions.xml
111
111
armory :
112
112
enabled : true
113
113
break : true
You can’t perform that action at this time.
0 commit comments