Skip to content

Generic vulnerability reports: Remove extra margin between report columns

David Pisek requested to merge dpisek-generic-reports-grid-cleanup into master

What does this MR do?

  • removes the whites-pace between report columns on the generic vulnerability report section.
  • removes row component

Screenshots (strongly suggested)

before after after (wrapping example)
gdk.test_3000_root_generic-report-playground-lists-mix_-_security_vulnerabilities_762 gdk.test_3000_root_generic-report-playground-lists-mix_-security_vulnerabilities_762__1 gdk.test_3000_root_generic-report-playground-lists-mix_-security_vulnerabilities_762__2

How to test this locally

  1. Create a new project, give it a gitlab-ci.yml file with the following contents:
stages:
    - dast

dast:
  stage: dast 
  image: alpine:3.10.2
  script:
    - pwd
  artifacts:
    reports:
      dast: dast.json
  1. Download $2098964 and add it to the project file dast.json
  2. Run a pipeline, view vulnerabilities

Does this MR meet the acceptance criteria?

Conformity

Availability and Testing

Related to #324891 (closed)

Edited by David Pisek

Merge request reports