We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Describe the issue Currently the output filenames are a part of a hard-coded mapping. They should be configurable.
In some cases users can redirect stdout/stderr to meet their needs, but this is not the case in my situation.
The text was updated successfully, but these errors were encountered:
It looks like parser args are here which gets parsed into config. Looks like this was recently touched via 11edf57
Sorry, something went wrong.
yeap, you can leverage my change like described in the help text
checkov -d . -o cli -o junitxml --output-file-path console,results.xml
for a single output you need still to append a comma, otherwise it will use the old mechanism.
That works, thanks! By the way, I did read that help text but didn't expect it would work that way.
No branches or pull requests
Describe the issue
Currently the output filenames are a part of a hard-coded mapping. They should be configurable.
In some cases users can redirect stdout/stderr to meet their needs, but this is not the case in my situation.
The text was updated successfully, but these errors were encountered: