dependency-check / Dependency-Check_Action

Github action to run dependency check
MIT License
71 stars 31 forks source link

Multiple reporting formats #24

Open ydmk opened 1 year ago

ydmk commented 1 year ago

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?

javixeneize commented 1 year ago

Hi

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