Skip to content

Add application security testing to the navbar

Achilleas Pipinellis requested to merge navbar-secure into master

This adds the tools listed in https://docs.gitlab.com/ee/user/application_security/#security-scanning-tools in the navbar.

I opted to not list all of them alphabetically:

  1. Container scanning is first for alphabetical reasons.
  2. Dependency Scanning and Dependency List are second and third for alphabetical reasons.
  3. SAST is before DAST as it's probable to be used more, since you need a deployed applications for DAST.
  4. Security dashboard is second to last since for it to function it needs one or more of the above.
  5. License compliance is last since it's kinda irrelevant with security.

Merge request reports