mirror of
https://github.com/anchore/grype
synced 2024-11-10 06:34:13 +00:00
24 lines
583 B
Markdown
24 lines
583 B
Markdown
|
# Grype Templates
|
||
|
|
||
|
This folder contains a set of "helper" go templates you can use for your own reports.
|
||
|
|
||
|
Please feel free to extend and/or update the templates for your needs, be sure to contribute back into this folder any new templates!
|
||
|
|
||
|
Current templates:
|
||
|
|
||
|
<pre>
|
||
|
.
|
||
|
├── README.md
|
||
|
└── table.tmpl
|
||
|
</pre>
|
||
|
|
||
|
## Table
|
||
|
|
||
|
This template mimics the "default" table output of Grype, there are some drawbacks using the template vs the native output such as:
|
||
|
|
||
|
- unsorted
|
||
|
- duplicate rows
|
||
|
- no (wont-fix) logic
|
||
|
|
||
|
As you can see from the above list, it's not perfect but it's a start.
|