Skip to content

Commit 33ee5b1

Browse files
committed
improved text
1 parent 32bc73c commit 33ee5b1

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] Defines the Docker image name to audit. Uses the same format as Docker client with Artifactory. 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, "[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)."),
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)