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

CFT Scorecard cannot output multiple formats a single run. #932

Open
husseyd opened this issue Jun 9, 2021 · 1 comment
Open

CFT Scorecard cannot output multiple formats a single run. #932

husseyd opened this issue Jun 9, 2021 · 1 comment
Labels
feature request New feature or request P4 triaged

Comments

@husseyd
Copy link

husseyd commented Jun 9, 2021

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.

@morgante morgante added feature request New feature or request P4 triaged labels Jun 9, 2021
@morgante
Copy link
Contributor

morgante commented Jun 9, 2021

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.

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 P4 triaged
Projects
None yet
Development

No branches or pull requests

2 participants