❔ About
The aim of this repo is to summarize some resources around Grype to take the best ouf this great tool.
🔖 Discover grype-contribs
To learn more about this project, take a glance at :
🧰 Prerequisites
For an optimal usage of these resources, you'll need :
git
-
brew
installed -
python3
andpip
Install tools
brew tap anchore/grype
brew install grype
We'll use termgraph
, "A command-line tool that draws basic graphs in the terminal," :
python3 -m pip install termgraph
Finally clone this repo :
gh repo clone opt-nc/grype-contribs
cd grype-contribs
👉 You are ready.
📜 Templating
Since v0.42.0
, and
its issue #724
it is possible to transform analysis report with templates.
This feature makes it possible to build nicely useable and highly customizable reports.