You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
CFT Scorecard offers a number of outputs - json, txt, csv, but it cannot produce a combination of these in one execution.
For instance I would like to print txt to stdout and save json to file. To do this now the execution must be repeated. This is extremely lengthy with large CAI files and under-resourced CI machines.
tl;dr
Please enable txt output to stdout and json output to file simultaneously.
The text was updated successfully, but these errors were encountered:
Thanks for the input, I think this is a reasonable request. We could probably implement this by either making --output-format settable multiple times or creating separate arguments for each input format (ex. --json-output-path).
We don't currently have much bandwidth for feature development, but I would be happy to review a PR adding this.
CFT Scorecard offers a number of outputs - json, txt, csv, but it cannot produce a combination of these in one execution.
For instance I would like to print txt to stdout and save json to file. To do this now the execution must be repeated. This is extremely lengthy with large CAI files and under-resourced CI machines.
tl;dr
Please enable txt output to stdout and json output to file simultaneously.
The text was updated successfully, but these errors were encountered: