Hello, i just noticed that this is a little bit escalating:
|
return "StackRox Report for " + getNames().collect(Collectors.joining(", ")); |
maybe something like
would be better/enough
because as you see in the screenshot, with some images(had to blur it), this is really really huge:

Hello, i just noticed that this is a little bit escalating:
jenkins-plugin/stackrox-container-image-scanner/src/main/java/com/stackrox/jenkins/plugins/ViewStackroxResultsAction.java
Line 26 in 6380360
maybe something like
would be better/enough
because as you see in the screenshot, with some images(had to blur it), this is really really huge:
