Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

FR: Allow exports using Go text/template #3827

Open
predictiple opened this issue Oct 14, 2024 · 0 comments
Open

FR: Allow exports using Go text/template #3827

predictiple opened this issue Oct 14, 2024 · 0 comments

Comments

@predictiple
Copy link
Contributor

We can export results to csv or json, but it would be nice to be able to process the data with templating and then export it to text. This allows custom output formats to be defined, for example markdown or asciidoc, which can then be processed externally to create pretty reports and relieves us of the burden of providing pretty report formats.

Examples of other tools that have this are Vale and Steampipe.

However these tools use templates defined in external tmpl files. We would prefer to define and use these templates via the GUI. The templates should ideally be independent of artifacts so that they can be used in various places, for example a template could be defined and used across all Hunts.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant