You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
It's difficult to read through the output of a scan.
Describe the solution you'd like
Noticed that slack-watchman has an --output flag whereas this one doesn't.
--output {csv,file,stdout,stream}
Describe alternatives you've considered
/
Additional context
Ran this with a Docker container, so maybe it is outputting somewhere but the container is getting deleted after being run so I'm not seeing it?
The text was updated successfully, but these errors were encountered:
I've not really considered adding CSV logging to the Enterprise Grid version, and its something that will probably be removed from the standard version of Slack Watchman as well if I get round to updating it.
It's difficult to support new features for lots of different logging formats. With more complex data structures, like with Slack Watchman for Enterprise Grid, the best way to serialise that output is via JSON, particularly if you want to ingest that into a log analysis platform, or do some processing on it.
Logging to file should be possible by redirecting stdout to a file, even with Docker. You should be able to do something like:
Is your feature request related to a problem? Please describe.
It's difficult to read through the output of a scan.
Describe the solution you'd like
Noticed that slack-watchman has an --output flag whereas this one doesn't.
--output {csv,file,stdout,stream}
Describe alternatives you've considered
/
Additional context
Ran this with a Docker container, so maybe it is outputting somewhere but the container is getting deleted after being run so I'm not seeing it?
The text was updated successfully, but these errors were encountered: