trufflehog
trufflehog copied to clipboard
Allow defining multiple outputs
Hello,
i have a suggestion - currently it is only possible to choose output either json or human readable output. I would like to get both. Other tools commonly support possibility to define multiple formats e.g. human, json ,sarif
example :
--output file.txt,human --ouput result.json,json
Human output is feasible for console logs or to attach to a pull, request, while machine readable output is usable for further processing or to determine if /when to fail a build. In my use case i would like to have both