Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add --silent option to disable console output #2728

Open
larkoie opened this issue Oct 16, 2024 · 0 comments
Open

Add --silent option to disable console output #2728

larkoie opened this issue Oct 16, 2024 · 0 comments
Labels
feature request New feature or request

Comments

@larkoie
Copy link

larkoie commented Oct 16, 2024

Problem:
We are using Jfrog cli in Jenkins (through the Jenkins Jfrog plugin) and when executing a docker scan it really produces a lot of lines which makes our Jenkins log really unreadable.

A scan result file is always created (and you can specify the format with --format ) but there are no options to silent the console output of the JF client.
(On the Jenkins jfrog plugin this option does not exist as well)

New feature
You could add a --silent option to the cli so it would only output to scan result file and not to console.

Alternative solutions
I know that you can always play with your execution environment (ie: a shell) to tweak the output of a command, but in our case it can't work because we have to use the Jenkins Jfrog plugin (that is itself using the jf cli) and can't directly call it in a shell script.

Native support of a silent option is ideal.

@larkoie larkoie added the feature request New feature or request label Oct 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature request New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant