Skip to content

Commit 696f4b1

Browse files
committed
Update AM to 1.12.1 - Fix FP/FN in Secret Scanner
1 parent fc3c156 commit 696f4b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jas/analyzermanager.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ import (
2424
const (
2525
ApplicabilityFeatureId = "contextual_analysis"
2626
AnalyzerManagerZipName = "analyzerManager.zip"
27-
defaultAnalyzerManagerVersion = "1.12.0"
27+
defaultAnalyzerManagerVersion = "1.12.1"
2828
analyzerManagerDownloadPath = "xsc-gen-exe-analyzer-manager-local/v1"
2929
analyzerManagerDirName = "analyzerManager"
3030
analyzerManagerExecutableName = "analyzerManager"

0 commit comments

Comments
 (0)