optiopay / klar

Integration of Clair and Docker Registry
MIT License
506 stars 140 forks source link

Klar scan result output to file #97

Closed juanli-oracle closed 5 years ago

juanli-oracle commented 6 years ago

Can klar output the scan result to a file? Similar to clair-scanner option --report?

hashmap commented 6 years ago

You can run ./klar my-image > report.txt or JSON_OUTPUT=true ./klar my-image > report.json

hashmap commented 5 years ago

Closing for now, feel free to reopen