Skip to content

Commit 5707dff

Browse files
committed
set bridge cache directory
1 parent d60ffba commit 5707dff

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

blackduck-security-task/dist/index.js

+1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

blackduck-security-task/dist/index.js.map

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

blackduck-security-task/src/blackduck-security-task/bridge.ts

+1
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,7 @@ export class Bridge {
9393
command: string
9494
): Promise<number> {
9595
taskLib.debug("extractedPath: ".concat(executablePath));
96+
process.env["BRIDGE_CACHE_DIR"] = executablePath;
9697

9798
const executableBridgePath = await this.setBridgeExecutablePath(
9899
executablePath

0 commit comments

Comments
 (0)