We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ec7f1f4 commit c1deefcCopy full SHA for c1deefc
1 file changed
.pipelines/vscode-powershell-OneBranch.yml
@@ -70,7 +70,7 @@ extends:
70
variables:
71
ob_outputDirectory: $(Build.SourcesDirectory)/out
72
ob_sdl_codeSignValidation_excludes: -|**\*.js # Node.js JavaScript signatures are not supported
73
- # Exclude downloaded VS Code test binaries from CodeQL scans (S360/ADO #35101062).
+ # Exclude downloaded VS Code test binaries from CodeQL scans.
74
# .vscode-test/ is populated at test-time by @vscode/test-electron with VS Code
75
# Insiders binaries; it is already .gitignore'd but is present during SDL scans.
76
ob_sdl_codeql_pathsToExclude: .vscode-test/**
0 commit comments