jfrog-cli icon indicating copy to clipboard operation
jfrog-cli copied to clipboard

Fix docker scan help command

Open attiasas opened this issue 4 months ago • 1 comments

  • [ ] All tests have passed. If this feature is not already covered by the tests, new tests have been added.
  • [ ] The pull request is targeting the master branch.
  • [ ] The code has been validated to compile successfully by running go vet ./....
  • [ ] The code has been formatted properly using go fmt ./....

Depends on:

  • https://github.com/jfrog/jfrog-cli-core/pull/1482
  • https://github.com/jfrog/jfrog-cli-security/pull/601

Fixes issue where the help usage of docker scan command is not printing correctly

Before: image

After: image

attiasas avatar Nov 04 '25 12:11 attiasas