Dependency-Check_Action icon indicating copy to clipboard operation
Dependency-Check_Action copied to clipboard

Multiple reporting formats

Open ydmk opened this issue 2 years ago • 2 comments

cannot specify multiple output formats in format parameter

an alternative is to specify -f <format> multiple times in args, but this creates a weird redundant structure where formats are being specified in two separate arguments

with:
  format: JSON
  args: >
    -f HTML

at this point I'd suggest just getting rid of format argument altogether and let people specify it in args directly

For that matter, why not just have an args argument and get rid of the rest? It's just a wrapper to the cli that people can then call directly?

ydmk avatar Sep 09 '23 14:09 ydmk

Hi

I think this was not possible but if you want to try and do a PR, that would be welcome

javixeneize avatar Sep 09 '23 14:09 javixeneize