Skip to content

Commit

Permalink
Update Analyzer Manager to v1.9.7 (#499)
Browse files Browse the repository at this point in the history
* Update Analyzer Manager to 1.9.7
  • Loading branch information
hadarshjfrog authored Oct 10, 2024
1 parent eacc0a1 commit ccae709
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.14';
public static readonly ANALYZER_MANAGER_VERSION: string = '1.9.7';
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 ccae709

Please sign in to comment.