Skip to content

FR: Allow exports using Go text/template #3827

@predictiple

Description

@predictiple

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions