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:
9292 enabled : true
9393 packageName : Microsoft.Data.SqlClient
9494 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
9599 asyncSdl :
96100 enabled : false
97101 credscan :
98102 enabled : true
99103 suppressionsFile : $(REPOROOT)/.config/CredScanSuppressions.json
100104 binskim :
101105 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
106106 armory :
107107 enabled : true
108108 break : true
You can’t perform that action at this time.
0 commit comments