Skip to content

Remove mention of built-in whitelisting for Container Scanning results

Remove the text outlined in red:

Screen_Shot_2018-07-25_at_19.21.35


The following discussion from !6667 (merged) should be addressed:

  • @leipert started a discussion: (+4 comments)

    @jkarthik @andyvolpe I have a rather important UX decision for us to make. In the following screenshot I have marked an text, which while being correct does not make any sense. Screen_Shot_2018-07-25_at_19.21.35

    The fact that you can dismiss vulnerabilities for Container Scanning is factually true, but:

    1. Approving vulnerabilities makes no sense, because we just are able to dismiss them.
    2. All types of vulnerabilities can be dismissed, not just the Container scanning.

    Unfortunately this little help text is a real thorn in the FE code, as it is EE-specific only and just appearing in the SAST Containers. It would help greatly, if we could move it to another place, that is more easily accessible (code wise):

    Screen_Shot_2018-07-25_at_19.27.53

    Two options would be preferred here:

    1. Removing the info for now
    2. Move the info to a better location (code-wise).

    WDYT?

Edited by Lukas Eipert