Skip to content

Commit 8e02730

Browse files
authored
Clarify Docker image name flag description
Updated the description for the Docker image name flag to clarify its usage.
1 parent 4487529 commit 8e02730

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cli/docs/flags.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -332,7 +332,7 @@ var flagsMap = map[string]components.Flag{
332332
AddSastRules: components.NewStringFlag(AddSastRules, "Incorporate any additional SAST rules (in JSON format, with absolute path) into this local scan."),
333333

334334
// Docker flags
335-
DockerImageName: components.NewStringFlag(DockerImageName, "[Docker] Specifies the image name to audit. The image name should include the Artifactory registry. Examples: 'acme.jfrog.io/docker-local/nginx:1.21' (repository path) or 'acme-docker-local.jfrog.io/nginx:1.21' (subdomain)."),
335+
DockerImageName: components.NewStringFlag(DockerImageName, "Specifies the Docker image name to audit. Uses the same format as the Docker CLI, including Artifactory-hosted images."),
336336

337337
// Git flags
338338
InputFile: components.NewStringFlag(InputFile, "Path to an input file in YAML format contains multiple git providers. With this option, all other scm flags will be ignored and only git servers mentioned in the file will be examined.."),

0 commit comments

Comments
 (0)