optiopay / klar

Integration of Clair and Docker Registry
MIT License
505 stars 138 forks source link

Examples for citicality #48

Closed wurstbrot closed 7 years ago

wurstbrot commented 7 years ago

I am using clairctl, but the output is not as nice structured as klar. In clairctl, I get the overview of ciritcalities like this: Unknown: x Negligible: x Low: x Medium: x High: x Critical: x Defcon1: x

I asume that klar useses the same ciriticalities? To integrate klar into my Jenkins with the logparser plugin, I need to know what to grep for.

supereagle commented 7 years ago

Yes, both klar and clairctl use the same criticality levels.

hashmap commented 7 years ago

To integrate klar into my Jenkins with the logparser plugin, I need to know what to grep for.

This option may help:

CLAIR_OUTPUT - severity level threshold, vulnerabilities with severity level higher than or equal to this threshold will be outputted. Supported levels are Unknown, Negligible, Low, Medium, High, Critical, Defcon1. Default is Unknown

wurstbrot commented 7 years ago

Thank you! I am blind ...