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
Copy file name to clipboardExpand all lines: eng/common/sdl/execute-all-sdl-tools.ps1
+5-3Lines changed: 5 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -22,7 +22,9 @@ Param(
22
22
[string] $TsaCodebaseAdmin,# Optional: only needed if TsaOnboard is true; the aliases which are admins of the TSA codebase (e.g. DOMAIN\alias); TSA is the automated framework used to upload test results as bugs.
23
23
[string] $TsaBugAreaPath,# Optional: only needed if TsaOnboard is true; the area path where TSA will file bugs in AzDO; TSA is the automated framework used to upload test results as bugs.
24
24
[string] $TsaIterationPath,# Optional: only needed if TsaOnboard is true; the iteration path where TSA will file bugs in AzDO; TSA is the automated framework used to upload test results as bugs.
25
-
[string] $GuardianLoggerLevel="Standard"# Optional: the logger level for the Guardian CLI; options are Trace, Verbose, Standard, Warning, and Error
25
+
[string] $GuardianLoggerLevel="Standard",# Optional: the logger level for the Guardian CLI; options are Trace, Verbose, Standard, Warning, and Error
26
+
[string[]] $CrScanAdditionalRunConfigParams,# Optional: Additional Params to custom build a CredScan run config in the format @("xyz:abc","sdf:1")
27
+
[string[]] $PoliCheckAdditionalRunConfigParams# Optional: Additional Params to custom build a Policheck run config in the format @("xyz:abc","sdf:1")
26
28
)
27
29
28
30
$ErrorActionPreference="Stop"
@@ -69,10 +71,10 @@ if ($TsaOnboard) {
69
71
}
70
72
71
73
if ($ArtifactToolsList-and$ArtifactToolsList.Count-gt0) {
0 commit comments