File tree Expand file tree Collapse file tree 1 file changed +8
-4
lines changed Expand file tree Collapse file tree 1 file changed +8
-4
lines changed Original file line number Diff line number Diff line change @@ -95,10 +95,13 @@ const (
95
95
[Default: false]
96
96
Set to true if you'd like to avoid checking the latest available JFrog CLI version and printing warning when it newer than the current one. `
97
97
98
- JfrogCliCommandSummaryOutputDirectory = ` JFROG_CLI_COMMAND_SUMMARY_OUTPUT_DIR
98
+ JfrogCliCommandSummaryOutputDirectory = ` JFROG_CLI_COMMAND_SUMMARY_OUTPUT_DIR
99
99
Defines the directory path where the command summaries data is stored.
100
- Every command will have its own individual directory within this base directory.
101
- . `
100
+ Every command will have its own individual directory within this base directory.`
101
+
102
+ JfrogSecurityCliAnalyzerManagerVersion = ` JFROG_CLI_ANALYZER_MANAGER_VERSION
103
+ Specifies the version of Analyzer Manager to be used for security commands, provided in semantic versioning (e.g 1.13.4) format.
104
+ By default, the latest stable version is used. `
102
105
)
103
106
104
107
var (
@@ -138,7 +141,8 @@ func GetGlobalEnvVars() string {
138
141
JfrogCliFailNoOp ,
139
142
JfrogCliEncryptionKey ,
140
143
JfrogCliAvoidNewVersionWarning ,
141
- JfrogCliCommandSummaryOutputDirectory )
144
+ JfrogCliCommandSummaryOutputDirectory ,
145
+ JfrogSecurityCliAnalyzerManagerVersion )
142
146
}
143
147
144
148
func CreateEnvVars (envVars ... string ) string {
You can’t perform that action at this time.
0 commit comments