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