From e18029f330c41cff0ff0931cb20ff90e4dcabc4a Mon Sep 17 00:00:00 2001 From: Michael Vidrevich Date: Thu, 30 Jul 2026 10:34:40 +0300 Subject: [PATCH] XRAY-156858 - Fix workspace description message --- cli/docs/flags.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cli/docs/flags.go b/cli/docs/flags.go index 6a7128b74..83c73895d 100644 --- a/cli/docs/flags.go +++ b/cli/docs/flags.go @@ -370,7 +370,7 @@ var flagsMap = map[string]components.Flag{ Port: components.NewStringFlag(Port, "Specifies the port to run the SAST server on.", components.SetMandatory()), UseConfigProfile: components.NewBoolFlag(UseConfigProfile, "Set to false to override config profile for the audit.", components.WithBoolDefaultValue(true), components.SetHiddenBoolFlag()), - Workspace: components.NewStringFlag(Workspace, "Workspace name used together with the repository URL to fetch the applicable config profile from the platform."), + Workspace: components.NewStringFlag(Workspace, "Optional workspace name for repositories with multiple config profiles. Used with the repository URL to fetch the matching config profile from the JFrog Platform."), // Docker flags DockerImageName: components.NewStringFlag(DockerImageName, "Specifies the Docker image name to audit. Uses the same format as the Docker CLI, including Artifactory-hosted images."),