jenkinsci / aqua-microscanner-plugin

Enables scanning of docker builds in Jenkins for OS package vulnerabilities.
https://plugins.jenkins.io/aqua-microscanner/
Apache License 2.0
35 stars 20 forks source link

Readability improvements, added login, fix error #8

Closed JonasBovin closed 6 years ago

JonasBovin commented 6 years ago

Added image names to Jenkins instead of just scan, scan 2, scan 3 fixed index out of bounds when no html in output changed to use USER 0 instead of root

lizrice commented 6 years ago

LGTM. @oranmoshai would you have time to test?

oranmoshai commented 6 years ago

Hi, After reviewing the changes there is 2 issues

  1. On disallowed there is scanout.null output. image

  2. on allowed the html output not showing HTML image

oranmoshai commented 6 years ago

Hi @JonasBovin can you resolve the issues above?

JonasBovin commented 6 years ago

I'll get right on it...

oranmoshai commented 6 years ago

@JonasBovin Thank you! merged will be out on next release.

oranmoshai commented 6 years ago

@JonasBovin aqua-microscanner-1.0.3 is out thank you!