Skip to content

Commit c1deefc

Browse files
authored
Update comment for CodeQL scan exclusions
Clarified comment regarding exclusion of VS Code test binaries from CodeQL scans.
1 parent ec7f1f4 commit c1deefc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.pipelines/vscode-powershell-OneBranch.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ extends:
7070
variables:
7171
ob_outputDirectory: $(Build.SourcesDirectory)/out
7272
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).
73+
# Exclude downloaded VS Code test binaries from CodeQL scans.
7474
# .vscode-test/ is populated at test-time by @vscode/test-electron with VS Code
7575
# Insiders binaries; it is already .gitignore'd but is present during SDL scans.
7676
ob_sdl_codeql_pathsToExclude: .vscode-test/**

0 commit comments

Comments
 (0)