Skip to content

Commit

Permalink
Merge branch 'jfrog:master' into bug-fix/cancel-fix-for-indirect-deps
Browse files Browse the repository at this point in the history
  • Loading branch information
eyalk007 committed Nov 3, 2024
2 parents 32a25d9 + 97adb79 commit a0fa773
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 18 deletions.
14 changes: 0 additions & 14 deletions .jfrog/jfrog-apps-config.yml

This file was deleted.

4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "jfrog-vscode-extension",
"displayName": "JFrog",
"description": "Security scanning for your Go, npm, Pypi, Maven and NuGet projects.",
"version": "2.11.6",
"version": "2.11.7",
"license": "Apache-2.0",
"icon": "resources/extensionIcon.png",
"repository": {
Expand Down
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 a0fa773

Please sign in to comment.