Skip to content

Commit

Permalink
Revert Anaylzer manager version (#916)
Browse files Browse the repository at this point in the history
  • Loading branch information
sverdlov93 authored Aug 24, 2023
1 parent a7f84a4 commit 4561922
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion xray/commands/utils/utils.go
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ func DetectedTechnologies() (technologies []string) {
return
}
techStringsList := coreutils.DetectedTechnologiesToSlice(detectedTechnologies)
log.Info(fmt.Sprintf("Detected: %s." + strings.Join(techStringsList, ",")))
log.Info(fmt.Sprintf("Detected: %s.", strings.Join(techStringsList, ",")))
return techStringsList
}

Expand Down
2 changes: 1 addition & 1 deletion xray/utils/analyzermanager.go
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ const (
EntitlementsMinVersion = "3.66.5"
ApplicabilityFeatureId = "contextual_analysis"
AnalyzerManagerZipName = "analyzerManager.zip"
analyzerManagerVersion = "1.2.4.1921744"
analyzerManagerVersion = "1.2.4.1858388"
analyzerManagerDownloadPath = "xsc-gen-exe-analyzer-manager-local/v1"
analyzerManagerDirName = "analyzerManager"
analyzerManagerExecutableName = "analyzerManager"
Expand Down

0 comments on commit 4561922

Please sign in to comment.