CentOS / container-pipeline-service

Code, infrastructure and deployment backend for the CentOS Container Pipeline backing up build system for registry.centos.org
https://registry.centos.org
GNU General Public License v3.0
49 stars 27 forks source link

Move scanner results processing in scanner itself instead of handing over to invoker #563

Open navidshaikh opened 6 years ago

navidshaikh commented 6 years ago

Few scanners will export results and expect invokers to process the results to generate the meaningful summary. This adds two level of processing. The scanner itself should process the summary. This will help reduce complexity. The outcome would be, invoker can just copy over the results generated by atomic scanner in desired output directory and fetch summary from scanner for presentation.

bamachrn commented 5 years ago

@navidshaikh this is no longer required right?