Dependency-Check_Action
Dependency-Check_Action copied to clipboard
Multiple reporting formats
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?
Hi
I think this was not possible but if you want to try and do a PR, that would be welcome