yebinama / paclair

Paclair is a Python3 Cli tool to interact with Coreos's Clair (https://github.com/coreos/clair).
Apache License 2.0
27 stars 13 forks source link

Blank html report #18

Closed dhruvservana closed 5 years ago

dhruvservana commented 5 years ago

Dear team,

Below command was able to retrieve JSON from Clair V3 server. paclair --conf conf/conf.yml Docker ubuntu analyse

But the below command pulls the blank html report. am I missing something?

paclair --conf conf/conf.yml Docker ubuntu analyse --output-format html --output-dir /tmp

dhruvservana commented 5 years ago

Created pull https://github.com/yebinama/paclair/pull/19 to solve this issue

yebinama commented 5 years ago

Hi,

Thanks for the report. Clair's v3 api is not yet stable and it seems it has changed since I developped the compatibility: https://github.com/coreos/clair/commit/6a44052e3161f572d42a30430487052f7735a9e3

I'll review your PR to fix the bug.

dhruvservana commented 5 years ago

Thank you! Appreciate your help

dhruvservana commented 5 years ago

did you get a chance to review this?