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 @@ -100,17 +100,17 @@ extends:
100100 enabled : true
101101 packageName : Microsoft.Data.SqlClient
102102 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
103107 asyncSdl :
104108 enabled : false
105109 credscan :
106110 enabled : true
107111 suppressionsFile : $(REPOROOT)/.config/CredScanSuppressions.json
108112 binskim :
109113 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
114114 armory :
115115 enabled : true
116116 break : true
You can’t perform that action at this time.
0 commit comments