Skip to content

Commit

Permalink
Update Analyzer Manager to v1.8.14 (#492)
Browse files Browse the repository at this point in the history
  • Loading branch information
hadarshjfrog authored Aug 26, 2024
1 parent b33aa9f commit 1a60ed9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/scanLogic/scanRunners/analyzerManager.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ import { LogUtils } from '../../log/logUtils';
export class AnalyzerManager {
private static readonly RELATIVE_DOWNLOAD_URL: string = '/xsc-gen-exe-analyzer-manager-local/v1';
private static readonly BINARY_NAME: string = 'analyzerManager';
public static readonly ANALYZER_MANAGER_VERSION: string = '1.8.13';
public static readonly ANALYZER_MANAGER_VERSION: string = '1.8.14';
public static readonly ANALYZER_MANAGER_PATH: string = Utils.addWinSuffixIfNeeded(
path.join(ScanUtils.getIssuesPath(), AnalyzerManager.BINARY_NAME, AnalyzerManager.BINARY_NAME)
);
Expand Down

0 comments on commit 1a60ed9

Please sign in to comment.