Skip to content

Make arrow on generic report section clickable

What does this MR do?

  1. Makes the arrow on a collapsible section clickable
  2. Adjust the section heading's font size when displayed on the pipeline's security modal
  3. Removes list margin when displayed within modal

Screenshots (strongly suggested)

before after
Screen_Shot_2021-05-25_at_1.02.08_pm Screen_Shot_2021-05-25_at_1.01.11_pm

How to test this?

  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 $2115137 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

Security

Does this MR contain changes to processing or storing of credentials or tokens, authorization and authentication methods or other items described in the security review guidelines? If not, then delete this Security section.

  • Label as security and @ mention @gitlab-com/gl-security/appsec
  • The MR includes necessary changes to maintain consistency between UI, API, email, or other methods
  • Security reports checked/validated by a reviewer from the AppSec team

Related to #327753 (closed)

Edited by David Pisek

Merge request reports