Skip to content

Commit

Permalink
Merge pull request #18 from blackduck-inc/SIGINT-2533
Browse files Browse the repository at this point in the history
remove BRIDGE_CACHE_DIR env
  • Loading branch information
siyaramblackduck authored Nov 20, 2024
2 parents 82ca0e7 + 34b1086 commit 372990c
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 5 deletions.
3 changes: 1 addition & 2 deletions blackduck-security-task/dist/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ exports.BLACKDUCKSCA_FIXPR_UPGRADE_GUIDANCE_KEY_CLASSIC_EDITOR = "blackduckScaFi
exports.BLACKDUCK_WAITFORSCAN_KEY = "blackduck_waitForScan";
exports.BLACKDUCKSCA_WAITFORSCAN_KEY = "blackducksca_waitForScan";
exports.BLACKDUCKSCA_WAITFORSCAN_KEY_CLASSIC_EDITOR = "blackduckScaWaitForScan";
exports.BLACKDUCKSCA_PROJECT_DIRECTORY_KEY_CLASSIC_EDITOR = "blackduckProjectDirectory";
exports.BLACKDUCKSCA_PROJECT_DIRECTORY_KEY_CLASSIC_EDITOR = "blackduckScaProjectDirectory";
/**
* @deprecated Use blackducksca_reports_sarif_create instead. This can be removed in future release.
*/
Expand Down Expand Up @@ -691,7 +691,6 @@ class BridgeCli {
executeBridgeCliCommand(executablePath, workspace, command) {
return __awaiter(this, void 0, void 0, function* () {
taskLib.debug("extractedPath: ".concat(executablePath));
process.env["BRIDGE_CACHE_DIR"] = executablePath;
const executableBridgeCliPath = yield this.setBridgeCliExecutablePath(executablePath);
if (!taskLib.exist(executableBridgeCliPath)) {
throw new Error(application_constant_1.BRIDGE_CLI_EXECUTABLE_FILE_NOT_FOUND.concat(executableBridgeCliPath)
Expand Down
2 changes: 1 addition & 1 deletion blackduck-security-task/dist/index.js.map

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -278,7 +278,7 @@ export const BLACKDUCKSCA_WAITFORSCAN_KEY_CLASSIC_EDITOR =
"blackduckScaWaitForScan";

export const BLACKDUCKSCA_PROJECT_DIRECTORY_KEY_CLASSIC_EDITOR =
"blackduckProjectDirectory";
"blackduckScaProjectDirectory";

/**
* @deprecated Use blackducksca_reports_sarif_create instead. This can be removed in future release.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,6 @@ export class BridgeCli {
command: string
): Promise<number> {
taskLib.debug("extractedPath: ".concat(executablePath));
process.env["BRIDGE_CACHE_DIR"] = executablePath;

const executableBridgeCliPath = await this.setBridgeCliExecutablePath(
executablePath
Expand Down

0 comments on commit 372990c

Please sign in to comment.