mirror of
https://github.com/github/codeql-action.git
synced 2025-12-28 10:10:17 +08:00
set -ExecutionPolicy Bypass
This commit is contained in:
@@ -110,7 +110,8 @@ export async function runInit(
|
||||
await new toolrunnner.ToolRunner(
|
||||
'powershell',
|
||||
[
|
||||
injectTracerPath,
|
||||
'-ExecutionPolicy', 'Bypass',
|
||||
'-file', injectTracerPath,
|
||||
path.resolve(path.dirname(codeql.getPath()), 'tools', 'win64', 'tracer.exe'),
|
||||
],
|
||||
{ env: { 'ODASA_TRACER_CONFIGURATION': tracerConfig.spec } }).exec();
|
||||
|
||||
Reference in New Issue
Block a user