You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.XUnitExtensions
From Version 6.0.0-beta.22076.8 -> To Version 6.0.0-beta.22077.13
Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
Copy file name to clipboardExpand all lines: eng/common/sdl/execute-all-sdl-tools.ps1
+3-1Lines changed: 3 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -34,6 +34,7 @@ Param(
34
34
[string] $GuardianLoggerLevel='Standard',# Optional: the logger level for the Guardian CLI; options are Trace, Verbose, Standard, Warning, and Error
35
35
[string[]] $CrScanAdditionalRunConfigParams,# Optional: Additional Params to custom build a CredScan run config in the format @("xyz:abc","sdf:1")
36
36
[string[]] $PoliCheckAdditionalRunConfigParams,# Optional: Additional Params to custom build a Policheck run config in the format @("xyz:abc","sdf:1")
37
+
[string[]] $CodeQLAdditionalRunConfigParams,# Optional: Additional Params to custom build a Semmle/CodeQL run config in the format @("xyz < abc","sdf < 1")
37
38
[bool] $BreakOnFailure=$False# Optional: Fail the build if there were errors during the run
0 commit comments