Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/f0o/clair2junit
- Owner: f0o
- License: gpl-3.0
- Created: 2019-03-21T09:51:23.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-01-28T10:32:06.000Z (almost 5 years ago)
- Last Synced: 2023-10-20T19:46:24.532Z (about 1 year ago)
- Language: Shell
- Size: 16.6 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# clair2junit
A naive approach in converting clair reports into junit xml to be parsed in other toolsRight 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`