Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/f0o/clair2junit

A naive approach in converting clair reports into junit xml to be parsed in other tools
https://github.com/f0o/clair2junit

Last synced: about 1 month ago
JSON representation

A naive approach in converting clair reports into junit xml to be parsed in other tools

Awesome Lists containing this project

README

        

# clair2junit
A naive approach in converting clair reports into junit xml to be parsed in other tools

Right now it's really naive, it doesnt parse much but the Advisory, Package and Version affected.

Maybe in future I add the description, if it makes sense.

## Requirements

* bash
* jq
* tr
* cut

## Usage

As simple as: `cat clair-report.json | clair2junit > report.xml`